Compare commits

..

3 Commits

Author SHA1 Message Date
d2ca2e8385
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 39s
Perform checks / nix_build (push) Successful in 1m18s
2024-11-29 03:18:42 +01:00
4a40ab9117
fix: Remove FUNDING.yml 2024-11-29 03:18:42 +01:00
c69b7e43d1
feat(ci): Add nix flake ci actions 2024-11-29 03:18:38 +01:00

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