You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix infinite recursion when using config.env.* in processes conditions (#2278) - Using processes = lib.mkIf
(config.env.X == ...) {...} would cause infinite recursion due to circular dependencies in process-compose.nix. The config is now properly split using
lib.mkMerge.
Fix recursive glob matching for hidden directories (#2286) - Task glob patterns now correctly ignore hidden
files/directories unless explicitly specified.
Fix secretspec breaking with direnv (#2308) - Updated secretspec to 0.4.1.