lol sigma
This commit is contained in:
parent
871cf9ec26
commit
b80dac2d7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
# If you chose API tokens for write access OR if you have a private cache
|
# If you chose API tokens for write access OR if you have a private cache
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build .#nixosConfiguration.sakopc.config.system.build.toplevel
|
- run: nixos-rebuild --flake .#sakopc build
|
||||||
- run: nix-shell --run "echo OK"
|
- run: nix-shell --run "echo OK"
|
||||||
|
|
Loading…
Reference in a new issue