10 lines
161 B
Nix
10 lines
161 B
Nix
|
with import (toString ../functions);
|
||
|
with builtins;
|
||
|
|
||
|
{pkgs, ...}:
|
||
|
{
|
||
|
|
||
|
config.nixpkgs.overlays = attrValues (import-folder {path = (toString ../overlays);});
|
||
|
|
||
|
}
|