audio: add tidal package to ghc

This commit is contained in:
Jez Cope 2021-06-24 20:25:17 +01:00
parent e89234faf1
commit 817700101d
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [ haskellPackages.tidal supercollider fftw fftwFloat ];
home.packages = with pkgs; [ supercollider ];
}

View File

@ -17,6 +17,7 @@ in {
./bits/firefox.nix
./bits/emacs.nix
./bits/vim.nix
./bits/audio.nix
] ++ lib.lists.optional (pathExists host-config) host-config;
home.username = "jez";
@ -24,7 +25,9 @@ in {
home.stateVersion = "20.09";
home.packages = with pkgs;
let python = python38.withPackages (py: with py; [ ipython sh invoke ]);
let
python = python38.withPackages (py: with py; [ ipython sh invoke ]);
ghc = haskellPackages.ghcWithPackages (pkgs: [ pkgs.tidal ]);
in [
nmap
avahi