This commit is contained in:
parent
b321d81a84
commit
8140ea6924
|
@ -8,7 +8,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: nix-env -iA nixpkgs.nodejs_22
|
- run: nix-env -iA nixpkgs.nodejs_20
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix --experimental-features 'nix-command flakes' flake update
|
- run: nix --experimental-features 'nix-command flakes' flake update
|
||||||
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
|
||||||
|
|
Loading…
Reference in a new issue