From 77b245cd5a5d5d414c7a6ce1539a3feb611e19c9 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:18:35 +0200 Subject: [PATCH] huh, that's a weird error --- .forgejo/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index f902702..9858ab6 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/nix-actions/install + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main with: - nix_path: nixpkgs=channel:nixos-unstable + install-url: "https://nixos.org/nix/install" - run: nix fmt $(find ./ -regex '.*.nix$') -- --check \ No newline at end of file