mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(logistics): remove cura for now
This commit is contained in:
parent
e4d9ebf56e
commit
0f9ba3d51e
3 changed files with 5 additions and 13 deletions
|
|
@ -38,7 +38,7 @@ in {
|
|||
# TODO: packages.aarch64-linux.openwebrxplus
|
||||
];
|
||||
print.inputs = [
|
||||
legacyPackages.x86_64-linux.pkgs.cura-octoprint
|
||||
#legacyPackages.x86_64-linux.pkgs.cura-octoprint
|
||||
];
|
||||
systemd2mqtt.inputs = [
|
||||
packages.x86_64-linux.systemd2mqtt
|
||||
|
|
|
|||
|
|
@ -73,15 +73,4 @@ in {
|
|||
in
|
||||
callPackage octoklipper {};
|
||||
};
|
||||
|
||||
# XXX: build broken upstream ugh...
|
||||
curaengine = prev.curaengine.override {
|
||||
inherit (final.python311Packages) libarcus;
|
||||
};
|
||||
cura = prev.cura.override {
|
||||
python3 = final.python311;
|
||||
};
|
||||
curaPlugins = prev.curaPlugins.override {
|
||||
python3Packages = final.python311Packages;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,10 @@ in {
|
|||
#jack.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.cura-octoprint];
|
||||
environment.systemPackages = [
|
||||
# XXX: currently broken in nixpkgs
|
||||
# pkgs.cura-octoprint
|
||||
];
|
||||
|
||||
users.users.logistics = {
|
||||
uid = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue