From f82d3cc09232069d2ea4db1842fef20b87c04d11 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:16:40 +0200 Subject: [PATCH] try with different install script. which seems like it would owrk --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 14f7aae..f902702 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -8,7 +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/install-nix-action@v30 + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install with: nix_path: nixpkgs=channel:nixos-unstable - run: nix fmt $(find ./ -regex '.*.nix$') -- --check \ No newline at end of file