tools/shell.nix
2024-01-08 23:37:31 +01:00

7 lines
74 B
Nix

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