From 533fcb6144abf303339e86b3599facc3e4d66472 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 19 Feb 2024 18:19:52 +0800 Subject: [PATCH] docs: comment --- home/darwin/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/darwin/shell.nix b/home/darwin/shell.nix index b4f107f8..3f5edb09 100644 --- a/home/darwin/shell.nix +++ b/home/darwin/shell.nix @@ -2,6 +2,7 @@ let envExtra = '' export PATH="$PATH:/opt/homebrew/bin:/usr/local/bin" ''; + # copied from the content generated by `conda init bash` initExtra = '' arch=$(uname -m)