From 12abab6f2bf83c23fa2cfaec695bbcee36b83b68 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Fri, 19 Jul 2024 17:43:22 +1000 Subject: [PATCH] Enable configureBuildUsers Based on how things have been working, I _think_ this is the default or inert, but adding it to see if anything noticeably changes. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bfd4858..6a300a2 100644 --- a/flake.nix +++ b/flake.nix @@ -131,6 +131,7 @@ nix = { useDaemon = true; + configureBuildUsers = true; ## Control the version of Nix that nix-darwin uses. At time of writing, it defaults to 2.18.x, but latest is 2.23.3. ## Commented out because versions after 2.18.x are apparently pretty buggy