remove some unstable packages
This commit is contained in:
parent
6c8e3bca1e
commit
a1d5b5a23b
|
@ -1,11 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
unstable.blender
|
||||
freecad # https://discourse.nixos.org/t/error-hash-mismatch-in-fixed-output-derivation/52353
|
||||
unstable.kicad
|
||||
unstable.openscad
|
||||
prusa-slicer # Some error idk fix this later
|
||||
blender
|
||||
freecad
|
||||
kicad
|
||||
openscad
|
||||
prusa-slicer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue