dot_testing/boxes/phone/bootstrap.nix

8 lines
105 B
Nix

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