Update .envrc to use --impure

This commit is contained in:
Jack O'Sullivan 2024-12-11 20:01:30 +00:00
parent 0cdaefc992
commit 680edbfd81
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"/../controller)
use flake ..#controller --impure

View File

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