From 73d3c13fca64d98c731c3b2f35de174c5df8ac15 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 27 Jan 2024 19:18:19 -0500 Subject: [PATCH] nix: remove unused imports --- modules/nix.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index eeeb15a..469af52 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -1,9 +1,4 @@ -{ - lib, - pkgs, - inputs, - ... -}: { +{inputs, ...}: { nixpkgs = { overlays = [ inputs.nur.overlay