about summary refs log tree commit diff
path: root/lib/call-machine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/call-machine.nix')
-rw-r--r--lib/call-machine.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/call-machine.nix b/lib/call-machine.nix
index 95539114..0844e4eb 100644
--- a/lib/call-machine.nix
+++ b/lib/call-machine.nix
@@ -60,5 +60,6 @@ let
   }).vm;
 
 in {
+  build = eval.config.system.build.toplevel;
   inherit config eval iso vm;
 }