Add declarative attic cache
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
final: prev:
|
||||
# FIXME: https://github.com/zhaofengli/attic/pull/280
|
||||
prev.attic-client.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [ ./stdout-logging.patch ];
|
||||
patches = oldAttrs.patches or [ ] ++ [
|
||||
# fix: log non-errors to stdout
|
||||
(builtins.fetchurl {
|
||||
url = "https://github.com/zhaofengli/attic/pull/280.patch";
|
||||
sha256 = "sha256:0j6ay6d9is7053sq5njakjmlpwk24db296rma694jggpl19ibxjv";
|
||||
})
|
||||
./declarative-key-pair.patch
|
||||
];
|
||||
})
|
||||
|
Reference in New Issue
Block a user