From b4ed6eea34fa895a1e895b2c92561918b0b62917 Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 25 Apr 2024 02:29:35 +0200 Subject: [PATCH] Enable flake related experimental features in nix --- nix/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/common.nix b/nix/common.nix index c7f77b7..1ba5b32 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -13,6 +13,8 @@ trusted-public-keys = [ "t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw=" ]; + + experimental-features = [ "nix-command" "flakes" "repl-flake" ]; }; environment.systemPackages = with pkgs; [