From bf62829b8ca48041d1fca35bfcd53f5d1a43448c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 23 Jan 2026 18:00:04 +0100 Subject: [PATCH] fix: try using github.com? --- .forgejo/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index bc5b9aa..c419076 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -10,8 +10,8 @@ jobs: runs-on: debian-latest steps: - uses: https://code.forgejo.org/actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: https://github.com/DeterminateSystems/nix-installer-action@main + - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - run: nix build .#nixosConfigurations.bragi.config.system.build.toplevel - run: nix build .#nixosConfigurations.thor.config.system.build.toplevel - run: nix build .#nixosConfigurations.odin.config.system.build.toplevel