Files
nix-config/common/darwin.nix
2021-06-24 22:50:12 -04:00

6 lines
87 B
Nix

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