break out base build

This commit is contained in:
2020-10-26 16:39:54 -07:00
parent 232c2f8d22
commit abb7405b4c
21 changed files with 61 additions and 59 deletions

View File

@@ -0,0 +1,45 @@
{
packageOverrides = pkgs: with pkgs; {
myPackages = pkgs.buildEnv {
name = "myPackages";
paths = [
aspell
bc
clang
coreutils
ctags
curl
docker
ffmpeg
gdb
git
gnupg
gnupg
go
gpg-agent
jq
nix-prefetch-scripts
nmap
openssh
par2cmdline
pinentry-mac
pv
pwgen
qemu
rsync
tmux
tor
tree
vim
vimpager
weechat
wget
whois
xz
zsh
];
};
};
}