forked from lix-project/hydra
* hydra/release.nix: remove supportOldDBs
This commit is contained in:
parent
42c7bb57e8
commit
7d6df36e65
|
@ -60,7 +60,7 @@ let
|
|||
|
||||
with pkgs;
|
||||
|
||||
let nix = nixUnstable.override { supportOldDBs = false; }; in
|
||||
let nix = nixUnstable; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hydra" + (if tarball ? version then "-" + tarball.version else "");
|
||||
|
|
Loading…
Reference in a new issue