merge(feat/camden-cachix): Merge binary cache settings

This commit is contained in:
Vincent Ambo 2020-04-21 23:10:26 +01:00
commit 2d89125428

View file

@ -65,6 +65,14 @@ in lib.fix(self: {
]; ];
trustedUsers = [ "root" "tazjin" ]; trustedUsers = [ "root" "tazjin" ];
binaryCaches = [
"https://tazjin.cachix.org"
];
binaryCachePublicKeys = [
"tazjin.cachix.org-1:IZkgLeqfOr1kAZjypItHMg1NoBjm4zX9Zzep8oRSh7U="
];
}; };
nixpkgs.pkgs = nixpkgs; nixpkgs.pkgs = nixpkgs;
@ -99,6 +107,7 @@ in lib.fix(self: {
# programs from nixpkgs # programs from nixpkgs
(with nixpkgs; [ (with nixpkgs; [
bat
curl curl
direnv direnv
emacs26-nox emacs26-nox
@ -107,6 +116,7 @@ in lib.fix(self: {
jq jq
pass pass
pciutils pciutils
ripgrep
]); ]);
users = { users = {