From 6e400024591edf02cc51ce8e3e1e2dc365d5d10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 19 Jan 2025 13:56:42 +0100 Subject: [PATCH] build(forgejo-ci): add flake check --- .forgejo/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index dfeddeb..60f61e5 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -11,7 +11,8 @@ jobs: # with: # name: felschr # authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - # - run: nix flake check + - run: nix flake check --accept-flake-config + continue-on-error: true - run: nix build .#brlaser - run: nix build .#deconz - run: nix build .#nixosConfigurations.home-server.config.system.build.toplevel