diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-05-12 13:41:55 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-05-12 13:41:55 -0600 |
| commit | 37c9f6469634cbca3e971bbfdad1fac5d3fcee0b (patch) | |
| tree | 2c66f4ec70d744616e9a81381cd188ad6d98e98d | |
| parent | 7d28ab13d61ba3f32911bb11592d27c8b8ef952f (diff) | |
shenvs/dsp: add octave:communications
Diffstat (limited to '')
| -rw-r--r-- | shenvs/dsp.nix | 4 |
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 + ])) ]; } |
