refactor(package): pull out all realization from default.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user