Revert "modules/darwin/common: use nix 2.16"

This reverts commit 57842afd48.
This commit is contained in:
zowoq 2023-08-15 11:58:53 +10:00
parent d4faee5bd0
commit e9e0d2be8f

View file

@ -19,10 +19,6 @@
];
};
# use the same version as srvos
# https://github.com/numtide/srvos/blob/main/nixos/common/nix.nix#L4
nix.package = pkgs.nixVersions.nix_2_16;
services.nix-daemon.enable = true;
programs.zsh.enable = true;