From a89662e06da0ee9df301e49942af25387c5527a2 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 14 Feb 2026 23:28:06 +0100 Subject: Move over deprecated option paths to new paths for 25.11 Signed-off-by: Mel --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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); }; } -- cgit 1.4.1