Nix Binary Cache
v3.0.0
nixos-cache-desktop.dark-alexandr.net:tehVIjJwkpTdAzyoJW0+G/pVQA0yh5hE1COS/Ml06K4=
nix build \ --extra-substituters 'http://git.dark-alexandr.net' \ --extra-trusted-public-keys 'nixos-cache-desktop.dark-alexandr.net:tehVIjJwkpTdAzyoJW0+G/pVQA0yh5hE1COS/Ml06K4='
extra-substituters = http://git.dark-alexandr.net extra-trusted-public-keys = nixos-cache-desktop.dark-alexandr.net:tehVIjJwkpTdAzyoJW0+G/pVQA0yh5hE1COS/Ml06K4=
{
nix.settings = {
substituters = [ "http://git.dark-alexandr.net" ];
trusted-public-keys = [ "nixos-cache-desktop.dark-alexandr.net:tehVIjJwkpTdAzyoJW0+G/pVQA0yh5hE1COS/Ml06K4=" ];
};
}
{
nixConfig = {
extra-substituters = [ "http://git.dark-alexandr.net" ];
extra-trusted-public-keys = [ "nixos-cache-desktop.dark-alexandr.net:tehVIjJwkpTdAzyoJW0+G/pVQA0yh5hE1COS/Ml06K4=" ];
};
}