forked from lix-project/hydra
This commit is contained in:
parent
469893cd4a
commit
0476ed2340
|
@ -58,7 +58,7 @@ let
|
||||||
|
|
||||||
let nix = nixUnstable.override { supportOldDBs = false; }; in
|
let nix = nixUnstable.override { supportOldDBs = false; }; in
|
||||||
|
|
||||||
stdenvNew.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "hydra" + (if tarball ? version then "-" + tarball.version else "");
|
name = "hydra" + (if tarball ? version then "-" + tarball.version else "");
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue