Compare commits

..

3 Commits

Author SHA1 Message Date
438e309353
fix: Remove nix cache step as it's GitHub only
All checks were successful
Perform checks / formatting (push) Successful in 32s
Perform checks / nix_flake_check (push) Successful in 40s
Perform checks / nix_build (push) Successful in 1m31s
2024-11-29 03:15:26 +01:00
6450782864
fix: Remove FUNDING.yml 2024-11-29 03:15:26 +01:00
321ed2ed96
feat(ci): Add nix flake ci actions 2024-11-29 03:15:20 +01:00

@ -37,6 +37,6 @@ jobs:
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Build dzgui
run: nix build .\#dzgui
run: nix build .\#default
- name: Build dzgui-testing
run: nix build .\#dzgui-testing
run: nix build .\#nvim