We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81f03f commit d8555a1Copy full SHA for d8555a1
portable_build.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
+curl -L https://github.com/DavHau/nix-portable/releases/latest/download/nix-portable-$(uname -m) > ./nix-portable
6
+chmod +x ./nix-portable
7
8
+./nix-portable nix build
0 commit comments