nixpkgs-overlays: try to be a little more pure
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
# it works by using stock upstream `nixpkgs`
|
||||
# and putting NIX_PATH=nixpkgs-overlays=/path/to/here on the nixbld environment.
|
||||
#
|
||||
[(import ../../overlays/all.nix)]
|
||||
# XXX(2024-08-12): DON'T import `all.nix`, as that makes upstreaming cross patches more difficult (impurity)!
|
||||
# i only really need to grant access to my additional packages, here.
|
||||
# [(import ../../overlays/all.nix)]
|
||||
[(import ../../overlays/pkgs.nix)]
|
||||
|
Reference in New Issue
Block a user