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

Commit

Permalink
Merge #68
Browse files Browse the repository at this point in the history
68: Disable basic auth for the nix build and nixos service r=ksaric a=jbgi

 since we use nginx for auth.

Co-authored-by: Jean-Baptiste Giraudeau <jb@giraudeau.info>
  • Loading branch information
iohk-bors[bot] and jbgi authored Sep 8, 2020
2 parents d8a880c + 7ec1202 commit 3c67878
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 3c67878

Please sign in to comment.