mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixosTests: pass thru pkgs when available
This commit is contained in:
parent
4276405468
commit
727fafa66f
5 changed files with 14 additions and 8 deletions
|
@ -12,7 +12,6 @@ with import common/ec2.nix { inherit makeTest pkgs; };
|
|||
let
|
||||
imageCfg =
|
||||
(import ../lib/eval-config.nix {
|
||||
inherit system;
|
||||
modules = [
|
||||
../maintainers/scripts/ec2/amazon-image.nix
|
||||
../modules/testing/test-instrumentation.nix
|
||||
|
@ -54,6 +53,8 @@ let
|
|||
apacheHttpd.man
|
||||
valgrind.doc
|
||||
]);
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
}
|
||||
];
|
||||
}).config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue