try with different install script. which seems like it would owrk
This commit is contained in:
parent
98b20966e8
commit
f82d3cc092
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue