1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

* Add a test for nix-copy-closure.

This commit is contained in:
Eelco Dolstra 2011-10-11 13:58:47 +00:00
parent 2492914fbc
commit d43a148204
2 changed files with 57 additions and 0 deletions

View file

@ -145,6 +145,10 @@ let
inherit nixpkgs nixos; nix = build { inherit system; }; system = "x86_64-linux";
}).test;
tests.nix_copy_closure = (import ./tests/nix-copy-closure.nix rec {
inherit nixpkgs nixos; nix = build { inherit system; }; system = "x86_64-linux";
}).test;
};