From 6058cdcccc4fcfa3c2ae2ce878cf229dae776041 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Tue, 10 Dec 2024 00:09:40 +0100 Subject: remove instructions to git exclude files in `src/nix-dev-shell/envrc-*` this is no longer needed as `.gitignore` contains both `/.envrc` and `flake.lock` (and also `/.direnv/`) --- src/tools/nix-dev-shell/envrc-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/nix-dev-shell/envrc-shell') diff --git a/src/tools/nix-dev-shell/envrc-shell b/src/tools/nix-dev-shell/envrc-shell index fb7231a6c30..d8f900fe86a 100644 --- a/src/tools/nix-dev-shell/envrc-shell +++ b/src/tools/nix-dev-shell/envrc-shell @@ -1,7 +1,7 @@ # If you want to use this as an .envrc file to create a shell with necessery components # to develop rustc, use the following command in the root of the rusr checkout: # -# ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc && echo .envrc >> .git/info/exclude +# ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc use nix ./src/tools/nix-dev-shell/shell.nix -- cgit 1.4.1-3-g733a5