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