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:
Jörg Thalheim
2025-03-11 13:17:42 +01:00
committed by clan-bot
parent f24d27c895
commit 59cca52f55
3 changed files with 5 additions and 32 deletions

View File

@@ -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 =