Skip to content

Commit

Permalink
darwin/nix-experimental: disable uid-range
Browse files Browse the repository at this point in the history
we do not have auto-allocate-uid support enable so we cannot have this
one.
  • Loading branch information
Mic92 committed Aug 16, 2024
1 parent 14cd621 commit 92acb82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions darwin/mixins/nix-experimental.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@
++ lib.optional (lib.versionAtLeast (lib.versions.majorMinor config.nix.package.version) "2.19")
# Allow the use of the impure-env setting.
"configurable-impure-env";

# for container in builds support
nix.settings.system-features = lib.mkDefault [ "uid-range" ];
}

0 comments on commit 92acb82

Please sign in to comment.