File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 154
154
< a class ="nav-link " href ="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-nix "> < img src = "./img/nix-logo.png " height ="32px " alt ="Nix logo "> < span > Nix</ span > </ a >
155
155
< div class ="dropdown-divider "> </ div >
156
156
< a class ="nav-link " href ="https://git.sr.ht/~singpolyma/dhall-ruby "> < img src = "./img/ruby-logo.svg " height ="32px " alt ="Ruby logo "> < span > Ruby</ span > </ a >
157
+ < div class ="dropdown-divider "> </ div >
158
+ < a class ="nav-link " href ="https://github.com/Nadrieril/dhall-rust "> < img src = "./img/rust-logo.svg " height ="32px " alt ="Rust logo "> < span > Rust</ span > </ a >
157
159
</ div >
158
160
</ li >
159
161
< li class ="nav-item ">
Original file line number Diff line number Diff line change 53
53
sha256 = "1yvvdqcmgpa75y7px3isi4x6690iksq52ilnbslhn7mcngikw6m9" ;
54
54
} ;
55
55
56
+ rust =
57
+ pkgsNew . fetchurl {
58
+ url = "http://rust-lang.org/logos/rust-logo-128x128-blk.png" ;
59
+ sha256 = "19ycf7ra6pn6gvavpfg1gbi9j8dsmxfm0gnczabvpspv7yaf8i71" ;
60
+ } ;
61
+
56
62
dhallLarge =
57
63
pkgsNew . fetchurl {
58
64
url = "https://raw.githubusercontent.com/dhall-lang/dhall-lang/28f4fb830f158bba6bb635bd29f1fd7075501b8f/img/dhall-logo.svg" ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ runCommand "try-dhall" {} ''
23
23
${ coreutils } /bin/ln --symbolic ${ logo . bash } $out/img/bash-logo.png
24
24
${ coreutils } /bin/ln --symbolic ${ logo . clojure } $out/img/clojure-logo.svg
25
25
${ coreutils } /bin/ln --symbolic ${ logo . ruby } $out/img/ruby-logo.svg
26
+ ${ coreutils } /bin/ln --symbolic ${ logo . rust } $out/img/rust-logo.svg
26
27
${ coreutils } /bin/ln --symbolic ${ logo . discourse } $out/img/discourse-logo.svg
27
28
${ coreutils } /bin/ln --symbolic ${ logo . dhallLarge } $out/img/dhall-large-logo.svg
28
29
${ coreutils } /bin/ln --symbolic ${ logo . dhallSmall } $out/img/dhall-small-logo.svg
You can’t perform that action at this time.
0 commit comments