Skip to content

Instantly share code, notes, and snippets.

@jonringer
Created February 3, 2022 21:39
Show Gist options
  • Save jonringer/7042998844b256a4721bd4e07e57dc65 to your computer and use it in GitHub Desktop.
Save jonringer/7042998844b256a4721bd4e07e57dc65 to your computer and use it in GitHub Desktop.
$ nix show-derivation /nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv
{
"/nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv": {
"outputs": {
"out": {
"path": "/nix/store/2a1m8qmdafvmshm93236q3sz3rhrjd9f-hello-2.12"
}
},
"inputSrcs": [
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
],
"inputDrvs": {
"/nix/store/4g2cj2fjfpwqivqgy0dqcnvz2fwra132-bash-5.1-p12.drv": [
"out"
],
"/nix/store/fgr1gd077pjq7a86bz02gvk08gh5vg1d-stdenv-linux.drv": [
"out"
],
"/nix/store/v4jzlbyik6ywwki0m48xgy1dk94m2y9v-hello-2.12.tar.gz.drv": [
"out"
]
},
"system": "x86_64-linux",
"builder": "/nix/store/07j81a5xy8j1srvf57dl7lxsaihnmfac-bash-5.1-p12/bin/bash",
"args": [
"-e",
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
],
"env": {
"buildInputs": "",
"builder": "/nix/store/07j81a5xy8j1srvf57dl7lxsaihnmfac-bash-5.1-p12/bin/bash",
"configureFlags": "",
"depsBuildBuild": "",
"depsBuildBuildPropagated": "",
"depsBuildTarget": "",
"depsBuildTargetPropagated": "",
"depsHostHost": "",
"depsHostHostPropagated": "",
"depsTargetTarget": "",
"depsTargetTargetPropagated": "",
"doCheck": "1",
"doInstallCheck": "",
"name": "hello-2.12",
"nativeBuildInputs": "",
"out": "/nix/store/2a1m8qmdafvmshm93236q3sz3rhrjd9f-hello-2.12",
"outputs": "out",
"patches": "",
"pname": "hello",
"propagatedBuildInputs": "",
"propagatedNativeBuildInputs": "",
"src": "/nix/store/8nqv6kshb3vs5q5bs2k600xpj5bkavkc-hello-2.12.tar.gz",
"stdenv": "/nix/store/vhdfrizjvb4p58wkidl8hmn5gnp9zbxv-stdenv-linux",
"strictDeps": "",
"system": "x86_64-linux",
"version": "2.12"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment