aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-07-23 11:03:51 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-07-23 11:03:51 -0700
commitd540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a (patch)
tree93f72ee10b5b92e3c38eabc3e2368cfa686b20d7
parent6211e7366a4e7d97961c56d521f743a78a9d9b6b (diff)
downloadnix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar.gz
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar.bz2
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar.lz
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar.xz
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.tar.zst
nix-d540f4b084e63d6ff6df871d65dd0a4fc1c1ef0a.zip
Remove stale arguments
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 592131f..8d34f91 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -11,7 +11,7 @@
# outputs.overlays.wine9_22-packages
# ]
-{inputs, lib, stdenv, ...}: {
+{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs final.pkgs;