FUP broken on nixos-unstable-small
Closed this issue · 2 comments
andrevmatos commented
Probably due to NixOS/nixpkgs#257458
It seems that this
flake-utils-plus/lib/mkFlake.nix
Lines 149 to 162 in 2bf0f91
conflicts with assertions on nixpkgs
Now, only one of pkgs
or config
should be passed to config.nixpkgs
.
Error:
error:
Failed assertions:
- Your system configures nixpkgs with an externally created instance.
`nixpkgs.config` options should be passed when creating the instance instead.
Current value:
...
K900 commented
Line 149 here should just be removed, it's a no-op for either value of nixpkgs.pkgs
.
andrevmatos commented
I'm running the fix here, system seems to build and run without any noticeable drawbacks like breakage from missing config.