diff --git a/nixos/modules/nix.nix b/nixos/modules/nix.nix index 0454775..43d8a5d 100644 --- a/nixos/modules/nix.nix +++ b/nixos/modules/nix.nix @@ -1,5 +1,8 @@ { config, lib, pkgs, ... }: { + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; environment.systemPackages = with pkgs; [ nix-prefetch nix-update