From 24b1041da6be8734e5784c430ae82f136b945a07 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 3 Jun 2022 18:00:07 +0200 Subject: [PATCH] nix: enable standart flake command --- nixos/modules/nix.nix | 3 +++ 1 file changed, 3 insertions(+) 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