Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. > sudo nixos-rebuild switch
  2. building Nix...
  3. building the system configuration...
  4. error: evaluation aborted with the following error message: ‘
  5. This version of Nixpkgs requires Nix >= 2.0, please upgrade:
  6.  
  7. - If you are running NixOS, `nixos-rebuild' can be used to upgrade your system.
  8.  
  9. - Alternatively, with Nix > 2.0 `nix upgrade-nix' can be used to imperatively
  10. upgrade Nix. You may use `nix-env --version' to check which version you have.
  11.  
  12. - If you installed Nix using the install script (https://nixos.org/nix/install),
  13. it is safe to upgrade by running it again:
  14.  
  15. curl https://nixos.org/nix/install | sh
  16.  
  17. For more information, please see the NixOS release notes at
  18. https://nixos.org/nixos/manual or locally at
  19. /home/lfish/nix-expressions/nixpkgs/nixos/doc/manual/release-notes.
  20.  
  21. If you need further help, see https://nixos.org/nixos/support.html
  22. (use ‘--show-trace’ to show detailed location information)
  23. > nix --version
  24. nix (Nix) 2.1.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement