diff options
author | Alan Pearce | 2022-10-08 04:28:32 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-08 04:31:19 +0200 |
commit | 32bd166e364c68fb76c6748a3e5ee5d14982f02a (patch) | |
tree | 7b295d9c01e2a6a90ab5bbc7a48dff6fed8f9c72 /system | |
parent | fc975d16c41c4f92f3e3dde4a837be52051b4e77 (diff) | |
download | nixfiles-32bd166e364c68fb76c6748a3e5ee5d14982f02a.tar.lz nixfiles-32bd166e364c68fb76c6748a3e5ee5d14982f02a.tar.zst nixfiles-32bd166e364c68fb76c6748a3e5ee5d14982f02a.zip |
Set up home-manager flake on mba
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 65d6f3ee..66d2a353 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -14,6 +14,7 @@ options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; }; settings.extra-platforms = "x86_64-darwin aarch64-darwin"; + settings.experimental-features = "nix-command flakes"; }; nixpkgs.system = "x86_64-darwin"; |