tools/shell.nix

8 lines
83 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashly
pandoc
];
}