correct directory
This commit is contained in:
parent
92387ffb7d
commit
e1580d7368
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
|||
# smartmontoolsOverlay = import ./smartmontools { };
|
||||
# vivaldiOverlay = self: super: { vivaldi = super.callPackage ./vivaldi { }; };
|
||||
coderOverlay = self: super: { coder = super.callPackage ./coder { }; };
|
||||
modsOverlay = self: super: { mods = super.callPackage ./charms-mods { }; };
|
||||
modsOverlay = self: super: { mods = super.callPackage ./charm-mods { }; };
|
||||
termiusOverlay = self: super: { termius = super.callPackage ./termius { }; };
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue