mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
8 lines
128 B
Nix
8 lines
128 B
Nix
{
|
|
flake.modules.nixOnDroid.core = {
|
|
nix.extraOptions = ''
|
|
experimental-features = nix-command flakes
|
|
'';
|
|
};
|
|
}
|