From 3788720e2bfaee3e57d6d6d8cfb0121a0730caf3 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 15 Jun 2022 20:23:44 -0600 Subject: shenvs/dsp: remove communications package --- shenvs/dsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shenvs/dsp.nix b/shenvs/dsp.nix index c3b5665..fb9d1c8 100644 --- a/shenvs/dsp.nix +++ b/shenvs/dsp.nix @@ -1,7 +1,7 @@ pkgs: { paths = with pkgs; [ (octave.withPackages (packages: with packages; [ - communications + #communications ])) ]; } -- cgit v1.2.3