Packages.elm: add missing newline to 'nix-env' tab (#799)
Some checks failed
Build flake-info / build-flake-info (push) Failing after 13s
Frontend: Build & Deploy to Netlify / build-and-deploy (push) Failing after 6s

This commit is contained in:
Peder Bergebakken Sundt 2024-06-16 19:29:27 +02:00 committed by GitHub
parent 48546bb730
commit 12e7174057
Failed to generate hash of commit

View file

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