im losing my mind
This commit is contained in:
parent
9ae6034ad3
commit
517515e877
1 changed files with 9 additions and 4 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -19,8 +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 run github:Mic92/nix-fast-build -- --no-nom --skip-cached --flake .#nixosConfigurations.sakopc.config.system.build.toplevel
|
- run: nix profile install nixpkgs#nix-fast-build
|
||||||
- run: nix-shell --run "echo All done!"
|
- run: nix-fast-build --skip-cached --no-nom --flake .#nixosConfigurations.sakopc.config.system.build.toplevel
|
||||||
|
- run: nix-shell --run "echo All done!"
|
||||||
sakotop:
|
sakotop:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -37,7 +38,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 .#sakotop build
|
# - run: nix run nixpkgs#nixos-rebuild -- --flake .#sakotop build
|
||||||
- run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached --flake .#nixosConfigurations.sakotop.config.system.build.toplevel
|
# - run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached --flake .#nixosConfigurations.sakotop.config.system.build.toplevel
|
||||||
|
- run: nix profile install nixpkgs#nix-fast-build
|
||||||
|
- run: nix-fast-build --skip-cached --no-nom --flake .#nixosConfigurations.sakotop.config.system.build.toplevel
|
||||||
- run: nix-shell --run "echo All done!"
|
- run: nix-shell --run "echo All done!"
|
||||||
sakowsl:
|
sakowsl:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -55,5 +58,7 @@ 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 .#sakowsl build
|
# - run: nix run nixpkgs#nixos-rebuild -- --flake .#sakowsl build
|
||||||
- run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached --flake .#nixosConfigurations.sakowsl.config.system.build.toplevel
|
# - run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached --flake .#nixosConfigurations.sakowsl.config.system.build.toplevel
|
||||||
|
- run: nix profile install nixpkgs#nix-fast-build
|
||||||
|
- run: nix-fast-build --skip-cached --no-nom --flake .#nixosConfigurations.sakowsl.config.system.build.toplevel
|
||||||
- run: nix-shell --run "echo All done!"
|
- run: nix-shell --run "echo All done!"
|
||||||
|
|
Loading…
Reference in a new issue