From d1d16880162b04092fbb6f34dcc173cc73a5b16d Mon Sep 17 00:00:00 2001 From: catvayor Date: Wed, 26 Jun 2024 00:18:00 +0200 Subject: [PATCH] no channel --- hive.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hive.nix b/hive.nix index 094ffd6..498e8ba 100644 --- a/hive.nix +++ b/hive.nix @@ -39,6 +39,8 @@ in "nixpkgs=${builtins.storePath pkgs.path}" "nixos=${builtins.storePath pkgs.path}" ]; + channel.enable = false; + settings.nix-path = config.nix.nixPath; package = pkgs.lix; }; system.build.anywhere = pkgs.writeShellApplication {