Compare commits

..

2 Commits

Author SHA1 Message Date
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
2 changed files with 6 additions and 0 deletions

@ -14,6 +14,8 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix fmt
@ -27,6 +29,8 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix flake check

@ -14,6 +14,8 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with: