kdn | {
"/nix/store/q092bwjs2ncmg929m2pv5j8ghlnf8hxx-nixos-system-nixos-26.05pre-git.drv": {
"args": [
"-e",
"/nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh",
"/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh"
],
"builder": "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash",
"env": {
"__structuredAttrs": "",
"activationScript": "#!/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash\n\nsource /nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh\n\nsystemConfig='@out@'\n\nexport PATH=/empty\nfor i in /nix/store/d9jxdwalyr5qzmyz9m5avmzn7w40h7iy-coreutils-9.8 /nix/store/5728bdap49nsnk1c8zq96fqsm4b7ihj6-gnugrep-3.12 /nix/store/cy7aqw5j5rjk2pza5p2j2jcdm3vjy12q-findutils-4.10.0 /nix/store/bzlg0pxcp75wfncrfbf0i5dsirygyhfm-getent-glibc-2.40-66 /nix/store/wzkcv0vqj0fm914h5vl9xzzain0ifpj3-glibc-2.40-66-bin /nix/store/2m01an4zz5683cq46l8sy5z6xsz9r57m-shadow-4.18.0 /nix/store/59d87n4d81lca0hr8ijiim6dn1n8gqh7-util-linux-2.41.2-bin; do\n PATH=$PATH:$i/bin:$i/sbin\ndone\n\n_status=0\ntrap \"_status=1 _localstatus=\\$?\" ERR\n\n# Ensure a consistent umask.\numask 0022\n\n#### Activation script snippet binsh:\n_localstatus=0\n# Create the required /bin/sh symlink; otherwise lots of things\n# (notably the system() function) won't work.\nmkdir -p /bin\nchmod 0755 /bin\nln -sfn \"/nix/store/9ifraby9hyh9mycwm3krfhi7q88hh6d5-bash-interactive-5.3p3/bin/sh\" /bin/.sh.tmp\nmv /bin/.sh.tmp /bin/sh # atomically replace /bin/sh\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"binsh\" \"$_localstatus\"\nfi\n\n#### Activation script snippet users:\n_localstatus=0\ninstall -m 0700 -d /root\ninstall -m 0755 -d /home\n\n/nix/store/bc32rcryxjhrx30jvh3s7r5jpggddp8y-perl-5.40.0-env/bin/perl \\\n-w /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl /nix/store/2fxfbz4wk2ri6587k480a5l5df7l2prc-users-groups.json\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"users\" \"$_localstatus\"\nfi\n\n#### Activation script snippet specialfs:\n_localstatus=0\nspecialMount() {\n local device=\"$1\"\n local mountPoint=\"$2\"\n local options=\"$3\"\n local fsType=\"$4\"\n\n if mountpoint -q \"$mountPoint\"; then\n local options=\"remount,$options\"\n else\n mkdir -p \"$mountPoint\"\n chmod 0755 \"$mountPoint\"\n fi\n mount -t \"$fsType\" -o \"$options\" \"$device\" \"$mountPoint\"\n}\nsource /nix/store/hkrpzp184cxzlj42gz2wqhmq4nffqz0f-mounts.sh\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"specialfs\" \"$_localstatus\"\nfi\n\n#### Activation script snippet etc:\n_localstatus=0\n# Set up the statically computed bits of /etc.\necho \"setting up /etc...\"\n/nix/store/34z4ihrb9d6sfffw0x6sw0yaasc3f3lj-perl-5.40.0-env/bin/perl /nix/store/rg5rf512szdxmnj9qal3wfdnpfsx38qi-setup-etc.pl /nix/store/xvs6ybs43vv2cydya84n3cnqpvlq3mcc-etc/etc\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"etc\" \"$_localstatus\"\nfi\n\n#### Activation script snippet hashes:\n_localstatus=0\nusers=()\nwhile IFS=: read -r user hash _; do\n if [[ \"$hash\" = \"$\"* && ! \"$hash\" =~ ^\\$(y|gy|sm3y|7|2b|2y|2a|6)\\$ ]]; then\n users+=(\"$user\")\n fi\ndone </etc/shadow\n\nif (( \"${#users[@]}\" )); then\n echo \"\nWARNING: The following user accounts rely on password hashing algorithms\nthat have been removed. They need to be renewed as soon as possible, as\nthey do prevent their users from logging in.\"\n printf ' - %s\\n' \"${users[@]}\"\nfi\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"hashes\" \"$_localstatus\"\nfi\n\n#### Activation script snippet kdnManagedFilesCleanup:\n_localstatus=0\n/nix/store/nm6i2a5kd1clrmsyb2gjgr49ar1n1zi2-kdn-managed-cleanup/bin/kdn-managed-cleanup\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"kdnManagedFilesCleanup\" \"$_localstatus\"\nfi\n\n#### Activation script snippet modprobe:\n_localstatus=0\n# Allow the kernel to find our wrapped modprobe (which searches\n# in the right location in the Nix store for kernel modules).\n# We need this when the kernel (or some module) auto-loads a\n# module.\necho /nix/store/gy2im52dyn3jrrl9nb5vhbq0yrbs3hy5-kmod-31/bin/modprobe > /proc/sys/kernel/modprobe\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"modprobe\" \"$_localstatus\"\nfi\n\n#### Activation script snippet no-nix-channel:\n_localstatus=0\n# shellcheck shell=bash\n\nexplainChannelWarning=0\nif [[ -e \"/root/.nix-defexpr/channels\" ]]; then\n warn '/root/.nix-defexpr/channels exists, but channels have been disabled.'\n explainChannelWarning=1\nfi\nif [[ -e \"/nix/var/nix/profiles/per-user/root/channels\" ]]; then\n warn \"/nix/var/nix/profiles/per-user/root/channels exists, but channels have been disabled.\"\n explainChannelWarning=1\nfi\nwhile IFS=: read -r _ _ _ _ _ home _ ; do\n if [[ -n \"$home\" && -e \"$home/.nix-defexpr/channels\" ]]; then\n warn \"$home/.nix-defexpr/channels exists, but channels have been disabled.\" 1>&2\n explainChannelWarning=1\n fi\ndone < <(getent passwd)\nif [[ $explainChannelWarning -eq 1 ]]; then\n echo \"Due to https://github.com/NixOS/nix/issues/9574, Nix may still use these channels when NIX_PATH is unset.\" 1>&2\n echo \"Delete the above directory or directories to prevent this.\" 1>&2\nfi\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"no-nix-channel\" \"$_localstatus\"\nfi\n\n#### Activation script snippet udevd:\n_localstatus=0\n# The deprecated hotplug uevent helper is not used anymore\nif [ -e /proc/sys/kernel/hotplug ]; then\n echo \"\" > /proc/sys/kernel/hotplug\nfi\n\n# Allow the kernel to find our firmware.\nif [ -e /sys/module/firmware_class/parameters/path ]; then\n echo -n \"/nix/store/9mhzvx6l590v5mzwh31487k9yrw345x8-firmware/lib/firmware\" > /sys/module/firmware_class/parameters/path\nfi\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"udevd\" \"$_localstatus\"\nfi\n\n#### Activation script snippet usrbinenv:\n_localstatus=0\nmkdir -p /usr/bin\nchmod 0755 /usr/bin\nln -sfn /nix/store/d9jxdwalyr5qzmyz9m5avmzn7w40h7iy-coreutils-9.8/bin/env /usr/bin/.env.tmp\nmv /usr/bin/.env.tmp /usr/bin/env # atomically replace /usr/bin/env\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"usrbinenv\" \"$_localstatus\"\nfi\n\n# Make this configuration the current configuration.\n# The readlink is there to ensure that when $systemConfig = /system\n# (which is a symlink to the store), /run/current-system is still\n# used as a garbage collection root.\nln -sfn \"$(readlink -f \"$systemConfig\")\" /run/current-system\n\nexit $_status\n",
"allowSubstitutes": "1",
"buildCommand": "mkdir $out\n\ncp /nix/store/rcxjij5y0jzn36gmfj670bi392lmvzh8-stage-2-init.sh $out/init\nsubstituteInPlace $out/init --subst-var-by systemConfig $out\n\n\nln -s /nix/store/xvs6ybs43vv2cydya84n3cnqpvlq3mcc-etc/etc $out/etc\n\n\n\nln -s /nix/store/prrzmw0nnf1s02xlzy1xf665gzdfm0rn-system-path $out/sw\nln -s \"$systemd\" $out/systemd\n\necho -n \"systemd 2\" > $out/init-interface-version\necho -n \"$nixosLabel\" > $out/nixos-version\necho -n \"aarch64-linux\" > $out/system\n\necho -n \"$configurationName\" > $out/configuration-name\n\nif [ ! -f /nix/store/n372fhizwks1i9al50nlngkk2ak7f1ha-linux-6.12.63/Image ]; then\n echo \"The bootloader cannot find the proper kernel image.\"\n echo \"(Expecting /nix/store/n372fhizwks1i9al50nlngkk2ak7f1ha-linux-6.12.63/Image)\"\n false\nfi\n\nln -s /nix/store/n372fhizwks1i9al50nlngkk2ak7f1ha-linux-6.12.63/Image $out/kernel\nln -s /nix/store/97a2fczi1x46c0y28wxv7s8vd9b3155w-linux-6.12.63-modules $out/kernel-modules\nln -s /nix/store/n372fhizwks1i9al50nlngkk2ak7f1ha-linux-6.12.63/dtbs $out/dtbs\n\n\necho -n \"$kernelParams\" > $out/kernel-params\n\nln -s /nix/store/z66w0xpavmqnm0f6crvyqxagr01bwqig-initrd-linux-6.12.63/initrd $out/initrd\n\n\n\nln -s /nix/store/9mhzvx6l590v5mzwh31487k9yrw345x8-firmware/lib/firmware $out/firmware\n\n\nmkdir $out/specialisation\n\n\n(\n source /nix/store/1gn4dhn8zlv26zywpb6vbwqahgzsh361-make-shell-wrapper-hook/nix-support/setup-hook\n\n mkdir $out/bin\n ln -sf /nix/store/g6c7ls0wk2v61bh24625mrm20lqkm5dr-switch-to-configuration-0.1.0/bin/switch-to-configuration $out/bin/switch-to-configuration\n wrapProgram $out/bin/switch-to-configuration \\\n --set OUT $out \\\n --set TOPLEVEL ${!toplevelVar} \\\n --set DISTRO_ID nixos \\\n --set INSTALL_BOOTLOADER /nix/store/vjpfqdyrzl15xxh76yhkys1nip7w7rdd-install-grub.sh \\\n --set PRE_SWITCH_CHECK /nix/store/fi39a9al1dqyi268bjs7xdi96lvz6fnq-pre-switch-checks/bin/pre-switch-checks \\\n --set LOCALE_ARCHIVE /nix/store/fxcf3lz7hwyz5z2r25bkhs3mg1pl3si6-glibc-locales-2.40-66/lib/locale/locale-archive \\\n --set SYSTEMD /nix/store/xn64fgz1z7jz4nnhln9nkdkd4p1bparg-systemd-258.2\n)\n\necho \"$activationScript\" > $out/activate\necho \"$dryActivationScript\" > $out/dry-activate\nsubstituteInPlace $out/activate --subst-var-by out ${!toplevelVar}\nsubstituteInPlace $out/dry-activate --subst-var-by out ${!toplevelVar}\nchmod u+x $out/activate $out/dry-activate\nunset activationScript dryActivationScript\n\n\ncp \"$extraDependenciesPath\" \"$out/extra-dependencies\"\n\n/nix/store/3rmzb92a65vp55dmmzmh2qygq5wkdmb8-jq-1.8.1-bin/bin/jq '.\"org.nixos.bootspec.v1\".toplevel = $toplevel |\n.\"org.nixos.bootspec.v1\".init = $init\n' --sort-keys --arg toplevel /1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 --arg init /1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9/init < /nix/store/w3by0i5h3z7j0v5lcv32haybxxwkmhy6-boot.json | /nix/store/3rmzb92a65vp55dmmzmh2qygq5wkdmb8-jq-1.8.1-bin/bin/jq --sort-keys '.\"org.nixos.specialisation.v1\" = ($ARGS.named | map_values(. | first))' > $out/boot.json\n\n\n",
"buildInputs": "",
"builder": "/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash",
"cmakeFlags": "",
"configurationName": "",
"configureFlags": "",
"depsBuildBuild": "",
"depsBuildBuildPropagated": "",
"depsBuildTarget": "",
"depsBuildTargetPropagated": "",
"depsHostHost": "",
"depsHostHostPropagated": "",
"depsTargetTarget": "",
"depsTargetTargetPropagated": "",
"distroId": "nixos",
"doCheck": "",
"doInstallCheck": "",
"dryActivationScript": "#!/nix/store/6cankpvayjgidrbx5sj1gms2s13nvfvh-bash-5.3p3/bin/bash\n\nsource /nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh\n\nsystemConfig='@out@'\n\nexport PATH=/empty\nfor i in /nix/store/d9jxdwalyr5qzmyz9m5avmzn7w40h7iy-coreutils-9.8 /nix/store/5728bdap49nsnk1c8zq96fqsm4b7ihj6-gnugrep-3.12 /nix/store/cy7aqw5j5rjk2pza5p2j2jcdm3vjy12q-findutils-4.10.0 /nix/store/bzlg0pxcp75wfncrfbf0i5dsirygyhfm-getent-glibc-2.40-66 /nix/store/wzkcv0vqj0fm914h5vl9xzzain0ifpj3-glibc-2.40-66-bin /nix/store/2m01an4zz5683cq46l8sy5z6xsz9r57m-shadow-4.18.0 /nix/store/59d87n4d81lca0hr8ijiim6dn1n8gqh7-util-linux-2.41.2-bin; do\n PATH=$PATH:$i/bin:$i/sbin\ndone\n\n_status=0\ntrap \"_status=1 _localstatus=\\$?\" ERR\n\n# Ensure a consistent umask.\numask 0022\n\n#### Activation script snippet stdio does not support dry activation.\n#### Activation script snippet binsh does not support dry activation.\n#### Activation script snippet users:\n_localstatus=0\ninstall -m 0700 -d /root\ninstall -m 0755 -d /home\n\n/nix/store/bc32rcryxjhrx30jvh3s7r5jpggddp8y-perl-5.40.0-env/bin/perl \\\n-w /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl /nix/store/2fxfbz4wk2ri6587k480a5l5df7l2prc-users-groups.json\n\nif (( _localstatus > 0 )); then\n printf \"Activation script snippet '%s' failed (%s)\\n\" \"users\" \"$_localstatus\"\nfi\n\n#### Activation script snippet groups does not support dry activation.\n#### Activation script snippet specialfs does not support dry activation.\n#### Activation script snippet etc does not support dry activation.\n#### Activation script snippet hashes does not support dry activation.\n#### Activation script snippet kdnManagedFilesCleanup does not support dry activation.\n#### Activation script snippet modprobe does not support dry activation.\n#### Activation script snippet no-nix-channel does not support dry activation.\n#### Activation script snippet udevd does not support dry activation.\n#### Activation script snippet usrbinenv does not support dry activation.\n#### Activation script snippet var does not support dry activation.\n",
"extraDependencies": "",
"installBootLoader": "/nix/store/vjpfqdyrzl15xxh76yhkys1nip7w7rdd-install-grub.sh",
"kernelParams": "loglevel=4 net.ifnames=0 lsm=landlock,yama,bpf vt.default_red=0x1e,0x4e,0x6a,0xbb,0x98,0xcc,0x62,0xa9,0x60,0x4e,0x6a,0xbb,0x98,0xcc,0x62,0xff vt.default_grn=0x1e,0xad,0x87,0xb5,0x76,0x78,0x97,0xb7,0x63,0xad,0x87,0xb5,0x76,0x78,0x97,0xff vt.default_blu=0x1e,0xe5,0x59,0x29,0xaa,0x32,0x55,0xc6,0x66,0xe5,0x59,0x29,0xaa,0x32,0x55,0xff",
"localeArchive": "/nix/store/fxcf3lz7hwyz5z2r25bkhs3mg1pl3si6-glibc-locales-2.40-66/lib/locale/locale-archive",
"mesonFlags": "",
"name": "nixos-system-nixos-26.05pre-git",
"nativeBuildInputs": "",
"nixosLabel": "26.05pre-git",
"out": "/nix/store/1irvy91vkwr9r5yi7jaz5nh88lw9d1vx-nixos-system-nixos-26.05pre-git",
"outputs": "out",
"passAsFile": "extraDependencies",
"passedChecks": "/nix/store/h5c4ck2pa4rbx821xzdqn6vl005dm8hw-check-sshd-config /nix/store/yk56qd8q6ircqkn0khvvlx12g5hjf9wl-ensure-all-wrappers-paths-exist",
"patches": "",
"perl": "/nix/store/r9abv2p91ifg7n42sjkhwj88wcgf7sns-perl-5.40.0-env",
"preferLocalBuild": "1",
"propagatedBuildInputs": "",
"propagatedNativeBuildInputs": "",
"stdenv": "/nix/store/yzhl36k6yxfafrvddhqjbwzvmwlyx4iq-stdenv-linux",
"strictDeps": "",
"system": "aarch64-linux",
"systemd": "/nix/store/xn64fgz1z7jz4nnhln9nkdkd4p1bparg-systemd-258.2",
"toplevelVar": "out"
},
"inputDrvs": {
"/nix/store/0j2cmjwvgc4r7wljryvnb37g75mb8avm-systemd-258.2.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/10cczwbf80h3dqqk6cwwspji2ahwnm6r-system-path.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/48ps4sc3l77v79rmk78j9d7wvsj8z7x2-kdn-managed-cleanup.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/6dmcx1nd4dlk41qnvx5r0szll2angh6s-bash-interactive-5.3p3.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/6hwwx67hv3mv2dm88031qfqwr54bwli2-kmod-31.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/6p0s4zp8qyasvjfnv4lam99085v4ixfp-install-grub.sh.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/6q6fmm0rn12ywxjlrlkd1r1m6d16j9cf-initrd-linux-6.12.63.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/71qwd69bgpizbcnmyw8vp02j18n2q2da-perl-5.40.0-env.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/7g78p31dk2rhbzxkacn5jpsf3i5p49cd-firmware.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/82n0srqkallnk9nb9qp31sgl4j52vky6-users-groups.json.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/91ndz47n9lfrbnijnyqp0bwvn4m0z6xl-pre-switch-checks.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/ay4qv4g1v7mw5h3lv1b78vqnh8c5k1c5-getent-glibc-2.40-66.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/cb96gsrlnw6jlw70nbf6jj9yqwdy1sd0-stdenv-linux.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/f3gpg1h435psdgj2jzh1da11gpzmmyj3-ensure-all-wrappers-paths-exist.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/g932qlg7w1dm2v5xshl75smzrcsc7751-stage-2-init.sh.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/gp57hjwll21kjf3vikl3sfccv3v12c2j-shadow-4.18.0.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/hdcjkl2vigg5l3igbawpsqr25c7iwx09-linux-6.12.63-modules.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/hdn3m6j1hjccj1n8pczp6a6vc06fcfzb-glibc-locales-2.40-66.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/hy55y090n5mxc6rwy66pv5ggqlq6r8yj-gnugrep-3.12.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/idv29g8zd4i37z3ka1wngipw9mb60g1m-make-shell-wrapper-hook.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/jfna48p7m098r0wcgadq16p9vr8v4amw-coreutils-9.8.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/kfljfy9m495y9j2ma4qnkh4ih4amybcy-glibc-2.40-66.drv": {
"dynamicOutputs": {},
"outputs": [
"bin"
]
},
"/nix/store/lnwa8bn2xmaymwi9c7xrh4yqn8gnnq2x-linux-6.12.63.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/qffxmav3qajzygqmhmxpx55y90sr087q-etc.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/rdls1da5p6ml3jdry7fsqlfhbwfsjzdl-jq-1.8.1.drv": {
"dynamicOutputs": {},
"outputs": [
"bin"
]
},
"/nix/store/rmp6qf9wyssy2v2w2r4krax75h0n9k3b-switch-to-configuration-0.1.0.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/rnzcng9j2pfknmcwx50dx7f2vx0rpagf-util-linux-2.41.2.drv": {
"dynamicOutputs": {},
"outputs": [
"bin"
]
},
"/nix/store/s0asnidbdvlpk776xx1mclk24had21yn-bash-5.3p3.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/vw6i5d06rlhs6awkkrar5v6z2xd3p9ah-perl-5.40.0-env.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/w685lq7fg4zz4i5nq9pz76vh11w956mr-perl-5.40.0-env.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/wxbpq19gy3mf90h9i2rd0q26c6y8vp92-boot.json.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/xj3jajmxzjrfpciyy6k4zfgmq0b7dlwm-mounts.sh.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/yizmwaic5snpqch3hm056q73f6jpfvif-check-sshd-config.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
},
"/nix/store/zw07ddxpwwfh6nwq5ms9yj1jv63kdbjy-findutils-4.10.0.drv": {
"dynamicOutputs": {},
"outputs": [
"out"
]
}
},
"inputSrcs": [
"/nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl",
"/nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh",
"/nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh",
"/nix/store/rg5rf512szdxmnj9qal3wfdnpfsx38qi-setup-etc.pl",
"/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh"
],
"name": "nixos-system-nixos-26.05pre-git",
"outputs": {
"out": {
"path": "/nix/store/1irvy91vkwr9r5yi7jaz5nh88lw9d1vx-nixos-system-nixos-26.05pre-git"
}
},
"system": "aarch64-linux"
}
}
| 19:57:04 |