This commit is contained in:
parent
41851ff23f
commit
9201dda39f
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#foxtrot
|
nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#foxtrot
|
||||||
|
|
||||||
|
- name: Build default devShell
|
||||||
|
run: |
|
||||||
|
nix develop . --build
|
||||||
|
|
||||||
# - name: Save nix store
|
# - name: Save nix store
|
||||||
# uses: actions/cache/save@v4
|
# uses: actions/cache/save@v4
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue