Files
nix-config/common/darwin.nix
Dave Gallant d2aaa3920f Add alejandra
2022-05-28 18:49:15 -04:00

4 lines
84 B
Nix

{pkgs, ...}: {
nix.extraOptions = "experimental-features = nix-command flakes";
}