We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flake.lock
envrc-flake
1 parent 7e565cc commit c52d952Copy full SHA for c52d952
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