overlay garage
This commit is contained in:
parent
25c7eb865a
commit
386cf05f42
3 changed files with 49 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue