diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-07 17:32:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-11 12:09:39 -0500 |
commit | 844e0b64b2a00f1026075979c2cbd548dcb5f80b (patch) | |
tree | 1d8dbd6cd8e9728cfb7e51716dcbaf94b4f0895e /.envrc-nix | |
parent | poem substitution (diff) |
nix flake related modifications
Diffstat (limited to '.envrc-nix')
-rw-r--r-- | .envrc-nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,12 +9,12 @@ watch_file flake.lock watch_file flake.nix watch_file shell.nix watch_file makefile -watch_file .envrc +watch_file nixDevEnv.sh watch_file .envrc-local watch_file .envrc-nix nix_direnv_watch_file flake.nix nix_direnv_watch_file shell.nix -nix_direnv_watch_file .envrc +nix_direnv_watch_file nixDevEnv.sh nix_direnv_watch_file .envrc-local nix_direnv_watch_file .envrc-nix nix flake update |