nixite/testing/run.nix

6 lines
134 B
Nix
Raw Normal View History

2024-01-01 03:20:59 +00:00
pkgs:
let test = import ./import.nix;
in files:
(pkgs.writeShellScriptBin "test"
(builtins.concatStringsSep "\n" (map test files)))