summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-06-15 20:23:44 -0600
committerAlejandro Soto <alejandro@34project.org>2022-06-15 20:23:44 -0600
commit3788720e2bfaee3e57d6d6d8cfb0121a0730caf3 (patch)
tree59a429c8e0cdf778c9503cd83a36785ae7dcfc16
parent65df60bbbf0d421fee00456ca325a5faca276f2c (diff)
shenvs/dsp: remove communications package
Diffstat (limited to '')
-rw-r--r--shenvs/dsp.nix2
1 files changed, 1 insertions, 1 deletions
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
]))
];
}