Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created December 15, 2017 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchty/cc16e7a10a580ef89050d9ef1bb814c6 to your computer and use it in GitHub Desktop.
Save mitchty/cc16e7a10a580ef89050d9ef1bb814c6 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: with pkgs;
let in rec {
custom-pinentry = pinentry.override { gtk2 = null; qt4 = null; ncurses = null; };
custom-youtube-dl = python27Packages.youtube-dl.override { pandoc = null; };
default = buildEnv {
name = "default";
ignoreCollisions = true;
paths = [
aria
aspell
aspellDicts.en
cabal-install
cacert
clang
clang-analyzer
cloc
cscope
ctags
curl
custom-pinentry
custom-youtube-dl
diffutils
docbook5
duply
emacs
entr
gdbm
ghostscript
gist
gitAndTools.git-extras
gitAndTools.gitFull
glib
gmp
gnumake
gnupg
gnupg1compat
gnutar
gnutls
graphviz-nox
haskellPackages.ShellCheck
haskellPackages.ghc-mod
haskellPackages.hasktags
haskellPackages.hindent
haskellPackages.hspec
# haskellPackages.idris
haskellPackages.pandoc
htop
imagemagick
iperf
jq
keychain
lastpass-cli
less
llvm
mercurial
moreutils
mosh
mr
multitail
munge
openssl
p7zip
patchutils
pbzip2
pigz
pixz
pkgconfig
pv
python27Packages.flake8
python27Packages.howdoi
python27Packages.pip
python27Packages.pyflakes
python27Packages.pylint
python27Packages.virtualenv
rlwrap
rsync
rtags
silver-searcher
sloccount
sshpass
stack
texlive.combined.scheme-full
tmux
tree
unzip
upx
wakelan
watch
wget
xz
# If I ever come up with some linux only stuff or figure out xhyve
# ] ++ stdenv.lib.optionals stdenv.isLinux [
] ++ stdenv.lib.optionals stdenv.isDarwin [
vagrant
# xhyve
];
};
};
allowUnfree = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment