Personal cache as substituter

This commit is contained in:
Andrea Ciceri 2024-01-26 14:35:26 +01:00
parent 3b03b4bb94
commit 5dd056d878
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -15,6 +15,12 @@
"@wheel"
];
netrc-file = "/etc/nix/netrc";
substituters = [
"https://cache.aciceri.dev"
];
trusted-public-keys = [
"cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
];
};
extraOptions = ''