add nixcache.antoinevaure.fr as substituter
All checks were successful
/ build-all (push) Successful in 1m8s

This commit is contained in:
ant 2025-09-01 20:55:39 +02:00
parent 4f614f91fb
commit 8de0ba7158

View file

@ -1,7 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nix.package = pkgs.nixVersions.latest; 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; nixpkgs.config.allowUnfree = true;