Skip to content

Instantly share code, notes, and snippets.

@Thra11
Created August 17, 2019 16:14
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 Thra11/0590937d5554e5514b851049e6a58aff to your computer and use it in GitHub Desktop.
Save Thra11/0590937d5554e5514b851049e6a58aff to your computer and use it in GitHub Desktop.
{
"/nix/store/829d0pxr550ijfzh6v0kccw86qf4jp66-linux-5.3.0-rc4-modules.drv": {
"outputs": {
"out": {
"path": "/nix/store/zs7fc0k0wpp798am5hxgd8znziiz0igp-linux-5.3.0-rc4-modules"
}
},
"inputSrcs": [
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
],
"inputDrvs": {
"/nix/store/14h300139j9ajzppgb19jkp1gksm1pwp-perl-5.28.2.drv": [
"out"
],
"/nix/store/3ypv90va72lf2x6n4f1c5lvwy1ydzl3z-stdenv-linux.drv": [
"out"
],
"/nix/store/d0zy90ldvzqsqvvflikffcn08qqxs3xd-kmod-26.drv": [
"out"
],
"/nix/store/m89g6bj1aak2jmlvbr6an13hiksgknm1-stdenv-linux.drv": [
"out"
],
"/nix/store/nac201l2g1x3hx4bjvvifj1jbhxjjvrr-zfs-kernel-0.8.1-5.3.0-rc4.drv": [
"out"
],
"/nix/store/rqp86aaz3rmyb9nv927rkq3mgi5k2vm1-builder.pl.drv": [
"out"
],
"/nix/store/w3byk6m345h7yb2v1iqr68x510k5ymx0-linux-5.3.0-rc4.drv": [
"out"
],
"/nix/store/zskhlq4xd3adwgfpzb07x7hbpv2kwamr-bash-4.4-p23.drv": [
"out"
]
},
"platform": "aarch64-linux",
"builder": "/nix/store/nvilcbwjh6dq1ajm2r6ndk103c4zwryy-bash-4.4-p23/bin/bash",
"args": [
"-e",
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
],
"env": {
"allowSubstitutes": "",
"buildCommand": "/nix/store/8gkh2hwrzmn1bp3r4pbq06n76ajwvxbn-perl-5.28.2/bin/perl -w /nix/store/lvv1m0l4b0wj0ywz741d4pfgjy8gr7ij-builder.pl\neval \"$postBuild\"\n",
"buildInputs": "",
"builder": "/nix/store/nvilcbwjh6dq1ajm2r6ndk103c4zwryy-bash-4.4-p23/bin/bash",
"checkCollisionContents": "1",
"configureFlags": "",
"depsBuildBuild": "",
"depsBuildBuildPropagated": "",
"depsBuildTarget": "",
"depsBuildTargetPropagated": "",
"depsHostHost": "",
"depsHostHostPropagated": "",
"depsTargetTarget": "",
"depsTargetTargetPropagated": "",
"doCheck": "",
"doInstallCheck": "",
"extraPrefix": "",
"ignoreCollisions": "",
"manifest": "",
"name": "linux-5.3.0-rc4-modules",
"nativeBuildInputs": "",
"out": "/nix/store/zs7fc0k0wpp798am5hxgd8znziiz0igp-linux-5.3.0-rc4-modules",
"outputs": "out",
"patches": "",
"pathsToLink": "/",
"pkgs": "[{\"paths\":[\"/nix/store/j0c548nlqhicgnh1xm1r55ay3w1vgza7-linux-5.3.0-rc4\"],\"priority\":5},{\"paths\":[\"/nix/store/3vdqd5xv07zzxszk793x5nx9cg67l7yw-zfs-kernel-0.8.1-5.3.0-rc4\"],\"priority\":5}]",
"postBuild": "source /nix/store/yyq9cak9qfq5vfkqfrddvxgk7dp562rp-stdenv-linux/setup\n\nif ! test -d \"$out/lib/modules\"; then\n echo \"No modules found.\"\n # To support a kernel without modules\n exit 0\nfi\n\nkernelVersion=$(cd $out/lib/modules && ls -d *)\nif test \"$(echo $kernelVersion | wc -w)\" != 1; then\n echo \"inconsistent kernel versions: $kernelVersion\"\n exit 1\nfi\n\necho \"kernel version is $kernelVersion\"\n\nshopt -s extglob\n\n# Regenerate the depmod map files. Be sure to pass an explicit\n# kernel version number, otherwise depmod will use `uname -r'.\nif test -w $out/lib/modules/$kernelVersion; then\n rm -f $out/lib/modules/$kernelVersion/modules.!(builtin*|order*)\n /nix/store/7xbsqrdcbxp3khpk3zi61ry7qjzaqp1p-kmod-26/bin/depmod -b $out -a $kernelVersion\nfi\n",
"preferLocalBuild": "1",
"propagatedBuildInputs": "",
"propagatedNativeBuildInputs": "",
"stdenv": "/nix/store/j4m2yrmrj5dmzi6c8dp839897iraffhl-stdenv-linux",
"strictDeps": "",
"system": "aarch64-linux"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment