Skip to content

Commit b29f38e

Browse files
committed
another try
1 parent 2cece4e commit b29f38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: nix profile install nixpkgs#cachix
2121
- run: touch building-under-nix.txt
2222
- run: git show -s --format=%h 2>/dev/null | tr -d '\n' >version/githash.txt
23-
- run: env CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix watch-exec narya -- nix build --accept-flake-config --impure .
23+
- run: env CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix watch-exec narya -- nix build --accept-flake-config --impure --override-input self . .
2424
- run: cd dist && ./build.sh
2525
- name: Upload static files as artifact
2626
id: deployment

0 commit comments

Comments
 (0)