Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 34 lines 598 B view raw
1{ 2 "libcutensor": { 3 "linux-sbsa": { 4 "outputs": { 5 "bin": false, 6 "dev": true, 7 "doc": false, 8 "lib": true, 9 "sample": false, 10 "static": true 11 } 12 }, 13 "linux-x86_64": { 14 "outputs": { 15 "bin": false, 16 "dev": true, 17 "doc": false, 18 "lib": true, 19 "sample": false, 20 "static": true 21 } 22 }, 23 "windows-x86_64": { 24 "outputs": { 25 "bin": false, 26 "dev": true, 27 "doc": false, 28 "lib": false, 29 "sample": false, 30 "static": false 31 } 32 } 33 } 34}