summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shenvs/dsp.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/shenvs/dsp.nix b/shenvs/dsp.nix
index d5828e3..c3b5665 100644
--- a/shenvs/dsp.nix
+++ b/shenvs/dsp.nix
@@ -1,5 +1,7 @@
pkgs: {
paths = with pkgs; [
- octave
+ (octave.withPackages (packages: with packages; [
+ communications
+ ]))
];
}