reworking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-26 16:31:15 -07:00
parent c0d903524a
commit 232c2f8d22
21 changed files with 35 additions and 12 deletions

View File

@@ -1,33 +0,0 @@
{
packageOverrides = pkgs: with pkgs; {
myPackages = pkgs.buildEnv {
name = "myPackages";
paths = [
aspell
bc
clang
coreutils
ctags
curl
ffmpeg
gdb
git
gnupg
go
jq
nix-prefetch-scripts
openssh
pwgen
qemu
tmux
tree
vim
weechat
wget
zsh
];
};
};
}