Maximilian Bosch
16a8b4d086
Re-add DBDSQLite since it's needed by the Perl-bindings of Nix
2020-04-16 00:42:40 +02:00
Maximilian Bosch
efcbc08686
Get rid of dependency to SQLite
...
SQLite isn't properly supported by Hydra for a few years now[1], but
Hydra still depends on it. Apart from a slightly bigger closure this can
cause confusion by users since Hydra picks up SQLite rather than
PostgreSQL by default if HYDRA_DBI isn't configured properly[2]
[1] 78974abb69
[2] https://logs.nix.samueldr.com/nixos-dev/2020-04-10#3297342 ;
2020-04-16 00:42:40 +02:00
Eelco Dolstra
400a0fbd14
lastModified -> lastModifiedDate
2020-04-09 15:44:53 +02:00
Eelco Dolstra
f6119f2b19
perlDeps: Use lib.closePropagation
...
Apparentely, buildEnv in 20.03 no longer respects
propagated-build-inputs.
Note that the use of a library function (closePropagation) seems
fundamentally wrong to me - propagated-build-inputs should be used at
runtime, not at evaluation time.
2020-03-31 13:21:01 +02:00
Eelco Dolstra
810075cd3d
Update to 20.03
2020-03-31 12:55:35 +02:00
Eelco Dolstra
101a9b3797
Run 'make check'
...
This got lost when I converted from releaseTools.nixBuild to
stdenv.mkDerivation. Doh!
2020-03-04 15:42:51 +01:00
Eelco Dolstra
6f1d68bda4
Revert "hydra-eval-jobs -> nix eval-hydra-jobs"
...
This reverts commit 345512a6d0
.
2020-02-19 20:36:52 +01:00
Eelco Dolstra
4b9cdc4933
Remove boehmgc dependency
...
This is now propagated by Nix.
2020-02-15 21:56:35 +01:00
Eelco Dolstra
345512a6d0
hydra-eval-jobs -> nix eval-hydra-jobs
2020-02-15 15:59:34 +01:00
Eelco Dolstra
23c9ca3e94
Remove hydra-eval-guile-jobs
...
This hasn't been used in a long time (Guix uses its own CI system),
and it probably doesn't work anymore.
2020-02-15 15:59:34 +01:00
Eelco Dolstra
f0e8e56f89
Update flake.lock
2020-02-03 18:14:06 +01:00
Eelco Dolstra
4c8f600eaa
Update to latest Nix and fix compilation
2019-11-07 23:16:05 +01:00
Eelco Dolstra
1784c362ed
Simplify flake.nix
2019-11-07 18:46:32 +01:00
Eelco Dolstra
55b0afa08f
Merge remote-tracking branch 'origin/master' into flake
2019-11-07 18:42:15 +01:00
Eelco Dolstra
7ba06c13ac
Bump flake dependencies
2019-10-22 20:19:40 +02:00
Eelco Dolstra
551e936fac
Update flake.nix
...
Currently Hydra is only supported on x86_64-linux.
2019-10-15 20:21:42 +02:00
Eelco Dolstra
80738fadb1
Add hydraProxy module
2019-10-04 21:31:27 +02:00
Eelco Dolstra
d0b972bdd0
Use the overlay from the nix flake
2019-10-04 17:32:29 +02:00
Eelco Dolstra
8d2896b36b
epoch -> edition
2019-09-26 18:35:00 +02:00
Eelco Dolstra
e110d5a38f
Build the container in Hydra
2019-09-24 21:48:28 +02:00
Eelco Dolstra
40e7b6e884
Add a NixOS container to demo Hydra
...
It contains Hydra, PostgreSQL and an frontend proxy. So you can get a
running Hydra instance by doing
$ nixos-container create hydra --flake hydra
$ nixos-container start hydra
The web interface is available on port 80.
2019-09-24 19:58:10 +02:00
Eelco Dolstra
0ccf36ca3b
Merge remote-tracking branch 'origin/master' into flake
2019-09-24 19:03:18 +02:00
Eelco Dolstra
1ab3b26b67
Update lock file
2019-09-19 00:10:12 +02:00
Eelco Dolstra
66d71689ec
flake.nix improvements
...
The hydra flake now exports a Nixpkgs overlay and a NixOS module.
2019-09-17 17:25:59 +02:00
Eelco Dolstra
ada640d340
Update flake.nix
2019-08-30 17:23:10 +02:00
Eelco Dolstra
1c9e22e73c
Use nixFlakes in devShell
2019-08-09 13:10:50 +02:00
Eelco Dolstra
d834ac9c14
Update flake.{nix,lock}
2019-06-18 18:00:40 +02:00
Eelco Dolstra
517acb4ca8
Add some flake checks
2019-06-03 12:29:42 +02:00
Eelco Dolstra
bc11ab22a3
Update flake.nix
2019-06-03 12:09:18 +02:00
Eelco Dolstra
8717d69a36
Build using the nix flake
2019-05-22 14:44:10 +02:00
Eelco Dolstra
2ecc06e557
Replace shell.nix with a flake devShell attribute
2019-05-08 18:12:24 +02:00
Eelco Dolstra
4172b5b290
Add flake.nix
2019-05-08 13:57:51 +02:00