Enable nix-command and flakes features
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Sijmen 2022-10-04 16:53:09 +02:00
parent 824ba2f9dc
commit fe1e1679f6
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./home-manager.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
time.timeZone = "Europe/Amsterdam";