Skip to content

Commit

Permalink
Profile: Do not build on update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jun 4, 2024
1 parent 2ad00fb commit 9277d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ alias tks="tmux kill-session"

# Nix aliases.
alias nix-build="sudo nixos-rebuild switch --flake \$HOME/.nixos#default --impure"
alias nix-update="sudo nix-channel --update && nix-build"
alias nix-update="sudo nix-channel --update"
alias nix-clear="sudo nix-collect-garbage --delete-older-than 7d"
alias nix-python-activate="LD_LIBRARY_PATH=\$(nix eval --raw nixpkgs#stdenv.cc.cc.lib)/lib \
nix-shell \
Expand Down

0 comments on commit 9277d09

Please sign in to comment.