add nixcache.antoinevaure.fr as substituter
All checks were successful
/ build-all (push) Successful in 1m8s
All checks were successful
/ build-all (push) Successful in 1m8s
This commit is contained in:
parent
4f614f91fb
commit
8de0ba7158
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
nix.settings = { experimental-features = [ "nix-command" "flakes" ]; };
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
extra-substituters = [ "https://nixcache.antoinevaure.fr/" ];
|
||||
extra-trusted-public-keys = [ "nixcache.antoinevaure.fr:KbcKN97zPmsDUCNAXj5g1/WWJEk2WnyMgI6CmwgX/QY=" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue