Skip to content

Commit

Permalink
ci-installer: Remove drvPath from fake derivation
Browse files Browse the repository at this point in the history
Also hotfixes the current install-attic-ci.sh.

Fixes #145.

Ref: NixOS/nix@f923ed6
  • Loading branch information
zhaofengli committed Jul 9, 2024
1 parent 717cc95 commit 71396b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/install-attic-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ let
value = common // {
inherit outputName;
outPath = maybeStorePath (builtins.getAttr outputName outputs);
drvPath = maybeStorePath (builtins.getAttr outputName outputs);
};
};
outputsList = map outputToAttrListElement outputNames;
Expand Down
1 change: 0 additions & 1 deletion ci-installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ let
value = common // {
inherit outputName;
outPath = maybeStorePath (builtins.getAttr outputName outputs);
drvPath = maybeStorePath (builtins.getAttr outputName outputs);
};
};
outputsList = map outputToAttrListElement outputNames;
Expand Down

0 comments on commit 71396b9

Please sign in to comment.