From f00bfce4c187efa8e22e2dad27a9f3627662ac01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 19 Jan 2025 17:25:03 +0100 Subject: [PATCH] build(forgejo-ci): disable home-pc build for now Since it currently builds some packages from source, which is a bit too much workload for my Lattepanda. --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 493344b..f743596 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,4 +20,4 @@ jobs: - run: nix build .#brlaser - run: nix build .#deconz - run: nix build .#nixosConfigurations.home-server.config.system.build.toplevel - - run: nix build .#nixosConfigurations.home-pc.config.system.build.toplevel + # - run: nix build .#nixosConfigurations.home-pc.config.system.build.toplevel