diff options
author | Emile <git@emile.space> | 2024-03-25 15:35:26 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-03-25 15:35:26 +0100 |
commit | c778cd98f42763fb7991f3d5238c077e8411c535 (patch) | |
tree | c9eaf26890fca924349468946d09a862b0e85e2a /nix/hosts/caladan/home_emile.nix | |
parent | ec06f9947d23ed0194d3d90cc300e0143806b050 (diff) |
portmidi for rabbits orca
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r-- | nix/hosts/caladan/home_emile.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix index 1be4288..ea4849b 100644 --- a/nix/hosts/caladan/home_emile.nix +++ b/nix/hosts/caladan/home_emile.nix @@ -174,6 +174,8 @@ # infrastructure as code foo terraform ansible + portmidi + ] ++ lib.optionals stdenv.isDarwin [ m-cli ]; |