Nixfiles/nixos/cachix/traxys.nix
2024-05-13 22:46:17 +02:00

8 lines
197 B
Nix

{
nix = {
settings = {
substituters = [ "https://traxys.cachix.org" ];
trusted-public-keys = [ "traxys.cachix.org-1:8Qir8lQJdhzUaw5AE7ICom/IB25wgdheZFxdMln7Qgg=" ];
};
};
}