merge(feat/camden-cachix): Merge binary cache settings
This commit is contained in:
commit
2d89125428
1 changed files with 10 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue