nixos/all-tests.nix: Add readOnlyPkgs module

This commit is contained in:
Robert Hensing 2023-05-07 15:44:54 +02:00
parent cd358fe24e
commit b213791e7e
2 changed files with 22 additions and 0 deletions

View file

@ -17,6 +17,7 @@ let
virtualisation.qemu.package = testModuleArgs.config.qemu.package;
})
({
key = "nodes.nix-pkgs";
config = {
# Ensure we do not use aliases. Ideally this is only set
# when the test framework is used by Nixpkgs NixOS tests.