change line

This commit is contained in:
ChaotiCryptidz 2022-02-22 14:10:31 +00:00
parent 34a1796478
commit d7d316c265
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
#hmModule = ./hm-module.nix;
hmModule = import ./hm-module.nix;
lib = pkgs.musicutil.lib;
});