Skip to content
Snippets Groups Projects
Commit a4a1d40a authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

nixos: Fix it

parent dc02ecb2
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ let ...@@ -44,7 +44,7 @@ let
in { in {
options.ghc-bot.gitlabAccessToken = { options.ghc-bot.gitlabAccessToken = {
type = lib.types.str; type = pkgs.lib.types.str;
description = "GitLab access token for ghc-bot"; description = "GitLab access token for ghc-bot";
}; };
config.imports = [ triage-service test-tracking-service ]; config.imports = [ triage-service test-tracking-service ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment