canged prusa-slicer to unstable

This commit is contained in:
willifan 2024-08-18 17:28:10 +02:00
parent b93e1002b5
commit 098b4ca4c3

View file

@ -1,7 +1,8 @@
{ pkgs, ... }: { pkgs, pkgs-unstable, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages =
(with pkgs; [
bc bc
jq jq
@ -19,12 +20,18 @@
qemu qemu
libreoffice libreoffice
prusa-slicer #prusa-slicer
orca-slicer orca-slicer
gimp gimp
inkscape inkscape
]; ])
++
(with pkgs-unstable; [
prusa-slicer
]);
} }