mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-03 17:34:55 +02:00
8 lines
197 B
Nix
8 lines
197 B
Nix
{
|
|
nix = {
|
|
settings = {
|
|
substituters = [ "https://traxys.cachix.org" ];
|
|
trusted-public-keys = [ "traxys.cachix.org-1:8Qir8lQJdhzUaw5AE7ICom/IB25wgdheZFxdMln7Qgg=" ];
|
|
};
|
|
};
|
|
}
|