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:
parent
2492914fbc
commit
d43a148204
2 changed files with 57 additions and 0 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue