ci-installer: Remove drvPath from fake derivation
Also hotfixes the current install-attic-ci.sh.
Fixes #145.
Ref: f923ed6b6a
This commit is contained in:
parent
717cc95983
commit
71396b9518
1
.github/install-attic-ci.sh
vendored
1
.github/install-attic-ci.sh
vendored
|
@ -25,7 +25,6 @@ let
|
||||||
value = common // {
|
value = common // {
|
||||||
inherit outputName;
|
inherit outputName;
|
||||||
outPath = maybeStorePath (builtins.getAttr outputName outputs);
|
outPath = maybeStorePath (builtins.getAttr outputName outputs);
|
||||||
drvPath = maybeStorePath (builtins.getAttr outputName outputs);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputsList = map outputToAttrListElement outputNames;
|
outputsList = map outputToAttrListElement outputNames;
|
||||||
|
|
|
@ -31,7 +31,6 @@ let
|
||||||
value = common // {
|
value = common // {
|
||||||
inherit outputName;
|
inherit outputName;
|
||||||
outPath = maybeStorePath (builtins.getAttr outputName outputs);
|
outPath = maybeStorePath (builtins.getAttr outputName outputs);
|
||||||
drvPath = maybeStorePath (builtins.getAttr outputName outputs);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputsList = map outputToAttrListElement outputNames;
|
outputsList = map outputToAttrListElement outputNames;
|
||||||
|
|
Loading…
Reference in a new issue