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
|
|
@ -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