Compare commits

..

3 Commits

Author SHA1 Message Date
6cbfe33ee7
chore: Update flake.lock
All checks were successful
Perform checks / formatting (push) Successful in 38s
Perform checks / nix_flake_check (push) Successful in 44s
Perform checks / nix_build (push) Successful in 1m12s
2024-11-29 03:45:10 +01:00
42977e1c73
fix: Remove FUNDING.yml
Some checks failed
Perform checks / nix_flake_check (push) Waiting to run
Perform checks / nix_build (push) Waiting to run
Perform checks / formatting (push) Has been cancelled
2024-11-29 03:44:42 +01:00
8385f3e3d6
feat(ci): Add nix flake ci actions 2024-11-29 03:44:37 +01:00

@ -44,7 +44,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
with:
fail-mode: true
- name: Build nvim
run: nix build .\#default