Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Last active March 24, 2020 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanReeve/1e09314838c830171e87b5e54bc61d1e to your computer and use it in GitHub Desktop.
Save JonathanReeve/1e09314838c830171e87b5e54bc61d1e to your computer and use it in GitHub Desktop.
derivation.nix
{
"/nix/store/02szzrd1w7wqmnkh9is5qlx64m7r6f1z-cabal2nix-color-word-analyzer.drv": {
"outputs": {
"out": {
"path": "/nix/store/js1zwm4m8lsp4p5cr0mq08znnpxhyhry-cabal2nix-color-word-analyzer"
}
},
"inputSrcs": [
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh",
"/nix/store/fvka3nd7slnqgjvfkjg649v77y10lc89-color-word-analyzer"
],
"inputDrvs": {
"/nix/store/59mn1m9srv56mz5lbb33my5vxyhmp0dh-bash-4.4-p23.drv": [
"out"
],
"/nix/store/f5za88h0xj20nqmcai1xp11kcsnmxqg6-glibc-locales-2.30.drv": [
"out"
],
"/nix/store/jfkfi9xy0c7hf2pzfl495kzwvgi6hqgq-stdenv-linux.drv": [
"out"
],
"/nix/store/lxjamdjp8mkxckr496w7bn1cwkc2nwfw-cabal2nix-2.15.0.drv": [
"out"
]
},
"platform": "x86_64-linux",
"builder": "/nix/store/4b6f6apsk9k9649iml240w4by5qxli7h-bash-4.4-p23/bin/bash",
"args": [
"-e",
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
],
"env": {
"LANG": "en_US.UTF-8",
"LOCALE_ARCHIVE": "/nix/store/by1j9pq4jm82v7r4qnyf3b378gqcn6hj-glibc-locales-2.30/lib/locale/locale-archive",
"allowSubstitutes": "",
"buildInputs": "",
"builder": "/nix/store/4b6f6apsk9k9649iml240w4by5qxli7h-bash-4.4-p23/bin/bash",
"configureFlags": "",
"depsBuildBuild": "",
"depsBuildBuildPropagated": "",
"depsBuildTarget": "",
"depsBuildTargetPropagated": "",
"depsHostHost": "",
"depsHostHostPropagated": "",
"depsTargetTarget": "",
"depsTargetTargetPropagated": "",
"doCheck": "",
"doInstallCheck": "",
"installPhase": "export HOME=\"$TMP\"\nmkdir -p \"$out\"\ncabal2nix --compiler=ghc-8.8.2 --system=x86_64-unknown-linux-gnu --sha256= \"/nix/store/fvka3nd7slnqgjvfkjg649v77y10lc89-color-word-analyzer\" > \"$out/default.nix\"\n",
"name": "cabal2nix-color-word-analyzer",
"nativeBuildInputs": "/nix/store/0y8z53cmbwcclyvgk6g0k8s8vbz98m2k-cabal2nix-2.15.0",
"out": "/nix/store/js1zwm4m8lsp4p5cr0mq08znnpxhyhry-cabal2nix-color-word-analyzer",
"outputs": "out",
"patches": "",
"phases": "installPhase",
"preferLocalBuild": "1",
"propagatedBuildInputs": "",
"propagatedNativeBuildInputs": "",
"stdenv": "/nix/store/pvmpn7v3n1j3zpk0r9ygw89m6fif1zy4-stdenv-linux",
"strictDeps": "",
"system": "x86_64-linux"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment