diff options
| author | Mel <mel@rnrd.eu> | 2026-02-14 23:28:06 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-14 23:28:06 +0100 |
| commit | a89662e06da0ee9df301e49942af25387c5527a2 (patch) | |
| tree | 46d2054fecd2d473ad7d9398b98e92c336a0a9e9 /flake.nix | |
| parent | 7273a3a04d5b59ac9aee4abe06928e0870b1ed78 (diff) | |
| download | network-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.nix | 2 |
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); }; } |
