canged prusa-slicer to unstable
This commit is contained in:
parent
b93e1002b5
commit
098b4ca4c3
1 changed files with 11 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, pkgs-unstable, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
|
||||
bc
|
||||
jq
|
||||
|
@ -19,12 +20,18 @@
|
|||
qemu
|
||||
|
||||
libreoffice
|
||||
prusa-slicer
|
||||
#prusa-slicer
|
||||
orca-slicer
|
||||
gimp
|
||||
inkscape
|
||||
|
||||
|
||||
];
|
||||
])
|
||||
++
|
||||
(with pkgs-unstable; [
|
||||
|
||||
prusa-slicer
|
||||
|
||||
]);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue