bring back attic. this time with garage backend

This commit is contained in:
cy 2025-03-13 13:25:28 -04:00
parent f4f0691647
commit f4c7243b69
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
10 changed files with 107 additions and 183 deletions

View file

@ -1,14 +1,12 @@
{ inputs }:
let
overlays = [
./attic
./zipline
./bitwarden
];
importedOverlays = map (m: import m) overlays;
in
importedOverlays
++ [
[
(
final: prev:
let
@ -19,6 +17,9 @@ importedOverlays
conduwuit =
pkgFrom inputs.conduwuit "static-x86_64-linux-musl-all-features-x86_64-haswell-optimised";
pixelflasher = nixpkgsFrom inputs.pixelflasher "pixelflasher";
attic-server = pkgFrom inputs.attic "attic-server";
attic = pkgFrom inputs.attic "attic";
}
)
]
]
++ importedOverlays