dot_testing/boxes/phone/bootstrap.nix
2024-02-09 23:33:03 -06:00

8 lines
105 B
Nix

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