re-add compat for nix 2.4
This commit is contained in:
parent
06d2128387
commit
5beee8d74c
|
@ -53,6 +53,8 @@
|
||||||
default = musicutil;
|
default = musicutil;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
defaultApp = self.apps."${system}".musicutil;
|
||||||
|
|
||||||
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
|
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
|
||||||
|
|
||||||
lib = pkgs.musicutil.lib;
|
lib = pkgs.musicutil.lib;
|
||||||
|
|
Loading…
Reference in a new issue