build: add centralcloud nix cache
This commit is contained in:
parent
f7d067e439
commit
e32d620cc5
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@
|
|||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.centralcloud.com/default"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"default:ywfU21WX06iOn2Ec2lae1jYh4w8LO4IQkmp06vJzsk8="
|
||||
];
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue