diff options
author | Emile <git@emile.space> | 2024-06-09 00:19:16 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:19:16 +0200 |
commit | a4607bc235ae5753f1584c05d4e3627e35149bd7 (patch) | |
tree | 82902627b925077602cdd1e110280c0ed91f3aae /nix/hosts/caladan/home_emile.nix | |
parent | 010aa9f3e957525b2dfdbd5265509c9f748f90fc (diff) |
installing blender and adding an overlay so that it builds
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r-- | nix/hosts/caladan/home_emile.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix index f69d477..79615fb 100644 --- a/nix/hosts/caladan/home_emile.nix +++ b/nix/hosts/caladan/home_emile.nix @@ -187,7 +187,8 @@ portmidi - ] ++ lib.optionals stdenv.isDarwin [ - m-cli + blender + + # ] ++ lib.optionals stdenv.isDarwin [ ]; } |