summaryrefslogtreecommitdiff
path: root/shenvs/dsp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/dsp.nix')
-rw-r--r--shenvs/dsp.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/shenvs/dsp.nix b/shenvs/dsp.nix
deleted file mode 100644
index fb9d1c8..0000000
--- a/shenvs/dsp.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-pkgs: {
- paths = with pkgs; [
- (octave.withPackages (packages: with packages; [
- #communications
- ]))
- ];
-}