From 1465c27806b9c9632eb937b6c8089397340b6d44 Mon Sep 17 00:00:00 2001 From: SomeoneSerge Date: Sun, 11 Aug 2024 17:01:19 +0000 Subject: nixosTests: runCommand.inputDerivatino: explain why --- nixos/tests/dsl.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; -- cgit v1.2.3