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