add binary cache
This commit is contained in:
parent
505e85b9c5
commit
b70a166e8b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://cache.clan.lol" ];
|
||||
extra-trusted-public-keys = [ "cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28=" ];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
self.submodules = true;
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue