Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Disable basic auth for the nix build and nixos service
Browse files Browse the repository at this point in the history
 since we use oauth.
  • Loading branch information
jbgi authored and ksaric committed Sep 8, 2020
1 parent d8a880c commit 7ec1202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ let
# "stm" "terminfo"
];
}
{
# Disable basic auth:
packages.smash.flags.disable-basic-auth = true;
}
# TODO: Compile all local packages with -Werror:
#{
# packages = lib.genAttrs projectPackages
Expand Down

0 comments on commit 7ec1202

Please sign in to comment.