feat: Update nixos

This commit is contained in:
uttarayan21
2025-05-28 23:31:12 +05:30
parent 7c2748b517
commit 9a15d6abc5
6 changed files with 210 additions and 169 deletions

View File

@@ -4,6 +4,9 @@
...
}: {
home.packages = [
pkgs.openscad-unstable
(pkgs.openscad-unstable.overrideAttrs
(_: {
doCheck = false;
}))
];
}