`ca-references` in extra-experimental-features is now causing errors
wahjava opened this issue · 2 comments
wahjava commented
As per NixOS/nixpkgs#139075 (comment), there is now an error in nix.conf
validation, courtesy: https://github.com/gytis-ivaskevicius/flake-utils-plus/blob/master/lib/mkFlake.nix#L175 . As a workaround one has to disable nix.conf
configuration check.
Thanks!
fufexan commented
Since it seems not to be needed anymore I think we could just remove the option. Thoughts @gytis-ivaskevicius?
gytis-ivaskevicius commented
Fixed and pushed to master, thank you!