actually hide test-fixture from user
if we actually want to avoid the dependency on this facter json, we cannot expose this as a flake input because nix flake archive will have to download this on each deployment step.
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
test-fixtures.url = "git+https://git.clan.lol/clan/test-fixtures?ref=main&shallow=1";
|
||||
test-fixtures.inputs.flake-parts.follows = "flake-parts";
|
||||
test-fixtures.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
||||
Reference in New Issue
Block a user