From 863253bc74fba63ead1df224741fe895c312f230 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:10:08 +0200 Subject: [PATCH] disable channels --- nixos/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index ec0a308..db44cb0 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -7,6 +7,7 @@ in { }; nix = { nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + channel.enable = false; extraOptions = '' warn-dirty = false '';