mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
8 lines
105 B
Nix
8 lines
105 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
python3
|
|
shellcheck
|
|
direnv
|
|
];
|
|
}
|