profile/3d-design: use openscad-unstable
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-11-08 19:44:46 +01:00
parent 45ca69fbb0
commit 4a851e5ea6

View file

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
meshlab
openscad
openscad-unstable
prusa-slicer
];
};