summaryrefslogtreecommitdiff
path: root/nixos/tests/dsl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/dsl.nix')
-rw-r--r--nixos/tests/dsl.nix2
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";