We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81f03f commit 1bd3d0bCopy full SHA for 1bd3d0b
portable_build.sh
@@ -0,0 +1,11 @@
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
+rm -rf public
9
+./nix-portable nix build
10
+mkdir public
11
+cp -r result/* public/*
0 commit comments