re-add compat for nix 2.4

This commit is contained in:
ChaotiCryptidz 2022-04-23 15:23:51 +01:00
parent 06d2128387
commit 5beee8d74c
No known key found for this signature in database

View file

@ -53,6 +53,8 @@
default = musicutil;
};
defaultApp = self.apps."${system}".musicutil;
devShell = pkgs.mkShell { buildInputs = with pkgs; [ go ffmpeg ]; };
lib = pkgs.musicutil.lib;