mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-12 21:46:09 +01:00
4 lines
87 B
Nix
4 lines
87 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = [ pkgs.hello ];
|
|
}
|