Compare commits
1
Commits
main
...
b52d07c778
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b52d07c778 |
@@ -40,8 +40,14 @@ nixpkgs.lib.nixosSystem {
|
|||||||
nix-cachyos-kernel.overlays.pinned
|
nix-cachyos-kernel.overlays.pinned
|
||||||
] ++ (import ../overlays/pkgs.nix { inherit bun2nix; });
|
] ++ (import ../overlays/pkgs.nix { inherit bun2nix; });
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [ "https://claude-code.cachix.org" ];
|
substituters = [
|
||||||
trusted-public-keys = [ "claude-code.cachix.org-1:YeXf2aNu7UTX8Vwrze0za1WEDS+4DuI2kVeWEE4fsRk=" ];
|
"https://claude-code.cachix.org"
|
||||||
|
"https://attic.xuyh0120.win/lantian"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"claude-code.cachix.org-1:YeXf2aNu7UTX8Vwrze0za1WEDS+4DuI2kVeWEE4fsRk="
|
||||||
|
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|||||||
Reference in New Issue
Block a user