about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index f5723df6..5cb6556c 100644
--- a/release.nix
+++ b/release.nix
@@ -38,7 +38,7 @@ let
   root = import vuizvui { inherit system; };
 
   mpath = if vuizvuiSrc == null then ./machines else "${vuizvui}/machines";
-  allMachines = import mpath { inherit system; };
+  allMachines = import mpath;
 
   allTests = with import ./lib; getVuizvuiTests ({
     inherit system nixpkgs;