Skip to content

Commit

Permalink
Packages.elm: add missing newline to 'nix-env' tab (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jun 16, 2024
1 parent 48546bb commit 12e7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Page/Packages.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
]
]
Expand Down

0 comments on commit 12e7174

Please sign in to comment.