nix-direnv/shell.nix
Jörg Thalheim 862b772839
add tests
2020-04-01 16:12:48 +01:00

8 lines
105 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
python3
shellcheck
direnv
];
}