summaryrefslogtreecommitdiff
path: root/shared/darwin/common-nix-settings/default.nix
blob: 16d0fd6d2b03ff5004d70a444be6e75329a2a967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This module sets common settings related to Nix such as enabling flakes and
# using overlays everywhere.
#
# Most of the heavy lifting is done in `shared/nixos-and-darwin/common-nix-settings`.
# This module is limited to Darwin-specific settings.
{
  imports = [
    ../../nixos-and-darwin/common-nix-settings
  ];

  nix.settings.sandbox = "relaxed";
}