From 55dfba88206626d655bf9dace774ca7c25da4e1f Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 May 2023 14:33:21 -0400 Subject: nvim: use nil overlay to avoid evaluating flake inputs --- hosts/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/common.nix') diff --git a/hosts/common.nix b/hosts/common.nix index df9e6f0..3e2a7ca 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -2,7 +2,7 @@ inputs, self, }: let - inherit (inputs) getchoo home-manager nixpkgs nixpkgsUnstable nur ragenix; + inherit (inputs) getchoo home-manager nil nixpkgs nixpkgsUnstable nur ragenix; in { personal = { system = "x86_64-linux"; @@ -30,7 +30,7 @@ in { }; nixpkgs = { - overlays = [nur.overlay getchoo.overlays.default]; + overlays = [nil.overlays.nil nur.overlay getchoo.overlays.default]; config.allowUnfree = true; }; -- cgit v1.2.3