feat: include devShell build in CI
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-03-07 16:36:16 -06:00
parent 41851ff23f
commit 9201dda39f

View file

@ -30,6 +30,10 @@ jobs:
run: |
nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#foxtrot
- name: Build default devShell
run: |
nix develop . --build
# - name: Save nix store
# uses: actions/cache/save@v4
# with: