We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9284450 commit 9f69562Copy full SHA for 9f69562
1 file changed
.envrc
@@ -8,5 +8,12 @@ PATH_add out/mgd/root/opt/oxide/mgd/bin
8
9
if [ "$OMICRON_USE_FLAKE" = 1 ] && nix flake show &> /dev/null
10
then
11
+ # watch version files which should cause the nix-direnv cache to be
12
+ # invalidated, as they are inputs to the Nix flake.
13
+ watch_file tools/maghemite_mg_openapi_version
14
+ watch_file tools/dendrite_version
15
+ watch_file tools/clickhouse_version
16
+ watch_file tools/cocroachdb_version
17
+ watch_file rust-toolchain.toml
18
use flake;
19
fi
0 commit comments