diff --git a/frontend/src/Page/Packages.elm b/frontend/src/Page/Packages.elm index e352892..8b3678c 100644 --- a/frontend/src/Page/Packages.elm +++ b/frontend/src/Page/Packages.elm @@ -654,7 +654,7 @@ viewResultItem nixosChannels channel showInstallDetails show item = [ pre [ class "code-block shell-command" ] [ text "# without flakes:\nnix-env -iA nixpkgs." , strong [] [ text item.source.attr_name ] - , text "# with flakes:\nnix profile install nixpkgs#" + , text "\n# with flakes:\nnix profile install nixpkgs#" , strong [] [ text item.source.attr_name ] ] ]