fix garage mainProgram
This commit is contained in:
parent
ccc27bb9cc
commit
5b5418e325
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ in
|
||||||
pixelflasher = nixpkgsFrom inputs.pixelflasher "pixelflasher";
|
pixelflasher = nixpkgsFrom inputs.pixelflasher "pixelflasher";
|
||||||
attic-server = pkgFrom inputs.attic "attic-server";
|
attic-server = pkgFrom inputs.attic "attic-server";
|
||||||
attic = pkgFrom inputs.attic "attic";
|
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