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:
Maciej Krüger 2024-06-07 09:59:47 +02:00 committed by GitHub
parent f9ba9f9787
commit 85b6cbc291
Failed to generate hash of commit

View file

@ -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 ]