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