Packages.elm: add missing newline to 'nix-env' tab (#799)
This commit is contained in:
parent
48546bb730
commit
12e7174057
|
@ -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 ]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue