diff options
-rw-r--r-- | nixos/tests/dsl.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/dsl.nix b/nixos/tests/dsl.nix index 4297484..daadd35 100644 --- a/nixos/tests/dsl.nix +++ b/nixos/tests/dsl.nix @@ -207,6 +207,8 @@ in ++ [ expressions pkgs.path + + # Cache runCommand's dependencies such as runtimeShell (pkgs.runCommand "any-run-command" { } "").inputDerivation ]; networking.hostName = "builder"; |