Offer binary cache when running microvm-rebuild-HOST-local

This commit is contained in:
Sandro - 2022-12-23 07:41:46 +01:00
parent 4d77f9fd72
commit 91d2dc1158
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
{
description = "C3D2 NixOS configurations";
nixConfig = {
extra-substituters = [ "https://nix-serve.hq.c3d2.de" ];
extra-trusted-public-keys = [ "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" ];
};
inputs = {
# use sandro's fork full with cherry-picked fixes
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-22.11";