nixpkgs-overlays: try to be a little more pure

This commit is contained in:
2024-08-12 21:56:30 +00:00
parent 144afd8171
commit 31fc072bce

View File

@@ -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)]