fix nix package and add ci test for nix package build

This commit is contained in:
Jeffrey C. Ollie
2023-12-22 13:43:06 -06:00
parent 4525be9c57
commit a995b6dbb0
2 changed files with 13 additions and 4 deletions

View File

@@ -138,6 +138,9 @@ jobs:
- name: Test Dynamic Build
run: nix develop -c zig build -Dstatic=false
- name: Test NixOS package build
run: nix build .#ghostty
prettier:
runs-on: ubuntu-latest
steps: