Flake: nixos-facter-module with flake: false

This commit is contained in:
Johannes Kirschbauer
2024-08-28 10:32:41 +02:00
parent 4306028fcb
commit fec7b3e120
4 changed files with 32 additions and 17 deletions

View File

@@ -18,16 +18,11 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
#nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
#nixos-facter-modules.inputs.nixpkgs.follows = "nixpkgs";
#nixos-facter-modules.inputs.systems.follows = "systems";
#nixos-facter-modules.inputs.blueprint.follows = "blueprint";
#nixos-facter-modules.inputs.treefmt-nix.follows = "treefmt-nix";
# Pinned input for nixos-facter-modules
# Allows downstream flakes to .follow override the input
#blueprint.url = "github:numtide/blueprint";
#blueprint.inputs.nixpkgs.follows = "nixpkgs";
#blueprint.inputs.systems.follows = "systems";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
# TODO: remove this once the upstream doesnt have dependencies
nixos-facter-modules.flake = false;
# nixos-facter-modules.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =