Skip to content

Commit

Permalink
wip: gha test
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 25, 2024
1 parent bb7c988 commit 1fbbd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

if [[ "$NIXIFY" == 1 && -z "${IN_NIX_SHELL+x}" ]]; then
echo "Restarting in Nix..."
self=$(realpath -s "$0")
self=$(realpath "$0")
set -x
nix flake lock
nix flake metadata
Expand Down

0 comments on commit 1fbbd67

Please sign in to comment.