From 237c733c1df0f3c0b47f3f6047f898b413cb2966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 10 Sep 2020 13:07:07 +0200 Subject: [PATCH] fix: overlay syntax --- configs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/default.nix b/configs/default.nix index c13faff..265c1e5 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -95,7 +95,6 @@ in { } { nixpkgs = { - overlays = [ (import ) ]; config = { allowUnfree = true; packageOverrides = pkgs: { @@ -116,7 +115,7 @@ in { (self: super: { scripts = import { pkgs = super; lib = super.lib; }; }) - # (import ) + (import ) ]; }; }