frontend: Suggest nix profile install for flakes installation (#757)
This makes more sense than having nix build, which doesn't really install things Co-authored-by: Rok Garbas <rok@garbas.si>
This commit is contained in:
parent
f9ba9f9787
commit
85b6cbc291
|
@ -718,7 +718,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
[ pre [ class "code-block shell-command" ]
|
[ pre [ class "code-block shell-command" ]
|
||||||
[ text "nix build "
|
[ text "nix profile install "
|
||||||
, strong [] [ text url ]
|
, strong [] [ text url ]
|
||||||
, text "#"
|
, text "#"
|
||||||
, em [] [ text item.source.attr_name ]
|
, em [] [ text item.source.attr_name ]
|
||||||
|
|
Loading…
Reference in a new issue