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.
2 parents 85bed16 + 9239a27 commit acacc6bCopy full SHA for acacc6b
.gitignore
@@ -1,3 +1,3 @@
1
-result
+result*
2
/.direnv
3
/docs/book
scripts/create-release.sh
@@ -1,6 +1,7 @@
-#!/usr/bin/env bash
+#!/usr/bin/env nix
+#! nix shell nixpkgs#bash nixpkgs#gnused --command bash
-set -eu -o pipefail
4
+set -euo pipefail
5
6
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
7
cd "$SCRIPT_DIR/.."
0 commit comments