From 4a136d93f184b0b7857be3fad53e4b16b7a3c521 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 13:36:05 +0200 Subject: [PATCH] Remove overlays from configuration.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fb55ff3d..d5a5d204 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ ./nixos/configuration.nix # Add the overlays - { nixpkgs.overlays = attrValues overlays; } + # { nixpkgs.overlays = attrValues overlays; } # I only really need them for HomeManager ]; # Make our inputs available to the config (for importing modules)