Home

How to uninstall and reinstall nix

Sources

Steps

  # This is what your .bashrc should look like
  # System-wide .bashrc file for interactive bash(1) shells.
  if [ -z "$PS1" ]; then
     return
  fi
  
  PS1='\h:\W \u\$ '
  # Make bash check its window size after a process completes
  shopt -s checkwinsize
  
  [ -r "/etc/bashrc_$TERM_PROGRAM" ] && . "/etc/bashrc_$TERM_PROGRAM"
  
curl --proto '=https' --tlsv1.2 -sSf -L \
  https://install.determinate.systems/nix | sh -s -- install