frontend: Show nixpkgs tree instead of commit (#794)
This commit is contained in:
parent
01ce288a54
commit
c4b2a854e7
|
@ -1078,7 +1078,7 @@ viewResults nixosChannels model result viewSuccess _ outMsg categoryName =
|
|||
Just commit ->
|
||||
[
|
||||
text "Data from nixpkgs "
|
||||
, a [ href ("https://github.com/NixOS/nixpkgs/commit/" ++ commit) ]
|
||||
, a [ href ("https://github.com/NixOS/nixpkgs/tree/" ++ commit) ]
|
||||
[ (code [] [ text (String.slice 0 8 commit) ]) ]
|
||||
, text "."
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue