From de415c09a9dcf51e6d60cf66bf22838082c6201f Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:15:16 +0200 Subject: [PATCH] comment setting, not needed anymore --- modules/nix/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/settings.nix b/modules/nix/settings.nix index fffe439..0c60717 100644 --- a/modules/nix/settings.nix +++ b/modules/nix/settings.nix @@ -19,7 +19,7 @@ in { min-free = ${toString (100 * 1024 * 1024)} max-free = ${toString (1024 * 1024 * 1024)} ''; - nix.nixPath = [ "nixpkgs=flake:nixpkgs" ]; + #nix.nixPath = [ "nixpkgs=flake:nixpkgs" ]; nixpkgs.config.allowUnfree = true; ##home-manager.users.${config.mainUser.name}.home.sessionVariables = { ## NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";