mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(grocy): barcode buddy
This commit is contained in:
parent
a157150956
commit
dc0c84c0a0
13 changed files with 391 additions and 1 deletions
4
overlays/barcodebuddy.nix
Normal file
4
overlays/barcodebuddy.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
final: prev: let
|
||||
in {
|
||||
barcodebuddy = final.callPackage ../packages/barcodebuddy.nix { };
|
||||
}
|
||||
|
|
@ -7,7 +7,9 @@
|
|||
overlays = [
|
||||
inputs.deploy-rs.overlay
|
||||
inputs.arcexprs.overlays.default
|
||||
(import ./barcodebuddy.nix)
|
||||
(import ./samba.nix)
|
||||
(import ./nginx.nix)
|
||||
(final: prev: {
|
||||
jemalloc =
|
||||
if final.hostPlatform != "aarch64-darwin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue