Update .envrc to hopefully differentiate between shells

This commit is contained in:
Jack O'Sullivan 2024-12-11 14:50:54 +00:00
parent 1ff784bc3d
commit a35f1cccc1
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
watch_file default.nix
use flake ..#controller --override-input rootdir "file+file://"<(printf %s "$PWD")
use flake ..#controller --override-input rootdir "file+file://"<(printf %s "$PWD"/../controller)

View File

@ -1,2 +1,2 @@
watch_file default.nix
use flake ..#firmware --override-input rootdir "file+file://"<(printf %s "$PWD")
use flake ..#firmware --override-input rootdir "file+file://"<(printf %s "$PWD"/../firmware)