nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 9 lines 218 B view raw
1{ 2 callPackages, 3 makeSetupHook, 4}: 5makeSetupHook { 6 name = "isDeclaredMap"; 7 passthru.tests = callPackages ./tests.nix { }; 8 meta.description = "Tests if an associative array is declared"; 9} ./isDeclaredMap.bash