Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 5 lines 114 B view raw
1unpackCmdHooks+=(_try7zip) 2_try7zip() { 3 if ! [[ "$curSrc" =~ \.7z$ ]]; then return 1; fi 4 7z x "$curSrc" 5}