stop using vicinae cache
This commit is contained in:
parent
395deb4093
commit
73c149ea32
1 changed files with 1 additions and 5 deletions
|
|
@ -87,6 +87,7 @@
|
|||
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
vicinae.url = "github:vicinaehq/vicinae";
|
||||
vicinae.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
buildbot-nix.url = "github:nix-community/buildbot-nix";
|
||||
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -94,9 +95,4 @@
|
|||
dankMaterialShell.url = "github:AvengeMedia/DankMaterialShell";
|
||||
dankMaterialShell.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://vicinae.cachix.org" ];
|
||||
extra-trusted-public-keys = [ "vicinae.cachix.org-1:1kDrfienkGHPYbkpNj1mWTr7Fm1+zcenzgTizIcI3oc=" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue