Compare commits

..

3 Commits

Author SHA1 Message Date
c893edf5b9
chore: Update flake.lock
Some checks failed
Perform checks / formatting (pull_request) Successful in 40s
Perform checks / nix_flake_check (pull_request) Successful in 45s
Perform checks / nix_build (pull_request) Successful in 1m12s
Perform checks / formatting (push) Successful in 40s
Perform checks / nix_flake_check (push) Successful in 45s
Perform checks / nix_build (push) Successful in 1m12s
Update `flake.lock` / update_lockfile (push) Failing after 1m43s
2024-11-29 03:49:39 +01:00
3e8afe8672
fix: Remove FUNDING.yml 2024-11-29 03:49:39 +01:00
9c44dbc28f
feat(ci): Add nix flake ci actions 2024-11-29 03:49:36 +01:00

@ -44,5 +44,7 @@ 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