change where hmModule is
This commit is contained in:
parent
d7d316c265
commit
4ab23dde50
|
@ -12,6 +12,8 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs, utils, ... }:
|
outputs = { self, nixpkgs, utils, ... }:
|
||||||
{
|
{
|
||||||
|
hmModule = import ./hm-module.nix;
|
||||||
|
|
||||||
overlay = final: prev:
|
overlay = final: prev:
|
||||||
let system = final.system;
|
let system = final.system;
|
||||||
in {
|
in {
|
||||||
|
@ -51,8 +53,6 @@
|
||||||
|
|
||||||
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
|
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
|
||||||
|
|
||||||
hmModule = import ./hm-module.nix;
|
|
||||||
|
|
||||||
lib = pkgs.musicutil.lib;
|
lib = pkgs.musicutil.lib;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue