This commit is contained in:
Sakooooo 2024-08-12 03:03:11 +04:00
parent 517515e877
commit 2bfaa99d27
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -19,9 +19,9 @@ jobs:
# 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-rebuild -- --flake .#sakopc build # - run: nix run nixpkgs#nixos-rebuild -- --flake .#sakopc build
- run: nix profile install nixpkgs#nix-fast-build - run: nix profile install nixpkgs#nix-fast-build
- run: nix-fast-build --skip-cached --no-nom --flake .#nixosConfigurations.sakopc.config.system.build.toplevel - run: nix-fast-build --skip-cached --no-nom --flake .#nixosConfigurations.sakopc.config.system.build.toplevel
- run: nix-shell --run "echo All done!" - run: nix-shell --run "echo All done!"
sakotop: sakotop:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: