diff options
author | Ben Sima <ben@bsima.me> | 2021-08-31 08:58:49 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-08-31 08:58:49 -0400 |
commit | 2a50c65dcb5657c0ebaa8a7145372fd699800dac (patch) | |
tree | 30a8fcdf3354eb036df2626d40d3550a4d67fa95 | |
parent | baa10e8d290a44a717d27c8dd69375eb621d6e9f (diff) |
disable updates on goremote
-rwxr-xr-x | goremote | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,5 +19,6 @@ do done # maybe: -nix-channel --update -NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH home-manager switch +#nix-collect-garbage -d +#nix-channel --update +#NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH home-manager switch |