Skip to content

Instantly share code, notes, and snippets.

/-

Created March 19, 2018 21:24
Show Gist options
  • Save anonymous/7c9e1b8d0fb8de35b3e6dd9f8308b09e to your computer and use it in GitHub Desktop.
Save anonymous/7c9e1b8d0fb8de35b3e6dd9f8308b09e to your computer and use it in GitHub Desktop.
{ pkgs ? import ~/.nix-defexpr/channels/unstable/default.nix {} }:
(pkgs.buildFHSUserEnv {
name = "benelli-env";
targetPkgs = pkgs: (with pkgs;
[
autoconf
binutils
cpio
curl
db4
diffstat
dos2unix
dtc
eject
file
gcc
gdk_pixbuf
gettext
git
glibc_multi
glibc_multi.dev
gnumake
gnupatch
linux.dev
ncurses
neovim
openssl.dev
pam
perl522
python27Full
rxvt_unicode.terminfo
texinfo
unzip
wget
which
xorg.libX11
zlib.dev
zsh
]);
multiPkgs = pkgs: (with pkgs;
[
glibc_multi
glibc_multi.dev
db4
]);
runScript = "zsh";
}).env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment