aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-07-10 13:00:27 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-07-10 13:00:27 -0700
commit541bfa344b4be23968b776542b7ebaa332f19035 (patch)
tree3e487ae92a40e3d78f2bed45a2c1b7d248fd95aa /overlays
parent8c656c27ae885089998f21a32adb08aa6b61fc79 (diff)
downloadnix-541bfa344b4be23968b776542b7ebaa332f19035.tar
nix-541bfa344b4be23968b776542b7ebaa332f19035.tar.gz
nix-541bfa344b4be23968b776542b7ebaa332f19035.tar.bz2
nix-541bfa344b4be23968b776542b7ebaa332f19035.tar.lz
nix-541bfa344b4be23968b776542b7ebaa332f19035.tar.xz
nix-541bfa344b4be23968b776542b7ebaa332f19035.tar.zst
nix-541bfa344b4be23968b776542b7ebaa332f19035.zip
Attempt implicit use of lib
Diffstat (limited to '')
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index fb0d15d..c21ea8d 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -14,7 +14,7 @@
# outputs.overlays.wine9_22-packages
# ]
-{inputs, lib, ...}: {
+{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs final.pkgs;