This commit is contained in:
Sakooooo 2024-07-08 14:38:42 +04:00
parent 72d2171f1e
commit 87fc0b54f9
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 run nixpkgs#nixos-rebuidl -- nixos-rebuild --flake .#sakopc build - run: nix run nixpkgs#nixos-rebuild -- nixos-rebuild --flake .#sakopc build
- run: nix-shell --run "echo OK" - run: nix-shell --run "echo OK"