From 0dde96fb55daebe267092433048aff70e6f40349 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 23 Jan 2026 18:08:20 +0100 Subject: [PATCH] fix: no need for magix-nix-cache, not github actions. --- .forgejo/workflows/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index c419076..1b3dc70 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: https://code.forgejo.org/actions/checkout@v4 - 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