diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-06-15 20:23:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-06-15 20:23:44 -0600 |
| commit | 3788720e2bfaee3e57d6d6d8cfb0121a0730caf3 (patch) | |
| tree | 59a429c8e0cdf778c9503cd83a36785ae7dcfc16 /shenvs | |
| parent | 65df60bbbf0d421fee00456ca325a5faca276f2c (diff) | |
shenvs/dsp: remove communications package
Diffstat (limited to 'shenvs')
| -rw-r--r-- | shenvs/dsp.nix | 2 |
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 ])) ]; } |
