This commit is contained in:
Joseph Hanson 2024-09-12 16:25:33 -05:00
parent cfb501db29
commit 3ac0bdcf4b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -14,7 +14,7 @@ let
mods = super.callPackage ./charm-mods { };
};
smartmontoolsOverlay = import ./smartmontools { };
smartmontoolsOverlay = import ./smartmontools { };
in
{
comm-packages = inputs.nix-vscode-extensions.overlays.default;