try with different install script. which seems like it would owrk
Some checks failed
/ nix fmt (push) Failing after 16s
Update .lock file / flake-update (push) Has been cancelled

This commit is contained in:
Ittihadyya 2024-11-26 15:16:40 +02:00
parent 98b20966e8
commit f82d3cc092

View file

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