From ea993c18c7820626b3330e924ca5ae743878c44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 22 Apr 2023 17:43:19 +0100 Subject: [PATCH] do content addressing --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9f123eb..9a2b1b9 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ inherit system; config.allowUnfree = true; config.allowUnsupportedSystem = true; + config.contentAddressedByDefault = true; overlays = [ gomod2nix.overlays.default ];