diff options
author | SomeoneSerge <else@someonex.net> | 2024-08-11 17:01:19 +0000 |
---|---|---|
committer | SomeoneSerge <else@someonex.net> | 2024-08-11 17:01:19 +0000 |
commit | 1465c27806b9c9632eb937b6c8089397340b6d44 (patch) | |
tree | 07a5ad34f0bbae4d4b279fdbfd8c631a7bd3b0a3 | |
parent | f6f682a8a9e6d7c5be41bdd087dcdaff8bb20836 (diff) |
nixosTests: runCommand.inputDerivatino: explain why
-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"; |