From a61b6a30c95b2ec19b561c0f46849e7f764be489 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 22 Jan 2026 16:01:03 +0100 Subject: [PATCH] fix: try nixpkgs. --- .forgejo/workflows/default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 7cca111..6a90735 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -12,7 +12,7 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix flake check continue-on-error: true - - run: nix build .#bragi - - run: nix build .#thor - - run: nix build .#odin - - run: nix build .#freyja + - run: nix build .#nixosConfigurations.bragi + - run: nix build .#nixosConfigurations.thor + - run: nix build .#nixosConfigurations.odin + - run: nix build .#nixosConfigurations.freyja