mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 23:44:16 +01:00
8 lines
124 B
Nix
8 lines
124 B
Nix
{nuenv, ...} @ args: {
|
|
nixpkgs.overlays =
|
|
[
|
|
nuenv.overlays.default
|
|
]
|
|
++ (import ../../overlays args);
|
|
}
|