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: