Enable flakes

This commit is contained in:
Jaculabilis 2022-11-25 23:48:58 +00:00
parent 869967f18e
commit 87432368f0

View File

@ -206,4 +206,6 @@
#./keys/tvb.empyrean.pub
nix.buildCores = 4;
nix.package = pkgs.nixFlakes;
nix.extraOptions = "experimental-features = nix-command flakes";
}