mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
![Silvan Mosberger](/assets/img/avatar_default.png)
See also https://github.com/nix-community/nix-direnv/issues/408 and https://github.com/nix-community/nix-direnv/pull/407
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
if has nix_direnv_watch_file; then
|
|
nix_direnv_watch_file default.nix shell.nix
|
|
else
|
|
watch_file default.nix shell.nix
|
|
fi
|
|
|
|
use nix
|