From b743dd9a84a0236b203e550704ed1a48fdf2f8ff Mon Sep 17 00:00:00 2001 From: klarkc Date: Mon, 19 Jun 2023 20:21:47 -0300 Subject: [PATCH] feat: add flakes config --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6e82e06..9412ae0 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,7 @@ # --- Flake Local Nix Configuration ---------------------------- nixConfig = { + extra-experimental-features = "nix-command flakes"; # This sets the flake to use nix cache. # Nix should ask for permission before using it, # but remove it here if you do not want it to.