We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flake.lock
envrc-flake
1 parent 673bb5e commit 7b00e19Copy full SHA for 7b00e19
src/tools/nix-dev-shell/envrc-flake
@@ -1,7 +1,7 @@
1
# If you want to use this as an .envrc file to create a shell with necessery components
2
# to develop rustc, use the following command in the root of the rusr checkout:
3
#
4
-# ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && echo .envrc >> .git/info/exclude
+# ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell && echo .envrc >> .git/info/exclude
5
6
if nix flake show path:./src/tools/nix-dev-shell &> /dev/null; then
7
use flake path:./src/tools/nix-dev-shell
0 commit comments