From f6f4611c2bcaeb19210e2f38d984491ad8b94666 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 14:48:08 +0200 Subject: [PATCH] try with the other one ? --- .forgejo/workflows/check.yaml | 4 +++- .forgejo/workflows/flake-update.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 725960c..f9d8317 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -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 \ No newline at end of file diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 2cfc677..bb367cf 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -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: