nixpkgs-patched not used consistently #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the
mkNixpkgs-patchedsources are only used by home-manager, not by the NixOS system.inputs.nixpkgsis a flake and thusnixpkgs.lib.mkNixosSystemexists, the patched result is "just" a nixpkgs and does not have that libnixpkgs.flake.sourcein config does not work (not even with mkForce) as it is hardcoded in nixpkgs' flake.nixnixpkgs.pkgsremoves the possibility of settingnixpkgs.configfrom within the NixOS configAdditionally, there is no way to access the patched nixpkgs to directly build attributes from it like via
nix run.