@ -0,0 +1 @@
use nix
@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
vorbis-tools
flac
ffmpeg
unixtools.xxd
exiftool
];
}