Zoom_H5_Notes/shell.nix

8 lines
101 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
lame
sox
];
}