mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(logistics): cura
This commit is contained in:
parent
5964338ab5
commit
aeb63b345b
3 changed files with 21 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ in rec {
|
|||
default = nixlib.composeManyExtensions [
|
||||
barcodebuddy
|
||||
builders
|
||||
cura
|
||||
krb5
|
||||
minecraft
|
||||
nfs
|
||||
|
|
@ -12,6 +13,7 @@ in rec {
|
|||
samba
|
||||
];
|
||||
barcodebuddy = import ./barcodebuddy.nix;
|
||||
cura = import ./cura.nix;
|
||||
krb5 = import ./krb5.nix;
|
||||
minecraft = import ./minecraft.nix;
|
||||
nfs = import ./nfs.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue