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