Fixes to make pbp build again

This commit is contained in:
Andrea Ciceri 2022-01-12 11:51:56 +01:00
parent ddefe962cc
commit 1da0bea837
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
7 changed files with 10 additions and 9 deletions

View file

@ -1,8 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
openscad
] ++ (if !stdenv.hostPlatform.isAarch64 then [
blender
freecad
]
else [ ]);
}