Skip to content

Commit

Permalink
eval-cache: watch .devenv.flake.nix for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Dec 10, 2024
1 parent 944cdef commit 00dd2c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devenv/src/cnix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ impl<'a> Nix<'a> {
cached_cmd.watch_path(self.devenv_root.join("devenv.yaml"));
cached_cmd.watch_path(self.devenv_root.join("devenv.lock"));

cached_cmd.unwatch_path(self.devenv_root.join(".devenv.flake.nix"));
// Ignore anything in .devenv.
cached_cmd.unwatch_path(&self.devenv_dotfile);

Expand Down

0 comments on commit 00dd2c7

Please sign in to comment.