From 7b94c29b0ab4eeba1405a78448d8af6899fb17cb Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 23 Jan 2026 17:36:49 +0100 Subject: [PATCH] feat: try and fix. --- .forgejo/workflows/default.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 2eb9963..a432922 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -10,8 +10,6 @@ jobs: runs-on: native steps: - uses: https://code.forgejo.org/actions/checkout@v4 - - run: nix flake check - continue-on-error: true - 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