We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f96ac1 commit 51cfd4eCopy full SHA for 51cfd4e
dev-shell
@@ -1,2 +1,3 @@
1
#! /bin/sh -e
2
-exec nix-shell release.nix -A build.x86_64-linux --exclude tarball "$@"
+SYSTEM=$(nix-instantiate --eval --expr "builtins.currentSystem")
3
+exec nix-shell release.nix -A build.$SYSTEM --exclude tarball "$@"
0 commit comments