From 813fd97d6bd1b6b8a65c31b58734d2dc02daa245 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 Former-commit-id: 863253bc74fba63ead1df224741fe895c312f230 --- nixos/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index ec0a3082..db44cb04 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 '';