From d796025cf9a0e2cc76411977f14468e441495133 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 11 Jul 2024 06:38:57 -0400 Subject: [PATCH] nix: enable channels --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index 2efdeeb..4db98eb 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -28,7 +28,7 @@ }; nix = { - channel.enable = false; + channel.enable = true; settings = { extra-experimental-features = ["flakes" "nix-command"]; warn-dirty = false;