Zoom_H5_Notes/shell.nix

8 lines
101 B
Nix
Raw Normal View History

2022-02-07 18:17:12 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
lame
sox
];
}