Flake: nixos-facter-module with flake: false
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user