about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/call-machine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/call-machine.nix b/lib/call-machine.nix
index 6061113f..30ef8bdf 100644
--- a/lib/call-machine.nix
+++ b/lib/call-machine.nix
@@ -17,7 +17,7 @@ let
     '';
     wrapIso = { config, pkgs, lib, ... }@attrs: let
       patchedEval = (import patchedModule attrs);
-      patchedEvalcfg = eval.config or {};
+      patchedEvalcfg = patchedEval.config or {};
       bootcfg = patchedEvalcfg.boot or {};
       fscfg = patchedEvalcfg.fileSystems or {};
     in {