try with the other one ?
Some checks failed
Update .lock file / flake-update (push) Has been cancelled
/ nix fmt (push) Failing after 1m40s

This commit is contained in:
Ittihadyya 2024-11-26 14:48:08 +02:00
parent d0bbf16d5c
commit f6f4611c2b
2 changed files with 6 additions and 2 deletions

View file

@ -8,5 +8,7 @@ jobs:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install Nix
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check

View file

@ -11,7 +11,9 @@ jobs:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install nix
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update flake.lock
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
with: