bring back attic. this time with garage backend
This commit is contained in:
parent
f4f0691647
commit
f4c7243b69
10 changed files with 107 additions and 183 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue