lol sigma

This commit is contained in:
Sakooooo 2024-07-08 14:36:24 +04:00
parent 871cf9ec26
commit b80dac2d7f
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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"