We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cece4e commit b29f38eCopy full SHA for b29f38e
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: nix profile install nixpkgs#cachix
21
- run: touch building-under-nix.txt
22
- 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 .
+ - run: env CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix watch-exec narya -- nix build --accept-flake-config --impure --override-input self . .
24
- run: cd dist && ./build.sh
25
- name: Upload static files as artifact
26
id: deployment
0 commit comments