Nix Binary Cache
v3.2.0
selene-cache:JFjUG4uqg/THSGKrrg/ZVFsToQBKYuQrMmCIelIzRtk=
nix build \ --extra-substituters 'https://nix-cache.nogard.org' \ --extra-trusted-public-keys 'selene-cache:JFjUG4uqg/THSGKrrg/ZVFsToQBKYuQrMmCIelIzRtk='
extra-substituters = https://nix-cache.nogard.org extra-trusted-public-keys = selene-cache:JFjUG4uqg/THSGKrrg/ZVFsToQBKYuQrMmCIelIzRtk=
{
nix.settings = {
substituters = [ "https://nix-cache.nogard.org" ];
trusted-public-keys = [ "selene-cache:JFjUG4uqg/THSGKrrg/ZVFsToQBKYuQrMmCIelIzRtk=" ];
};
}
{
nixConfig = {
extra-substituters = [ "https://nix-cache.nogard.org" ];
extra-trusted-public-keys = [ "selene-cache:JFjUG4uqg/THSGKrrg/ZVFsToQBKYuQrMmCIelIzRtk=" ];
};
}