diff options
| author | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
| commit | f422ad701ce41373e7a293160faf5a19eeea19fa (patch) | |
| tree | 411df2ce3e39385a9bae2c3010f4e090e92fad5b /modules/binary-caches.nix | |
| parent | 3924624e7516464d2f24cd19b62c02072436850c (diff) | |
nixpkgs-fmt
Diffstat (limited to 'modules/binary-caches.nix')
| -rw-r--r-- | modules/binary-caches.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |
