tools/shell.nix

8 lines
83 B
Nix
Raw Normal View History

2024-01-08 22:37:31 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashly
2024-01-11 22:31:41 +00:00
pandoc
2024-01-08 22:37:31 +00:00
];
}