feat(inventory): remove tag settings for now

This commit is contained in:
Johannes Kirschbauer
2025-04-01 11:04:51 +02:00
parent ae8e7edac0
commit 663739a629
2 changed files with 11 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ in
}:
{
# Run: nix-unit --extra-experimental-features flakes --flake .#legacyPackages.x86_64-linux.<attrName>
legacyPackages.evalTest-distributedServices = import ./tests {
legacyPackages.evalTests-distributedServices = import ./tests {
inherit lib self;
};
@@ -24,7 +24,7 @@ in
nix-unit --eval-store "$HOME" \
--extra-experimental-features flakes \
${inputOverrides} \
--flake ${self}#legacyPackages.${system}.evalTest-distributedServices
--flake ${self}#legacyPackages.${system}.evalTests-distributedServices
touch $out
'';