This commit is contained in:
xenia 2024-11-14 13:40:15 -05:00
parent 175e2fb067
commit 60f71ed9a3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
let
rewritePerSystem = sectionDef: (forAllSystems (system:
builtins.mapAttrs (name: value:
nixpkgs.legacyPackages.${system}.callPackage value {}
self.legacyPackages.${system}.callPackage value {}
) sectionDef
));
in