summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-02-14 22:20:01 +0100
committerMel <mel@rnrd.eu>2026-02-14 22:30:39 +0100
commitfcd9e858f8b8661d3104f3e736ccc6dabf393bf3 (patch)
treefd018ed8366b78935192a2ed0a1404fcf8d81054 /flake.nix
parent1706e96d89cadf20a42557be64420194e5bfcd66 (diff)
downloadminerals-fcd9e858f8b8661d3104f3e736ccc6dabf393bf3.tar.zst
minerals-fcd9e858f8b8661d3104f3e736ccc6dabf393bf3.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 eff0115..01fe02d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -157,7 +157,7 @@
           packageSets = packageSetsForSystem system;
         in
         with packageSets;
-        pkgs.recurseIntoAttrs pkgs
+        lib.recurseIntoAttrs pkgs
       );
     };
 }