fix garage mainProgram
This commit is contained in:
parent
ccc27bb9cc
commit
5b5418e325
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,9 @@ 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";
|
||||
});
|
||||
}
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue