Skip to content

Commit 1536f79

Browse files
frontend: add link to official NixOS Wiki (#980)
1 parent 738b0e6 commit 1536f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Main.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ viewNavigation route =
467467
[ ( Route.Packages searchArgs, text "Packages" )
468468
, ( Route.Options searchArgs, text "NixOS options" )
469469
, ( Route.Flakes searchArgs, span [] [ text "Flakes", sup [] [ span [ class "label label-info" ] [ small [] [ text "Experimental" ] ] ] ] )
470-
]
470+
] ++ [ li [] [ a [ href "https://wiki.nixos.org" ] [ text "NixOS Wiki" ] ] ]
471471

472472

473473
viewNavigationItem :

0 commit comments

Comments
 (0)