frontend: remove trailing whitespace in installation instructions (#522)
This commit is contained in:
parent
1aaf7dddee
commit
d94c60ca12
|
@ -696,7 +696,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
|
||||||
[ pre [ class "code-block" ]
|
[ pre [ class "code-block" ]
|
||||||
[ text <| " environment.systemPackages = [\n pkgs."
|
[ text <| " environment.systemPackages = [\n pkgs."
|
||||||
, strong [] [ text item.source.attr_name ]
|
, strong [] [ text item.source.attr_name ]
|
||||||
, text <| " \n ];"
|
, text <| "\n ];"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue