snowfall-lib/lib/overlay
Jake Hamilton 23c08d04f9
feat(overlay): only namespace package overlays
BREAKING CHANGE

This commit modifies the overlay builder's original behavior
in a non-backward compatible way. Previously, all overlays
would be namespaced with "nixpkgs/". This was often
unnecessary or would cause conflicts with package overlays if
they shared a name. After this change, all overlays retain their
directory name (eg. "my-overlay") and all package overlays are
prefixed with "package/" to differentiate them and avoid name
conflicts.
2022-12-28 23:40:05 -08:00
..
default.nix feat(overlay): only namespace package overlays 2022-12-28 23:40:05 -08:00