workstations | enable flakes

This commit is contained in:
Don Harper 2023-08-04 15:14:34 -05:00
parent 86be875e47
commit 13d2405903

View file

@ -9,6 +9,7 @@ let
python-with-my-packages = pkgs.python311Full.withPackages my-python-packages; python-with-my-packages = pkgs.python311Full.withPackages my-python-packages;
in in
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
imports = imports =
[ [
./detect-reboot-needed.nix ./detect-reboot-needed.nix