A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci-installer: Remove drvPath from fake derivation

Also hotfixes the current install-attic-ci.sh.

Fixes #145.

Ref: https://github.com/NixOS/nix/commit/f923ed6b6a7318e8fc77e8d3aeda6796671f67cb

-2
-1
.github/install-attic-ci.sh
··· 25 25 value = common // { 26 26 inherit outputName; 27 27 outPath = maybeStorePath (builtins.getAttr outputName outputs); 28 - drvPath = maybeStorePath (builtins.getAttr outputName outputs); 29 28 }; 30 29 }; 31 30 outputsList = map outputToAttrListElement outputNames;
-1
ci-installer.nix
··· 31 31 value = common // { 32 32 inherit outputName; 33 33 outPath = maybeStorePath (builtins.getAttr outputName outputs); 34 - drvPath = maybeStorePath (builtins.getAttr outputName outputs); 35 34 }; 36 35 }; 37 36 outputsList = map outputToAttrListElement outputNames;