mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
4 lines
71 B
Nix
4 lines
71 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [ hello ];
|
|
}
|