Remove nixos-facter until fixed upstream
This commit is contained in:
27
flake.nix
27
flake.nix
@@ -17,11 +17,17 @@
|
||||
systems.url = "github:nix-systems/default";
|
||||
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.url = "github:numtide/nixos-facter";
|
||||
nixos-facter.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";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -54,21 +60,6 @@
|
||||
./nixosModules/clanCore/vars/flake-module.nix
|
||||
./pkgs/flake-module.nix
|
||||
./templates/flake-module.nix
|
||||
|
||||
# Inherit the nixos-facter package so its build is chached in clans binary cache
|
||||
{
|
||||
perSystem =
|
||||
# Facter doesnt have a package for darwin yet.
|
||||
{
|
||||
inputs',
|
||||
system,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.optionalAttrs (system == "x86_64-linux") {
|
||||
packages.nixos-facter = inputs'.nixos-facter.packages.default;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user