Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 9 lines 210 B view raw
1{ 2 callPackages, 3 makeSetupHook, 4}: 5makeSetupHook { 6 name = "isDeclaredArray"; 7 passthru.tests = callPackages ./tests.nix { }; 8 meta.description = "Tests if an array is declared"; 9} ./isDeclaredArray.bash