about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/release.nix b/release.nix
index 04bc5218..74cf1149 100644
--- a/release.nix
+++ b/release.nix
@@ -48,9 +48,9 @@ let
 
 in with pkgsUpstream.lib; with builtins; {
 
-  machines = mapAttrsRecursiveCond (m: !(m ? eval)) (path: attrs:
-    attrs.eval.config.system.build.toplevel
-  ) allMachines;
+  machines = let
+    getBuild = const (getAttr "build");
+  in mapAttrsRecursiveCond (m: !(m ? eval)) getBuild allMachines;
 
   isoImages = let
     buildIso = attrs: let