Skip to content

trusted-nix-caches

This module sets the clan.lol and nix-community cache up as a trusted cache.

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.trusted-nix-caches ];
    # ...
}