mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
4 lines
84 B
Nix
4 lines
84 B
Nix
{pkgs, ...}: {
|
|
nix.extraOptions = "experimental-features = nix-command flakes";
|
|
}
|