From f422ad701ce41373e7a293160faf5a19eeea19fa Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 11 Jun 2022 23:28:31 +0200 Subject: nixpkgs-fmt --- modules/binary-caches.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/binary-caches.nix') diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix index 7b6a5bd..373e653 100644 --- a/modules/binary-caches.nix +++ b/modules/binary-caches.nix @@ -1,5 +1,9 @@ { pkgs, lib, ... }: { nix = { + extraOptions = '' + builders-use-substitutes = true + ''; + registry.microvm = { from = { type = "indirect"; -- cgit v1.3.1