flake.nix improvements

The hydra flake now exports a Nixpkgs overlay and a NixOS module.
This commit is contained in:
Eelco Dolstra
2019-09-17 17:25:59 +02:00
parent ada640d340
commit 66d71689ec
3 changed files with 285 additions and 350 deletions

View File

@ -64,7 +64,7 @@ in
package = mkOption {
type = types.path;
#default = pkgs.hydra;
default = pkgs.hydra;
description = "The Hydra package.";
};
@ -218,8 +218,6 @@ in
nix.trustedUsers = [ "hydra-queue-runner" ];
services.hydra-dev.package = mkDefault ((import ./release.nix {}).build.x86_64-linux);
services.hydra-dev.extraConfig =
''
using_frontend_proxy = 1