업그레이드
맥OS의 다중 사용자용 닉스 사용자들은 sudo -i sh -c 'nix-channel --update && nix-env -iA nixpkgs.nix && launchctl remove org.nixos.nix-daemon && launchctl load /Library/LaunchDaemons/org.nixos.nix-daemon.plist'
를 수행해 닉스를 업그레이드할 수 있습니다.
단일 사용자 설치의 경우 nix-channel --update; nix-env -iA nixpkgs.nix nixpkgs.cacert
를 수행하여 업그레이드합니다.
리눅스의 다중 사용자용 닉스 사용자들은 nix-channel --update; nix-env -iA nixpkgs.nix nixpkgs.cacert; systemctl daemon-reload; systemctl restart nix-daemon
를 수행합니다.
Last update: November 4, 2021