nix-community / authentik-nix

Nix flake with package, NixOS module and basic VM test for authentik. Trying to provide an alternative deployment mode to the officially supported docker-compose approach. Not affiliated with or officially supported by the authentik project [maintainer=@willibutz]
MIT License
82 stars 18 forks source link

Build getting stuck #36

Open erahhal opened 3 weeks ago

erahhal commented 3 weeks ago

I'm trying to build with the latest NixOS stable, and the build gets stuck on the following:

[1/373/405 built, 4793 copied (10715.5 MiB), 3030.3 MiB DL] building goauthentik-website-docs-2024.8.4 (buildPhase): Running npm install --include=d

I've left it for hours and it doesn't move.

erahhal commented 3 weeks ago

I tested with 2024.8.3 as well and see the same thing, so something must have changed upstream rather than with the latest release.

ImWuX commented 2 weeks ago

Yup I second this. Cannot make changes to my server rn no matter what. The docs build gets stuck one way or another.

firewalkwithm3 commented 2 weeks ago

I think it's due to a kernel bug and upgrading to the latest kernel has fixed the issue for me: https://github.com/NixOS/nixpkgs/issues/353709#issuecomment-2458957910

erahhal commented 2 weeks ago

@firewalkwithm3 Thanks for the info. Ugh, I need to stop using ZFS. It's locked to an older kernel.

Ma27 commented 2 weeks ago

The patch will appear on 6.6 as well with the next round of backports, so even with ZFS that should be fine.

ImWuX commented 2 weeks ago

Yeah updating kernel solved it for me. Thanks!