nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 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