refactor(package): pull out all realization from default.nix

This commit is contained in:
2025-11-03 20:08:20 +00:00
parent 94fbbdf0d9
commit 9d97fd8d87
11 changed files with 123 additions and 114 deletions

View File

@@ -41,4 +41,4 @@
test=${testDrv}
${builtins.readFile ./lauch.sh}
'';
in builtins.trace testDir (lib.mapAttrs (name: drv: mkPgTest name drv) testDrvs)
in lib.mapAttrs (name: drv: mkPgTest name drv) testDrvs