summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-17 18:28:42 -0400
committerseth <[email protected]>2023-08-17 18:29:17 -0400
commit820623a5d4781da517f06a54b5ada63609ff97f1 (patch)
treecf596d591eefb74fdab69e7a2268b5c28f25af1f /flake.nix
parente47de8355dca82953a77618af636524feef361dd (diff)
remove lib
i'll probably redo these again one day to make them a lot cleaner
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b377a37..cede12e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -69,8 +69,6 @@
p // {default = p.treefetch;}
);
- lib = import ./lib lib;
-
overlays.default = final: _: import ./pkgs final;
templates = let