1
0
Fork 0

configuration/common: Enable nix flakes

This commit is contained in:
clerie 2022-09-29 17:49:25 +02:00
parent ce10724700
commit 1c15fbecee
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
acceptTerms = true;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];