From 7fd816ba89cb4d924d89b2f7e07028644dce0c7f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 17 Mar 2022 17:53:52 -0600 Subject: home: add shenv gc root --- shenvs/android-dev.nix | 6 ++++++ shenvs/config.nix | 8 ++++++++ shenvs/dsp.nix | 5 +++++ shenvs/el3310.nix | 6 ++++++ shenvs/randall.nix | 8 ++++++++ 5 files changed, 33 insertions(+) create mode 100644 shenvs/android-dev.nix create mode 100644 shenvs/config.nix create mode 100644 shenvs/dsp.nix create mode 100644 shenvs/el3310.nix create mode 100644 shenvs/randall.nix (limited to 'shenvs') diff --git a/shenvs/android-dev.nix b/shenvs/android-dev.nix new file mode 100644 index 0000000..5bf29eb --- /dev/null +++ b/shenvs/android-dev.nix @@ -0,0 +1,6 @@ +pkgs: { + paths = with pkgs; [ + android-tools + gradle + ]; +} diff --git a/shenvs/config.nix b/shenvs/config.nix new file mode 100644 index 0000000..caf4b18 --- /dev/null +++ b/shenvs/config.nix @@ -0,0 +1,8 @@ +shenvs: { + gcKeep = with shenvs; [ + android-dev + dsp + el3310 + randall + ]; +} diff --git a/shenvs/dsp.nix b/shenvs/dsp.nix new file mode 100644 index 0000000..d5828e3 --- /dev/null +++ b/shenvs/dsp.nix @@ -0,0 +1,5 @@ +pkgs: { + paths = with pkgs; [ + octave + ]; +} diff --git a/shenvs/el3310.nix b/shenvs/el3310.nix new file mode 100644 index 0000000..c680721 --- /dev/null +++ b/shenvs/el3310.nix @@ -0,0 +1,6 @@ +pkgs: { + paths = with pkgs; [ + gcc-arm-embedded + + ]; +} diff --git a/shenvs/randall.nix b/shenvs/randall.nix new file mode 100644 index 0000000..dd628bc --- /dev/null +++ b/shenvs/randall.nix @@ -0,0 +1,8 @@ +pkgs: { + paths = with pkgs; [ + ghostscript + imagemagick + paps + pdftk + ]; +} -- cgit v1.2.3