File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
648648 ]
649649 ]
650650 [ pre [ class " code-block shell-command" ]
651- [ text " nix profile install "
651+ [ text " nix profile add "
652652 , strong [] [ text flakeUrl ]
653653 , text " #"
654654 , em [] [ text item. source. attr_name ]
@@ -773,7 +773,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
773773 [ pre [ class " code-block shell-command" ]
774774 [ text " # without flakes:\n nix-env -iA nixpkgs."
775775 , strong [] [ text item. source. attr_name ]
776- , text " \n # with flakes:\n nix profile install nixpkgs#"
776+ , text " \n # with flakes:\n nix profile add nixpkgs#"
777777 , strong [] [ text item. source. attr_name ]
778778 ]
779779 ]
You can’t perform that action at this time.
0 commit comments