summary refs log tree commit diff
path: root/pkgs/development/pharo/vm/vms.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/pharo/vm/vms.nix')
-rw-r--r--pkgs/development/pharo/vm/vms.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/pharo/vm/vms.nix b/pkgs/development/pharo/vm/vms.nix
index 0e65a9b990edf..91cf01847090d 100644
--- a/pkgs/development/pharo/vm/vms.nix
+++ b/pkgs/development/pharo/vm/vms.nix
@@ -27,7 +27,7 @@ in
 
 let suffix = if stdenv.is64bit then "64" else "32"; in
 
-rec {
+{
   # Build the latest VM
   spur = pharo-vm-build rec {
     name = "pharo-spur${suffix}";