10 lines
105 B
Nix
10 lines
105 B
Nix
|
{
|
||
|
description = "My overlays";
|
||
|
|
||
|
outputs = { self, nixpkgs }: {
|
||
|
|
||
|
overlay = import ./pkgs;
|
||
|
|
||
|
};
|
||
|
}
|