8.3.4.9. nix-env --switch-profile
Name
nix-env --switch-profile - تنظیم پروفایل کاربر روی پروفایل مشخصشده
Synopsis
nix-env {--switch-profile | -S} path
Description
این عملیات، path را به عنوان پروفایل فعلی کاربر تنظیم میکند. یعنی، پیوند نمادین ~/.nix-profile به گونهای تنظیم میشود که به path اشاره کند.
Examples
$ nix-env --switch-profile ~/my-profile nix.dev/manual/nix/stable/command-ref/nix-env/switch-profile.html