From 7251c6cb7db506b0dfeabe1c71eb6d6c75d314dc Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 6 May 2023 15:43:22 +0300 Subject: [PATCH] Nix: Enable flakes and nix-command --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index e0ff3f8..8e5a126 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,11 @@ home-manager.nixosModules.home-manager { + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; + networking.hostName = builtins.baseNameOf directory; nixpkgs.hostPlatform = hostPlatform;