mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
ops(ci): add caches
This commit is contained in:
parent
07de41ab1f
commit
540ca5f762
1 changed files with 20 additions and 0 deletions
|
|
@ -38,6 +38,26 @@
|
||||||
publicKey = "arc.cachix.org-1:DZmhclLkB6UO0rc0rBzNpwFbbaeLfyn+fYccuAy7YVY=";
|
publicKey = "arc.cachix.org-1:DZmhclLkB6UO0rc0rBzNpwFbbaeLfyn+fYccuAy7YVY=";
|
||||||
signingKey = null;
|
signingKey = null;
|
||||||
};
|
};
|
||||||
|
nix-community = {
|
||||||
|
enable = true;
|
||||||
|
publicKey = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
|
||||||
|
signingKey = null;
|
||||||
|
};
|
||||||
|
nix-gaming = {
|
||||||
|
enable = true;
|
||||||
|
publicKey = "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=";
|
||||||
|
signingKey = null;
|
||||||
|
};
|
||||||
|
niri = {
|
||||||
|
enable = true;
|
||||||
|
publicKey = "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964=";
|
||||||
|
signingKey = null;
|
||||||
|
};
|
||||||
|
chaotic-nyx = {
|
||||||
|
enable = true;
|
||||||
|
publicKey = "chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=";
|
||||||
|
signingKey = null;
|
||||||
|
};
|
||||||
kittywitch = {
|
kittywitch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
publicKey = "kittywitch.cachix.org-1:KIzX/G5cuPw5WgrXad6UnrRZ8UDr7jhXzRTK/lmqyK0=";
|
publicKey = "kittywitch.cachix.org-1:KIzX/G5cuPw5WgrXad6UnrRZ8UDr7jhXzRTK/lmqyK0=";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue