overlay garage

This commit is contained in:
cy 2025-03-13 21:09:04 -04:00
parent 25c7eb865a
commit 386cf05f42
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 49 additions and 1 deletions

View file

@ -19,7 +19,10 @@ in
pixelflasher = nixpkgsFrom inputs.pixelflasher "pixelflasher";
attic-server = pkgFrom inputs.attic "attic-server";
attic = pkgFrom inputs.attic "attic";
garage = ((pkgFrom inputs.garage "default").overrideAttrs {
meta.mainProgram = "garage";
});
}
)
]
++ importedOverlays
++ importedOverlays