remove some unstable packages

This commit is contained in:
♥ Minnie ♥ 2024-11-09 08:11:53 +08:00
parent 6c8e3bca1e
commit a1d5b5a23b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -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
];
};
}