summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4140dc6..5a3525d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -111,6 +111,6 @@
 
     # compatibility wrapper for nixos-option
     legacyPackages = lib.genAttrs (lib.attrValues systems)
-      (system: with packageSetsForSystem system; pkgs.recurseIntoAttrs pkgs);
+      (system: with packageSetsForSystem system; lib.recurseIntoAttrs pkgs);
   };
 }