configuration: enable flakes in nix
This commit is contained in:
parent
dddce20c7f
commit
f894feedaa
|
@ -139,6 +139,11 @@
|
|||
nixpkgs.overlays = import ./overlays;
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
binaryCaches = [
|
||||
"https://alarsyo.cachix.org"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue