summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-02-14 23:28:06 +0100
committerMel <mel@rnrd.eu>2026-02-14 23:28:06 +0100
commita89662e06da0ee9df301e49942af25387c5527a2 (patch)
tree46d2054fecd2d473ad7d9398b98e92c336a0a9e9 /flake.nix
parent7273a3a04d5b59ac9aee4abe06928e0870b1ed78 (diff)
downloadnetwork-a89662e06da0ee9df301e49942af25387c5527a2.tar.zst
network-a89662e06da0ee9df301e49942af25387c5527a2.zip
Move over deprecated option paths to new paths for 25.11
Signed-off-by: Mel <mel@rnrd.eu>
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);
   };
 }