Skip to content

Instantly share code, notes, and snippets.

@Steinhagen
Created October 6, 2023 22:35
Show Gist options
  • Save Steinhagen/06b81a1dc1732ee260ffc9dfc66135be to your computer and use it in GitHub Desktop.
Save Steinhagen/06b81a1dc1732ee260ffc9dfc66135be to your computer and use it in GitHub Desktop.
NixOS installer output
oct 07 00:14:55 nixos installer[1402]:
oct 07 00:14:55 nixos installer[1402]: => Partitioning and formatting...
oct 07 00:14:55 nixos installer[1402]: ===========================================
oct 07 00:14:55 nixos installer[1402]: = Mobile NixOS installer — disk formatter =
oct 07 00:14:55 nixos installer[1402]: ===========================================
oct 07 00:14:55 nixos installer[1402]:
oct 07 00:14:55 nixos installer[1402]: Identifying device type:
oct 07 00:14:55 nixos installer[1402]:
oct 07 00:14:55 nixos installer[1402]: Working on '/dev/mmcblk2' → '/dev/mmcblk2'
oct 07 00:14:55 nixos installer[1402]:
oct 07 00:14:55 nixos installer[1402]: Partitionning...
oct 07 00:14:55 nixos installer[1402]:
oct 07 00:14:55 nixos installer[1402]: $ wipefs --all --force /dev/mmcblk2
oct 07 00:14:55 nixos installer[1402]: /dev/mmcblk2: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54
oct 07 00:14:55 nixos installer[1402]: /dev/mmcblk2: 8 bytes were erased at offset 0x1ccefffe00 (gpt): 45 46 49 20 50 41 52 54
oct 07 00:14:55 nixos installer[1402]: /dev/mmcblk2: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
oct 07 00:14:55 nixos installer[1402]: $ echo label:\ gpt | sfdisk --quiet /dev/mmcblk2
oct 07 00:14:56 nixos installer[1402]: $ echo size\=524288,\ type\=8DA63339-0007-60C0-C436-083AC8230908,\ name\=boot,\ attrs\=\"LegacyBIOSBootable\" | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 00:14:57 nixos installer[1402]: $ echo size\=2048,\ type\=EF32A33B-A409-486C-9141-9FFB711F6266,\ name\=misc | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 00:14:57 nixos installer[1402]: $ echo size\=32768,\ type\=EBC597D0-2053-4B15-8B64-E0AAC75F4DB1,\ name\=persist | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 00:14:58 nixos installer[1402]: $ echo size\=30720,\ type\=989411FC-DFDF-40DE-9C6C-977218B794E7,\ name\=pstore,\ uuid\=989411FC-DFDF-40DE-9C6C-977218B794E7 | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 00:14:58 nixos installer[1402]: $ echo type\=0FC63DAF-8483-4772-8E79-3D69D8477DE4,\ name\=rootfs | sfdisk --quiet /dev/mmcblk2 --append --wipe always --wipe-partitions always
oct 07 00:14:58 nixos installer[1402]: Partition #5 contains a crypto_LUKS signature.
oct 07 00:14:58 nixos installer[1402]: Waiting for target partitions to show up...
oct 07 00:14:58 nixos installer[1402]: ... present!
oct 07 00:14:58 nixos installer[1402]:
oct 07 00:14:58 nixos installer[1402]: Formatting rootfs...
oct 07 00:14:58 nixos installer[1402]:
oct 07 00:14:58 nixos installer[1402]: $ mkfs.ext4 -F /dev/mmcblk2p5 -L MOBILE_ROOT -U acf51acc-bf7e-4ce9-bdcb-148327f91a69
oct 07 00:14:59 nixos installer[1402]: mke2fs 1.47.0 (5-Feb-2023)
oct 07 00:16:27 nixos installer[1402]: [1.9K blob data]
oct 07 00:16:27 nixos installer[1402]: Creating filesystem with 30133760 4k blocks and 7536640 inodes
oct 07 00:16:27 nixos installer[1402]: Filesystem UUID: acf51acc-bf7e-4ce9-bdcb-148327f91a69
oct 07 00:16:27 nixos installer[1402]: Superblock backups stored on blocks:
oct 07 00:16:27 nixos installer[1402]: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
oct 07 00:16:27 nixos installer[1402]: 4096000, 7962624, 11239424, 20480000, 23887872
oct 07 00:16:27 nixos installer[1402]:
oct 07 00:16:27 nixos installer[1402]: [57B blob data]
oct 07 00:16:27 nixos installer[1402]: [54B blob data]
oct 07 00:16:27 nixos installer[1402]: Creating journal (131072 blocks): done
oct 07 00:16:27 nixos installer[1402]: [91B blob data]
oct 07 00:16:27 nixos installer[1402]:
oct 07 00:16:27 nixos installer[1402]: $ mount /dev/mmcblk2p5 /mnt
oct 07 00:16:27 nixos installer[1402]:
oct 07 00:16:27 nixos installer[1402]: => Installing...
oct 07 00:16:27 nixos installer[1402]: ================================================
oct 07 00:16:27 nixos installer[1402]: = Mobile NixOS installer — automated installer =
oct 07 00:16:27 nixos installer[1402]: ================================================
oct 07 00:16:27 nixos installer[1402]:
oct 07 00:16:27 nixos installer[1402]: :: Copying configuration...
oct 07 00:16:27 nixos installer[1402]:
oct 07 00:16:27 nixos installer[1402]: Copying config to "/mnt/etc/nixos"
oct 07 00:16:28 nixos installer[1402]:
oct 07 00:16:28 nixos installer[1402]: :: Building config
oct 07 00:16:28 nixos installer[1402]:
oct 07 00:16:28 nixos installer[1402]: Identifying device type:
oct 07 00:16:28 nixos installer[1402]: $ env NIX_PATH\=nixos-config\=/mnt/etc/nixos/configuration.nix:nixpkgs\=/nix/store/9ra832a61kfk304js7azwm6d1p0ql8lh-5rb11cz8xmv8cdk7b0w80pzczbzk0p26-source:mobile-nixos\=/nix/store/1x9cm8z72akpyayxfhwqlz1hqq7isapz-fkf6sxbwp0phwbrlw7n8bj8s5lpl6y3k-source nix-instantiate --extra-substituters auto\?trusted\=1 --store /mnt --json --eval \<nixpkgs/nixos\> --attr config.mobile.system.type
oct 07 00:16:34 nixos installer[1402]:
oct 07 00:16:34 nixos installer[1402]: Building the NixOS system...
oct 07 00:16:34 nixos installer[1402]: $ env NIX_PATH\=nixos-config\=/mnt/etc/nixos/configuration.nix:nixpkgs\=/nix/store/9ra832a61kfk304js7azwm6d1p0ql8lh-5rb11cz8xmv8cdk7b0w80pzczbzk0p26-source:mobile-nixos\=/nix/store/1x9cm8z72akpyayxfhwqlz1hqq7isapz-fkf6sxbwp0phwbrlw7n8bj8s5lpl6y3k-source nix-build --no-out-link --extra-substituters auto\?trusted\=1 --store /mnt --attr config.system.build.toplevel \<nixpkgs/nixos\>
oct 07 00:17:13 nixos installer[1402]: trace: warning: literalExample is deprecated, use literalExpression instead, or use literalMD for a non-Nix description.
oct 07 00:17:26 nixos installer[1402]: these 304 derivations will be built:
oct 07 00:17:26 nixos installer[1402]: /nix/store/00mcc8p7qnv07fp4yssna9a8c62w26gj-other.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/03skn7rpdcp86bl0068kw527hiaw9r42-firewall-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/044z8l49qx1gknzs5vcp3csxx7a5ncga-extra-hosts.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/05x5zqrw05j5ms6j18lbsmfbixr3mf9k-unit-plymouth-read-write.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qyzfabzbzrihlv8kq0xplal5kk4wqaqz-vconsole.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0rgidqchgldalradsar4kj02znx8g8zs-builder.pl.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zvr99rlnn2pwsw4nr0k7m5c2sgi8wlkn-console-env.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0bk91vps5bdcqp206p67wjx8nnky1han-X-Restart-Triggers-reload-systemd-vconsole-setup.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0dl3fzcigsdzrrzl673rvfdb4kc8i4si-unit-wireplumber.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x5xiv2zka8142azfhmrzs66dan2v1fpq-etc-os-release.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3rhqx7082r9fswix3a3392hh0d4z57m8-shutdown-ramfs-contents.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0fnag4h1qk1ardfpkl3dvwysb3dnbnc8-unit-generate-shutdown-ramfs.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0i6v9y2xfq593f013na0mn6gblpnhhfz-unit-script-network-local-commands-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0k9mg134a4vvcdk55mkhbgwb2r5wz2dj-bootlogd-task.rb.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ds6zw38halglkcb2nnjbcvgjmr05mfgv-systemd.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0m05pbg1l3x47asjq4vcxpbhf9896knx-50-coredump.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0m4h2aajijkgr1mn3jmz6frw0f5hbfix-unit-pipewire-pulse.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0mjgac1ggchsljr75l2yb2sghw0g6hh1-etc-resolvconf.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0saxmxizkjsa75a6q3szb7wfakfh2swj-unit-systemd-remount-fs.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/0v26mxm1cdgl2gddg5pxplvkwgzymwx0-etc-systemd-journald.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/15iplj1rvm4wq3g5q445a77n8ash6agk-extra-udev-rules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1acp5di8zgr2lg7clphvg2pqqk2n5vl5-unit-systemd-backlight-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wnvzchgf4rar2x5afkx2nzzml5lrxd5v-NetworkManager.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/90dnz1az71mr10l8c56lg4lp3dncc740-X-Restart-Triggers-NetworkManager.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1bn1b4dd32ycjngxpdz0y0nq2kvmv180-unit-NetworkManager.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1nggrrfpk59x7126gkagb0pcs7cd20hl-smb-dummy.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1p6dnllvlswm3vjg8wh4rmmdc21r6niz-unit-systemd-mkswap-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1pkdqlj9sdw78qa53i9l2vig99g8pl4m-etc-xdg-kdeglobals.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/1priqvfa9jx065q01pf7hb3d7w0mwm8r-useradd.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/216q2ma4vrq2ai111k53raa5vfjhhp28-unit-systemd-timedated.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/28m6cyd09w7rb7qcfkyplrmmw1c5b4ql-userdel.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2f1c2vhpx17wbak12cnbflx7pka6djl1-nix.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2g9b6zc889a553g890fyia9d5w7az7bn-nixos.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2h611hjs35kv31s77qqx10i3b6xqm9yl-unit--.slice.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2lxxsxfx61s0kqv5ldmvcm9jilgibs6c-etc-lsb-release.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2qn39v83ki8n1n9lqvq7aknlmfv928cv-nixos-version.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2qp4zzjm8kc840fvl4s2f98gkcxpxq38-su.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2y2kic6zvk5xz0cc2v27lj0a087izslh-lessconfig.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/kl01019b9fpa77x7wiiki1y603an3d8v-xserver.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/rbc4kcfq1jh6pcg86nyr7jwrnxi7f6zl-desktops.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4w0bxj5763hphv1rwghc9lz7msqaj7m4-xserver-wrapper.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/dpph9w7wbhyxmzc8xh07xmn5ncj5hqna-lightdm-gtk-greeter-xgreeters.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/pmq3na1y1ai2jnnd1gsb8mjbdiqz51r6-Xresources-Xft.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ww7drw7d42qi4asm4sabky0lgm6g6q17-xsession-wrapper.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/2yswf253gs2gq041gs5pk1cq4g2qp0hn-lightdm.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/343ww93kk1jgbr7aqh5rh93mxjaa2a92-unit-script-prepare-kexec-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3kbg42rszhy2jvrjjf7pb8bxmiigvjmn-ipv6-privacy-extensions.rules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4xq92wm6mwr6a1phwhasimjjgmpmcqv5-ipv6-privacy-extensions.rules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5r1dmdmqfa8xzs88fxkf4807vw5r1jpj-extra-hwdb-file.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3cwmy813j6daqn68wkxid6ld4qm1mzhp-hwdb.bin.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jqbsb359kr3z7wghayzf5m7frpy5q7i6-unit-script-container_-post-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/pyx9jcmpaia6wrfh3m5nrfs3ghfb6kq2-unit-script-container_-pre-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5w1j8nbaq244mjp4wjvyl7y6ps166cmb-container-init.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qlms6d1kdnr0fqd0blk4bwqrvvi9c69b-unit-script-container_-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fin80kk2fhb3rbki4anb124492hd540n-perl-5.38.0-env.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/i0mzl3h9bj1lgb6r4iqnji3rpd4jiinq-nixos-container.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/sjy3bbnv7j68vi4rfmfd3080ss29nz0i-reload-container.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3ssg5cxqpv7gcxgz4b4h8875lpc7hbkd-unit-container-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7nm8l2flfvcf6n2a9skzmdfi30is10cb-perl-5.38.0-env.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3v5cp8n906d6rsalbsp2jv3gdhx5if3g-command-not-found.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/41g05xbly5sfc6zgvlxjm7993ig81k95-unit-systemd-tmpfiles-setup.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4cs0mprbpysmnbmq0k6dxa8yr5vzc7mz-unit-pulseaudio.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/kk296i945znjw7zgv44k383zcs5bcln0-unit-pipewire-pulse.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/lg4k63sx7l37q02l7ypzlx4wp5051hqf-unit-pulseaudio.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/j5hiwww004kfgjxk2w52yfdxi1fpnfq4-unit-script-plasma-early-setup-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/lwla8fn79fdh6n40v9knrsdfmv0qygi7-unit-plasma-early-setup.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/n83c15l1wgsvvg53f1wzdxd7phfzw2b2-unit-pipewire.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/40568a3lv5jmarqa11n59g3v5igsj9ml-nixos-build-vms.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/70w05wqpailqaarzln70bx5ria69j1wa-nixos-rebuild.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fd23qvh485lfw187vd9smqzm8f4bp63a-nixos-generate-config.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/i84bki64fnpsxgwl8bjhbin7kqqyd42s-xdg-portals.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/dvlfffapvx42j2f0hjng5jgydcds9p75-nixos-manual.desktop.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/rrznlcms5914fjwnvq385dy0n1dmrjd4-options.json.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zp3cm55spfz3zf69zv9pwgmva6famafr-nixos-manual-html.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xh4avb0bbzirn6f8igrz303zhr8wa3yq-nixos-help.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jvhhymzp7vhp7k4a461fnpwqs5piq83h-nixos-help.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/k0hw78vghkgxx4cvfq83ms7zl7mfwblm-nixos-enter.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/p6dfkn7444xz22vxkqh82v541gpzakq7-nixos-configuration-reference-manpage.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/pvlb7lkgbrkxg90pvwhqy94g9cpjqhs4-nixos-install.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x8xp7vr6y64sx15nc5zigyjkr1m0qy0z-system-path.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/hqpmjf9vkj5x9gs6s6g2r9a7xq0kcp12-dbus-1.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bi7i3586a2rl45pc80s8qgkvkqmmmh3g-X-Restart-Triggers-dbus.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/q8n99xdb5ywjiy00nskly757r1idq09w-unit-dbus.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5di116qfyr0h0qkhai0ix5x0g03b9qmw-unit-script-nixos-activation-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r5dkcm4pbw5dgvd80srx4l4abzmb0gh4-unit-nixos-activation.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r7h2gf849n9xprx1bd2wcv6gi1jss30i-unit-obex.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xf8pbj6gmqrm8nbnyylx6cd6q9avk4b2-unit-pipewire.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yhjk219s5gla2p1j85d7nxqbd1hzyd17-unit-dbus.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/z1w9xl9nifcrc7xc8anc82g1hw7l7x2a-unit-nixos-fake-graphical-session.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/3xbw74nn04blsp659iy3gxb4bl5hgs6q-user-units.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/41hnhsh1lzn189ivv5ricrzlpdfscjsl-etc-pam-environment.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/41ybwp5pahivqf2dlxxhzky78pa3dp6n-X-Restart-Triggers-polkit.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/435xyjvghkn7ay46bwxpmrmfhrkqbqjz-zram-generator.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ynk3345l43fpmf13g511mcwmppsmcvpk-unit-script-network-setup-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/45839pq4j7s78js8zkp1wbcrkns15yqn-unit-network-setup.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/462yqswpcrqdi7gihj2rlq053vwpdr1i-unit-network-online.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4f37h6zjs60pafhcw67hc50lqhr7y8nn-etc-X11-xorg.conf.d-00-keyboard.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4g5y3rs96hs46hlhqkjk5831pipsvpsh-etc-ssh-ssh_known_hosts.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zfl74l00pvjbpn6x42a5zh5sznwf01c9-opengl-drivers.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/w701f85929j6plpjjk5cy3987gsn7mrj-nixos-tmpfiles.d.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4n25vkl2kw923rbmkbfrib3j3ln9f2jr-tmpfiles.d.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4pb3gycxvy7z7jqsjbn0qcryx1kr2aqf-unit-keys.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4rnxj5b9wxynqlm372vdkd4rxdzrp4zr-etc-systemd-oomd.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4vkgqcn7cykzrc3gy38yd4fdv7da21yj-unit-console-getty.service-disabled.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4wsj8b3kna8zl185qv1a25bp6w32fww5-asound.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/4zj3z2ahy9ziyvh6n9s201psqdgf8anr-issue.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/59frl7b3vzffnfwbz8cvk97bgcmlaljw-plymouthd.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5vsvgsh05davjmmqym950zjjjl8gksdy-xlock.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5xy2nlrczfvs8wmj867nvi8l3qfr5119-unit-accounts-daemon.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/5ybbzjijnpyv8cs1r5qc51qnxg4263qy-etc-host.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/66819bkxdly8kvipsn9cq5ybgblcl6n5-local-cmds.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/66fx2gs0qpc6a74dhkmnb4z4dmxqycs3-etc-man_db.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/70087dc0fr00rirczqi5dnhhcsd1g9qc-firewall-stop.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/68sy2ysfxk8q633zy7ac6s4wn9scs6nr-firewall-reload.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/6995s92pp6xb2ya1rz0mxx9pc2ydhq3b-unit-fs.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/6cdyqv4ykhvxqx4ncxmf3zy378qj1q2h-firmware.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/6f4d570zn7nr7yi6wxa2lzqfq3qgpnmq-etc-nix-registry.json.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/76basgpppfq8qjdinxg53wxl0h3w9xqx-X-Restart-Triggers-systemd-modules-load.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/6map7cfw070mjxj2pkh56ni13s5gzw2l-unit-systemd-modules-load.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/70x7crsb4k1pb5sxwvsi98cd988azxvi-unit-ModemManager.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7772fdsl8wnq68d949gj9lzhf5bxw39h-unit-reload-systemd-vconsole-setup.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7b3sd0397kr4i83isbg1s6xlrdhih5ix-X-Restart-Triggers-resolvconf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7ca0pgqszahkz6lgyh24dhq0xx6ak9yx-lightdm-autologin.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7dh1yjn8xp057vrx0sr0wccbxbj1c62z-unit-NetworkManager-wait-online.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7jc26vx1n1sc0bim88j98j220irj6b7h-unit-systemd-oomd.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ap58ag0d7sqwxrqyhgq0823fs9mb2f3a-etc-sysctl.d-60-nixos.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jq49hvm1yb89rgvg354lj82kn2zdx3fk-X-Restart-Triggers-systemd-sysctl.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7nraiszlkla0k39sib6jns24cmq8gaiz-unit-systemd-sysctl.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/crb15sa84fgnrl63b7n5f3746kdw78dc-logrotate.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7pamsj08h9j46ll4cfh944swf5254szk-unit-logrotate.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/7zxa859fr8xyym6ng05b5ap1nlk5mhj1-unit-logrotate-checkconf.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8b58n09aplp19af0gb6m1xwnip45755i-unit-nix-daemon.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8bvlpfsbskyznsv3fwd7vlzvp0m7vzd2-plymouth-themes.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8fz9ig1xnfqh7sy3asvrcsvj3vrjn6ca-groupmod.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/iykwnc1rvp5wfxddzlznsqgjksna91si-nameservers.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/l0ghipbd2gwz8rmdcnzfrzg6n5a04znr-02overridedns.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ibqshdjqgqbn01vygrr6rly9psqrmmk7-X-Restart-Triggers-NetworkManager-dispatcher.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8i9kl33zq3mkdr6jq3h2s2w5abb9bjwq-unit-NetworkManager-dispatcher.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8jis05952a1786wy71jyf9a5288a4s5b-pine64-pinephonepro-boot-config.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8mm5nzcjbcx2i7nakfc2qg960n23zw1w-lightdm.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/8y25a5grc3hdh46mbja3arm8a1imb3r0-chpasswd.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/96y51jbwpx4lrrmj0w79c5i83naylc6d-unit-script-display-manager-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/9br8fvjzlccxqm6ll9dfi8lxc59x4p3j-mounts.sh.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/9cpj97cdhqzxn3dk44pj13zxmqk1zplp-libao.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/9y803c39xf3778q22ms1d5j047w6gf8h-unit-container-getty-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xsyvkd2hd5rbv0rc2vk594k3ikkl6pg0-set-environment.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/9z533j470s6crwkv0zmizjzzikxh47q4-etc-profile.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/a0afqjqsxiqa5rkxrhx4xaj037zpa9gf-unit-pipewire.service-disabled.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/a0kdvqb5kz8y4l2sm9aqqq6j25s52mkh-unit-resolvconf.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/d0ivp6pjr6gs15vf3xqnyvyiigqvlm22-string-hosts.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wk3hnl26kakiw9vnv4z81rw7qksnbqj7-localhost-hosts.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/a4jgfsr4vykxgsks17ydnngax9a62a96-hosts.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/a7ykicic0w5220b51q70vfxvxzgsmhh1-login.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/aa9awfzs45m22m87ya4wxr3sf0k0rcpp-unit-script-pre-sleep-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ak8kzd6vxjsqi0gzxbwsaanv17q74pd5-etc-fuse.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/aplm0iwhr01rsjkl9hj8mxb2v54w9i21-etc-modprobe.d-nixos.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ax61h79hagkpy3bin87gff24sspws2is-groupmems.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/im54fnqza095sff15mxcm2a2ys0j6qq3-X-Restart-Triggers-systemd-journald.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ayhiy68qhcwxhk9mbzidm9sqcfxygqfx-unit-systemd-journald.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bhqbr7fdphpk2hp03mfs1bscynwksvyj-unit-plymouth-quit-wait.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bihq6a115rjcjskpgn78bylwng04mq56-lightdm-greeter.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bkmxd738k8wv18sy2h7fvjvbbzhq951g-usermod.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bm3pf2q3xkvnh9rr2a885yz12znb7lhr-unit-remote-fs.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bmqig930mz4ck4nq2v92h4xvsc5asp0r-network.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bpb7hnxfvvgd0r5y1a3sgjs4g1a223dw-mount-pstore.sh.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/bq29a7ycqs29s8mnxgn457xrh24vxld4-unit-script-display-manager-pre-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/i8p42bramm53zgvf9rh9xsz1zvv92r4b-X-Restart-Triggers-systemd-journald-.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/c1lkfbi8grq0p2yz17w6pcy9wj0ks5kw-unit-systemd-journald-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/c4r7bh29qmgajjypkr101bxlkw3jaqk2-unit-pipewire.socket-disabled.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/c6qac20z3hdrzjd5blfql71d3xmwx809-unit-nix-optimise.timer.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/krbbbv2dmg2xrkn14cb3qryb4avnk66y-etc-systemd-timesyncd.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/h0v8mamhzrw996993f9ph5ir6ssandya-X-Restart-Triggers-systemd-timesyncd.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/cbhbj2pik9d38mzpin2x79bfcax7vp1h-unit-systemd-timesyncd.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/cmwajc7kqx42inc8733xsf2m41hjh3lh-unit-nscd.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/cmzbg145mssx4fmpxsf9p3cwp0j32wg4-unit-save-hwclock.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/crwz3am34sdlj1fx58n0i8sxbs7vqj0q-perl-5.38.0-env.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/cymshb0m73wfag8h1ggiwfzxb69cficb-kernel-modules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/d72y878acgny3vwzgsjayixqgwgh1ndk-etc-bashrc.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/d9jlh6bbbzkz14mki1xynw83pgby6123-system-shutdown.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/dbs628h07srfbxli21jsbfr5inixplf2-unit-systemd-ask-password-plymouth.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/dv9xpj5y1g7mp4j8hxv857k44kzrva7s-unit-systemd-zram-setup-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/dw384rd64h5dd47p9vj37y0vc716imci-chsh.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/f3v69366pp104kgff64i0ks6hanqgcc2-locale.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/f4ji4j8y9s2nvgsjbb3ifc5vfck4cv04-polkit-1.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/f8lp1f9i8k117nwkk17kgglxwvqzkx12-passwd.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fbzgs0rf3bspg57sknhaf7y7lv9ikdca-unit-script-post-resume-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fdqaskkwj7ldbl1y1jyb2ss8mi4pi2c3-unit-systemd-makefs-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fdrj5ll4n87i4b8vhw2jxn8c18w0sraf-etc-nscd.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fl1c7y8z1lxibyc5bbpl623yxflv0jc2-udisks2.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/sdhap0ri8liig5hhv3xm79yk1492his3-udev-path.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fwiryjxj4cgjdy31c3vf0wad0jgpxrvs-udev-rules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/fz9v8l6zvbh54a3k7nwl4rvank5lwrrf-unit-systemd-journal-gatewayd.socket.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/g5j3yljvxiamyl9jc9qmpfrm84xsadcl-input.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/grybab6zxc4impgkvh87y6a8hhc21lds-unit-script-nix-gc-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/gahzsjmsc42jv65w5h1v90pyj1yiqzf7-unit-nix-gc.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/gfayhwmrdv43m6wzjhbxmvsqacq28jfp-unit-systemd-fsck-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/gg6ndzpynkzsq17ppfphi3f7cb40x8ss-unit-dbus.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/gllqffgf4948kwpjpy9m6ybx9w32ympi-daemon.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/gwn6a0kk91icbiam12wg3n0jq1xhli6x-alsoft.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/h533x4k81iq9i47pv22cmx99cfj6pplb-default.pa.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yw2ml1392xqq86dvsiqdwcd4lik9dkwl-X-Restart-Triggers-systemd-udevd.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/hcxv25g4x6ydjvk3k195bqn9rpkkw3s1-unit-systemd-udevd.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/hh0ddpiqwcg2nprk6270ww406gnzfszd-unit-systemd-udev-settle.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/id8b77rv1iiildivsn0yhh3yw21i93ks-users.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/igc72y3agff7kpxpxdcswl5dx52yn2vx-fontconfig-etc.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ikvmcf04f7y09pvwhayicq0djjfc4fd9-unit-systemd-user-sessions.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/injpsy3crmwygh61hg6gvaggblann0ap-unit-getty-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/iqvmbpfqzhp5jk4xgizjpqbjgpl3mm0i-unit-firewall.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jds5wf5yipmv4mw1cfqrqyag3q0zv05h-ensure-all-wrappers-paths-exist.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/n23y75hz1p5x63cspmp9lpyrsq42axsh-users-groups.json.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nn87z4s0i6ax72dss9iiijbd09k1djk3-stage-2-init.sh.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/m0z2dzwf1bafc3aks7152ygbay0zz95y-firmware.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qaaf7yg3razhf3cs1fcwakkfxaxjdcpj-init-wrapper.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qyyjql37kb0zdm2rgmllj5zzbrm4nmhi-mobile-nixos-init-0.1.0.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/p75vk43fakddy2j5n8aq1j2xya1wxy8k-mobile-nixos-initrd-pine64-pinephonepro.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jhg7c3s6krpbxgcip826y9xqqscf85ss-useradd.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jr1m1kdpaarm5a2cmsyrv9qw1mvj9h5d-kde.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/k7bzry2w6k09i6c96xngbdxpj3n35v8h-login.defs.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/kq910xjvp0h9dwz9frkrkiwmgq2qm3d8-etc-systemd-user.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/jxmqi82s9nyf8nsf9q3i2566rb4hbir1-unit-systemd-ask-password-plymouth.path.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/k5w5h6mxx8xx7328dpb5fmrnqq8wgij1-unit-post-resume.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/k99gdfls7ls71mbzk0gzdp2z448ibmvb-unit-prepare-kexec.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ka8c16162avm5wqd8b7figxzr5w9jdji-unit-plymouth-quit.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/kd6if543qdl3rc3nkmw04b93zljv5k98-unit-multi-user.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ks976rgdc12zdqqhlp275s0pz68f3nkn-unit-network-local-commands.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/l8gx3b8hfwj2nzgn8xw7hygiiv42m3g5-unit-systemd-pstore.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/lyhzfb37qwpychkn98qp41vl3xpllr9j-unit-logrotate.timer.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/maqqyhg1hw06cvzybpaa6kcyp5qg2681-unit-local-fs.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/mb6gkdhfr6zk431lqg3skl2yjqbfi1r1-unit-post-resume.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/sz72gcgf6fks0dnnnzaz8rgg65395l85-X-Restart-Triggers-nix-daemon.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/mgimzwrzryvk031743fi9l6jcibdmyd4-unit-nix-daemon.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/mx6bk6wyjdmp6cip7mjcmgg284fz9irb-unit-mount-pstore.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/n0p4nvlvp2113v49dbdp2c00xs4a57jc-unit-plymouth-poweroff.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/rgbw9ymhylgcikfrcy69saic6862r1ck-audit-disable.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ykbz9985hjv9rzd7lr5vvjly3p5g8frp-audit-stop.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nb64ls61kb902k7c526z7b6wx8d8ccld-unit-audit.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nc7r80k1zj2hgichafsvilzhs1kbygic-unit-pulseaudio.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/q20niigw2fp710bq0d8jbjcxqf7z24fc-unit-kmod-static-nodes.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/rfv52483qxy7v4p9r2hlks21mjizr8fk-unit-plymouth-kexec.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/s59snspn7sldzyvzm8fl9n9b0680k90z-unit-bluetooth.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/sjpfshxmk6w6dhkl40s110wddl8f95gj-unit-systemd-update-utmp.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/v3c41b7if05h4wbalbf2pfn3l4qfrv6q-unit-run-initramfs.mount.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/v7a7sc1wlvd41bbzw6bzciccfn4l0116-unit-plymouth-halt.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/vnrydi2gxk33sffganq12bln7nsx5pmq-unit-wireplumber.service-disabled.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/w0v598nj7518ykfhvb3qw58a9zmajjlb-unit-pre-sleep.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/w5m6cf1n09jjznyvxn8djy7j43887zks-unit-user-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wbvwp71zd977s6hn34v543brrp0nqv76-unit-serial-getty-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wm50c6vggib90iwhb6b79fq7yz40bhhl-unit-systemd-importd.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wr3dj3f5z7sybp1rj56d5c052xx5vcfd-unit-system.slice.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/wsq3gmkb4ck468hj75qlcsbl14cndni9-unit-nix-optimise.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x1j1pbrgr2ggyf4jaiya6zmq0yirxqyn-unit-user-runtime-dir-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x26wrm9sfj0z64p01ic9zkfmabpzmnz9-unit-network-interfaces.target.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x5s8bcqwr4b1clfybpmin6ybpcvlash7-unit-alsa-store.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x91g2z4030b6qmaxx6vccnzs2k21q766-unit-systemd-logind.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xasv0r2ar77b1zi39flqzi90nvzf2719-unit-systemd-journal-flush.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xchqx9g1zq6jz01446l7agnqcxbpm32x-unit-plymouth-start.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xj2bkfyy4fh60jb88g576g63sih2s4xz-unit-autovt-.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yflz5c84wspkw1ysyw3f4bgnv3ksnd4y-unit-plymouth-reboot.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yj33vw00fiyy1c3iphc22lfc197qpl32-unit-display-manager.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nxbr8gxchfd6vq32cb4yix2fbqwc9h58-zram-reloader-stop.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/pq6fpykgk42n9rykiimjjpa8q7g753kw-zram-reloader-start.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r0721lgr3idpi6rnylkghcy7hipizf69-zram-reloader-start-pre.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yjl7i0bcaz4fk0abavajlyrlnm96bh2v-unit-zram-reloader.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yk19hy9dr2gjg7k4acc4ldxwy93b8pi3-unit-systemd-random-seed.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zdynv44231gfq1fzkncd62w7j8lwjiy4-unit-polkit.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zpcp0s0rpsxmlk1c1k200674vz1lhqj4-unit-eg25-manager.service.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/l3jvx0a100zwy65wxv2x2rk5dad7wzih-system-units.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/lz1hgbs7id72f5lrnf3js7kkdsyyxdx5-etc-xdg-kwinrc.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/mbl1jz2fqgj8n7a1dhy2scifxhlnckhx-etc-shells.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nizyd1m832dl5ygh4p6pa10br9k2dwvs-i3lock.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/nq8hq581ijqv6v5l3iv7bfgz6cfjq8af-etc-hostname.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ns0n9j8p28a2bbhb1y9arv33jsl1arw3-etc-systemd-logind.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/p7k1w6ychcbl2rcs42fdnripg9vy5k07-main.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/paw1y2gbkfvr32c17y8c9zijq1v4ycj9-etc-wireplumber-main.lua.d-80-nixos.lua.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/q7dywbgq80nccgpp1zfzvfl55bhr45za-i3lock-color.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qc329mwcl973wnb5j4vzgb5clfp209x9-runuser-l.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qx512n1r9ra6cx4vryd5nlm00j5fwm1i-client.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r0jlf9503jl9c6lcgsny76322fzb3s02-etc-nsswitch.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r72d3sr77ykswgg65gycib3xqq73cacd-sudo.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r7vq61zdxrpnxbnjq8m5sgj5mqcx2qv1-etc-nanorc.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/r9pqicnnp2975b6rz2gg2zz4z9wqxcfp-runuser.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/rr4yrnl02zj63my8nppx4di5al7jmwq2-groupdel.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/v10frx02ninfz87q23s5wk1kn69sm5a1-systemd-user.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/v1nyxazq8p53qrv4lx0mv10q9anzwiwi-groupadd.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x0zdhmi9hnjricrxxg6xa460b99q36mc-chfn.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x3978qglm5fw14z3wp9vmd4qlmzafqr7-system-generators.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x51db002svyfaz3wf110ggd05a1zxw83-etc-UPower-UPower.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x60hl0r6rijfrngb2riv5iyv2ycilhbv-xscreensaver.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/x9nqhxxmcpd9dl5cqmahry02hlaiqy9g-etc-modprobe.d-firmware.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xcs3xa858fq3bnnav8db6k7c0ls16pzf-etc-fstab.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xijrmxpbh5x3ifvvxsbjxwmf59qv8yn4-etc-systemd-system.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xph5ysfk0j1kd0r2vikj1npnfr2v36x5-etc-polkit-1-rules.d-10-nixos.rules.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xq4qyfmxlx7p47yga6nd36r0am5f7ybz-lightdm-gtk-greeter.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xsrhngsssq42lc8lncspp4395rr1pzmg-etc-systemd-coredump.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ypfbzi9rnbaxqg136sa3lp03s9wvap2r-etc-ssh-ssh_config.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/ypy4wkk6mdpq6kgjbs1kd4anladhw2jz-etc-systemd-sleep.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yxv95lxra5xznjbb2hls8f8sd7yf7klp-etc-netgroup.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/yyg89mq3qssmrf6mm7i4m3dxb4yx33j6-etc-lvm-lvm.conf.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/zy1ablmsqxical376d4qwjikcxgszlqm-vlock.pam.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/qr9blq69jsx96p43d2yirmk86yz1yx79-etc.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/vla4qsa2gxn5fbmsxy3mg53swajh5y0j-boot.json.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/vsc059gf5zc8q83gb1p51wyn818q47a6-perl-5.38.0-env.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/xhppwxnn0ld5sdj9dxsh8221l39c6m0g-append-initrd-secrets.drv
oct 07 00:17:26 nixos installer[1402]: /nix/store/iy6fmmdh3q8hdvnlrh8dyj9xvzysiac4-nixos-system-mobile-23.11pre-git.drv
oct 07 00:17:26 nixos installer[1402]: these 1205 paths will be fetched (804.18 MiB download, 4886.65 MiB unpacked):
oct 07 00:17:26 nixos installer[1402]: /nix/store/p1vncw6if3kvlqmkx1rdqjji70h6xwzc-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4kji3sviaw6g441vrlghzz4qknyisy2g-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 00:17:26 nixos installer[1402]: /nix/store/6srdlk7qd0zw6z80wlkg6c71w3v203dm-NetworkManager-l2tp-gnome-1.20.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/yzvb9jlcg9dfyw9y4kl7i34gx8alcm7k-NetworkManager-openconnect-1.2.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/ilw74mp0nljb36cb4r9a7r8szsxa3ksk-NetworkManager-openvpn-1.10.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/20db5l570i7nm5gz4zzgl2vd2ibnkr8k-NetworkManager-sstp-gnome-unstable-2023-03-09
oct 07 00:17:26 nixos installer[1402]: /nix/store/fvcl2wph7wsxxh9h16davm1qqlrls0h9-NetworkManager-vpnc-1.2.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/qsqdy0z52bb6k53p7gsfhl8sbv0jij25-SDL-1.2.15
oct 07 00:17:26 nixos installer[1402]: /nix/store/909jqikj6mhq0hyz2w077bdy4796xih0-SDL2-2.28.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/k0zy49m7j3ap7sbvn05cjh5km26fmq4f-SDL_image-1.2.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/mf81bfvj08csf109ca9h1c9vybrb6xxp-a52dec-0.7.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/l8dj7c0sfnxmvqr2v6lsvkdqdhjgrb37-aalib-1.4rc5
oct 07 00:17:26 nixos installer[1402]: /nix/store/hbx3g6m8pd2580zwiikp0j5bix11mlsy-abseil-cpp-20230125.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/rpzls13ra3gjqjnqxrr8mb8hlwfbd1b9-accounts-qt-1.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/1amphjw1hkrnkinqsskx8wi1ddhzbwql-accountsservice-23.13.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/ksq0669vg4i76f2iypw2cci4chsfszmb-acl-2.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/41dcnj6s04cbr6psm3qg82bfy83j8hk5-acl-2.3.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/wcz0ijhqyhpbqkm908k38nkqmqa7zig9-acl-2.3.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/wzb6xryz6rx8qfqdhspka5nhj2zvg4kw-acl-2.3.1-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/y5ymr75q1rg6jcjhaqzg2ya8xlxz7gz8-acl-2.3.1-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/m59v6qh9hra3mvwv6lnh49dwsxbhnrmf-admin1CodesASCII.txt
oct 07 00:17:26 nixos installer[1402]: /nix/store/hbai7dmszzvcsq28r9jaw7rr0ss1jkjs-admin2Codes.txt
oct 07 00:17:26 nixos installer[1402]: /nix/store/hvgkcfb7y3521r23nl3nk4s4wxmy0qac-adwaita-icon-theme-44.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ykyah71hn1nfzdc0b0vh27hd7js16x47-aha-0.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/w0ah2q35nqvwh21gib245lpwx6644bif-alligator-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/6yf14wsff03bsr3zg6m0kjg4m6ka2gnp-alsa-lib-1.2.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/0lgfa31gqq5b46raw3rn644j3lq8cslg-alsa-plugins-1.2.7.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ma7hlgz7x1zm8akpp201c3b7blm4g3lv-alsa-topology-conf-1.2.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/796z67cq4njczvhqlmr68x78sxf3pk37-alsa-ucm-conf-1.2.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/6rnxcsha6nv314pdb455rl3y5gpa0dm0-alsa-utils-1.2.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/l01razxm0gvky4m23hj8iandw0ygz020-angelfish-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/d2ym9zc87m41vns6y48ws7rspnm1sbn8-anthy-9100h
oct 07 00:17:26 nixos installer[1402]: /nix/store/xjsicsbv7qsxwz49ab5ck3bmw9h800bc-appstream-0.15.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/5kbhx9avvxav0m3n4d52mr4h6ss2y63p-appstream-qt-0.15.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/h9h1jh41376lbp79svg95bdva0ivjapl-aspell-0.60.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/msrj99z5z874573mqxb4wxv1mgg8wixx-at-spi2-core-2.48.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/py4hhnxx0syqlyvgsailwixsq6has7bj-at-spi2-core-2.48.3-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/f88wbbwq16v0a8k7d91zk0hfh241cxhw-atomicparsley-20221229.172126.d813aa6
oct 07 00:17:26 nixos installer[1402]: /nix/store/fnf82wjx6vqmmbhp3f48n4krh4kx6f7f-attica-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/d2m4lm3rpsn156a12klf4fa2969p9kxy-attr-2.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/5kxccmzn8fxxx15ld4pcm9nlvaxp9p5g-attr-2.5.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/hb70jx0a1d7sybiy8nvr3zfqc48iwcl9-attr-2.5.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/d5l3agns3n57jr2l12rwx5plbwbzflx4-attr-2.5.1-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/1hlkkkhgw1g3q80rdcqsgplmbnxmv9bq-attr-2.5.1-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/9yh5iq098syl8hcrsg4b5xrws835bdak-audiofile-0.3.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/rl09f4fcsdp273dxsqlca54fsalw8mxs-audiotube-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/f92slgvxfnwmkmzjygps88fnhr34fccf-audit-3.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/d4qjd2rv8bj9jgsawlvj28ba6987j0mq-audit-3.1.2-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7rg7b78nr6x622wc0ymrv60c46jdhin3-avahi-0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/p7mhbw0yrjmvkywc8dm7x84s09l0rmby-aws-c-auth-0.7.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/2kv8zcv135whb67j2prdvjfybb4k84dg-aws-c-cal-0.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7imdwidw1glla1awrblm15k7f7il88pd-aws-c-common-0.8.23
oct 07 00:17:26 nixos installer[1402]: /nix/store/dknnpmsjpm6c28lgsli1cjr6rgzm90rx-aws-c-compression-0.2.17
oct 07 00:17:26 nixos installer[1402]: /nix/store/xsz3lzzj857607rl8dj2xln29ihfi40l-aws-c-event-stream-0.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/8l9gkfaspna5w424f3p4z7w4hknwnbwl-aws-c-http-0.7.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/1ani96idlyvf8w23fhvjw0pbx2vnh349-aws-c-io-0.13.29
oct 07 00:17:26 nixos installer[1402]: /nix/store/s8frrh13phcs0djlal0qga9hj3r3zh18-aws-c-mqtt-0.8.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/6cdq6kwbwvnww8qm942g2h2xf2a7srk1-aws-c-s3-0.3.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/cr1v3sj1dvp6jxgvp1n6rkjsvb8wjdqh-aws-c-sdkutils-0.1.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/iimdx2pcch75zhcwqjqwikn7lki04k0h-aws-checksums-0.1.17
oct 07 00:17:26 nixos installer[1402]: /nix/store/bxj8qvzrpzm0bgvchw9kps6cs9x13fng-aws-crt-cpp-0.20.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/r8r7rf039r831x368plllxm3k4xry0qj-aws-sdk-cpp-1.11.118
oct 07 00:17:26 nixos installer[1402]: /nix/store/28ms64cyjx3mjgg2sim9fp4gj1a23qag-baloo-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4qp96hwq3wqkqhv99m76g2rp8sdjcl4v-bash-5.2-p15
oct 07 00:17:26 nixos installer[1402]: /nix/store/3pkz38ps5lrax4sgnmff2567rscp19df-bash-completion-2.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/8fg864349xjbdg8kp2jn1639p53mcc8i-bash-interactive-5.2-p15
oct 07 00:17:26 nixos installer[1402]: /nix/store/v06ziv5cniv98zq7kqp61x7f60avjq0h-bash-interactive-5.2-p15-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/11x0dwx0iwfc14lbcplkiv72lmyjy4xb-bash-interactive-5.2-p15-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/zg3g72px9gd9fsvj2jfzj79vnjq0sdaa-bash-interactive-5.2-p15-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/s52kdfppwkgvi43f4bimb2jizpjs74v8-bcache-tools-1.0.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/0wr9fdi3pkjnll05bdr30zzyrn98d0bv-bind-9.18.19-host
oct 07 00:17:26 nixos installer[1402]: /nix/store/wg4awr4a83z1iidpyas0bphzpph5p9dq-bind-9.18.19-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/pi6l070gma0mrzh84jfyhn0qj4j95i52-bind-9.18.19-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/as2izmyw2771n7p60nlm0f6a84kmnyin-binutils-2.40
oct 07 00:17:26 nixos installer[1402]: /nix/store/m1b2jhqnwlpqgzy6lvfpw5lxj7ipwdlc-binutils-2.40-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/azdignpplcnd1gw87a3zb8nyabqnfqi9-binutils-wrapper-2.40
oct 07 00:17:26 nixos installer[1402]: /nix/store/pkbgi6z6wjxyb86kf3kxgkwmvb6rc2ri-bison-3.8.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/kmcqh07y24hy4lmnbgsk9ll49qraqq2x-bluedevil-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/bbvw3qi26m38989822l279hrdzlc31yv-bluez-5.66
oct 07 00:17:26 nixos installer[1402]: /nix/store/i6ax30brp5q13wvqql3zr7g70m8ab6v6-bluez-qt-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/3ib4g3f6lsaiz4rpa4h8glnx50l8pl2f-bluez-qt-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7c9li6pw5hrp2xmhgzbizfhw3hs94y0x-boehm-gc-8.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/7sg0vip6nh2dmry54smvmihi9z1hs2ls-boehm-gc-8.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/10499cbjdfhqrjhsdc650x654g3zwz77-boost-1.81.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7nnv43h8gakdvfflbp6ab98dwkb2ygss-boot-error-assets
oct 07 00:17:26 nixos installer[1402]: /nix/store/w6jryprm0r9q64c9jb91zbzj94dkpc2h-boot-error.mrb
oct 07 00:17:26 nixos installer[1402]: /nix/store/4rsrp0flb19jvm3wzm8m50xmvkl6khbf-boot-recovery-menu.mrb
oct 07 00:17:26 nixos installer[1402]: /nix/store/65l6cqfccf1g3yd0wggrhgmwp49llq8q-boot-splash-assets
oct 07 00:17:26 nixos installer[1402]: /nix/store/wni188k1gghr8rf4c1r6lp9gpayzd2mw-boot-splash.mrb
oct 07 00:17:26 nixos installer[1402]: /nix/store/ll8r60c4zlyicrx2pwh2z489bbzr53xr-breeze-gtk-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/760drvan31g8w6jg1qsqh93dlh9fdjkw-breeze-icons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/9wm4anrgyj774rg2fxc83rsn7j3j7bsf-breeze-qt5-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/j8gv4j3vfsigzvwc10wslz073j5nlwl7-breeze-qt5-5.27.8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7yqcx1d8gfqm6dj5dqgpqm3l3jx6ijrn-brotli-1.1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0ks4vk1z6qr6ql6sj9ms4gln9nnv6cqi-brotli-1.1.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/cw9fh52raapsdvf38z9r5gfvb32swzyy-brotli-1.1.0-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/54lpvb2l1yycla19lydzkjv3ig32hkcp-btrfs-progs-6.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/5z3knhml5cgc6cwk3bn7nz09rk9p4kb0-bubblewrap-0.8.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/bz38d1xs9lkzh3r2n3fdzzy5z7z99hmm-busybox-1.36.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/d723yn00axf2qiz84phs2ss39qcr2w5r-busybox-static-aarch64-unknown-linux-musl-1.36.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/qg42nwg0fqly3hhs686s0c13hfwdh3fl-bzip2-1.0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/cr6ybcviv5a85igd8fw1iv2dmkahqsa3-bzip2-1.0.8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7fgcm3vcdmjf4w0bxgwv1ih450fg5a45-bzip2-1.0.8-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/qw1bpcxjx7rsy3sr285zz4qjc5cg7dkl-bzip2-1.0.8-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/pa5dgf9i86i8490yyvz3gi6k0fml4l4b-c-ares-1.19.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/3n927aa45xxkqhz9w2x6sdk08r2gkj4g-cairo-1.16.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/an8vjnv4iaf7x3zl8cxxd6j3q183fh96-cairo-1.16.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/i7nk6rc842gkk4ikc8lhcvrkx9xigz65-calindori-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/sc18hnraf1bnbhjzc98nb8xmwmwmg40h-callaudiod-0.1.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/83bwh0h8l0qsqm3ifxp6z8bjz0m0zlqx-cdparanoia-III-10.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/jy3zlld57xbqbq7ci6plqkrpn9kk3i56-celt-0.11.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/ca2kp02x0xlc8dgrlrhwl945rcm8drna-chromaprint-1.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/zlh7zakv2fn97fb4q2y6abzsdp6jflfd-coreutils-9.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/izbsjpkk7in2g8qsciq4d34qlpbn3mgc-coreutils-full-9.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/xn05aqjwkbjy3zx59bn64g57aj1scrfs-coreutils-full-9.3-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/447szgpxwpqsxkc483j7kgk2jai55p78-cpio-2.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/ig43rg8p5fb85j1pqal3mqcj977dz51p-cryptsetup-2.6.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/4frh403k9ia34amnqivh0s9lcqhmycaw-cups-2.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/j5pkkn5xmz8kikk7biyirchjjar9zr4v-cups-2.4.6-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/y90f68x0n8769z46qmjdr2a2y72n5s10-cups-2.4.6-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/fv075nwc79vml1h42xdljz99vad3wnxr-curl-8.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/k3yxgmla46dxciq911g84rwnb6rkxkih-curl-8.3.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/xsvh1p6ic352nvc9h2wvw48q2p5njfwf-curl-8.3.0-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/cmk0hkygviw3cj9vr8sy7lhhahlmrv8n-cyrus-sasl-2.1.28
oct 07 00:17:26 nixos installer[1402]: /nix/store/03p0v1ikgnafm7mv2hfvmzarizr70vqs-dav1d-1.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/nz8ji4jp41xd0w883f1hfrb4dm7xxz21-db-4.8.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/abswvzy1kqd7xmw90jasiqx5sga7m5na-db-5.3.28
oct 07 00:17:26 nixos installer[1402]: /nix/store/nvz60xfx153f7v6wlkdj6pcgdcw2g0kl-dbus-1.14.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/wm3lawvprygq0a6z21bwndqb8nv38w1j-dbus-1.14.8-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/93yhpcppihys7ylh9hdf1n1bqck6q52d-dbus-1.14.8-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/3jh4196idr0q7rwwwzhv6wbhgyh9s00z-dbus-1.14.8-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/p9c1xklkjv3ry4af5n8y3nyasgla7rna-dbus-1.14.8-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/f3kc1ag7hvrqqk1hf6kq0y54j0np2y03-dconf-0.40.0-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/gdnlx0ym7nagpwqm7y7a0a3hs0lfv536-dejavu-fonts-2.37
oct 07 00:17:26 nixos installer[1402]: /nix/store/4g8zs7ggkz7wz5sw0fxa4dhdpgj7b9rw-dejavu-fonts-minimal-2.37
oct 07 00:17:26 nixos installer[1402]: /nix/store/f4cnb47b5c2qil2jrvdi3mfdsjk1p8m7-desktop-file-utils-0.26
oct 07 00:17:26 nixos installer[1402]: /nix/store/3rli71lddbvjndgbprdk9m14ki5ll97v-dhcpcd-9.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/d6fsbkdg6554lx23qfnds5si45qyz365-die-hook
oct 07 00:17:26 nixos installer[1402]: /nix/store/lnfax3130rc6200j6rj79arybs3akp83-diffutils-3.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/n2alr6l8mp60f6rixcah5qwr7ykl6pq4-diffutils-3.10-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/300yz4waddf3l7p11cji5c6r3xsdyjkx-directfb-1.7.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/p9glw4fv1vdrvrxfjmy1y7pkmbn4hv9p-dns-root-data-2019-01-11
oct 07 00:17:26 nixos installer[1402]: /nix/store/rn71f1sjw976wb01xnrcjspaqfxi7dgb-dnsmasq-2.89
oct 07 00:17:26 nixos installer[1402]: /nix/store/zp2yqaaiyqapa93cn3dm3zkj7rrij7di-docbook-xml-4.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/jjq6xd20gkqkzymrc2xvlc0q4xmrhh7m-docbook-xsl-ns-1.79.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/n5v4n6ij7gsabz0csz65nlrc4cmq6dij-documentation-highlighter
oct 07 00:17:26 nixos installer[1402]: /nix/store/jpg679a140blc127b1qlzidp4i3vyzdl-dosfstools-4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/5bwy1nvnib3hj7z2nkbk6gaig76dihsb-dtb-mapping.json
oct 07 00:17:26 nixos installer[1402]: /nix/store/bw3445qxbaz44h07r62815skx5j82h09-duktape-2.7.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zrx9kq70y1y325akbcvrcsz4lch5vh6q-e2fsprogs-1.47.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/rg4rnlvagwj0347z83jk8dksvj0090ba-e2fsprogs-1.47.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/232yhw9wx29mnyql729fzalh0lnf9hy1-e2fsprogs-1.47.0-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/pzyxfbsr528s6nh13vclw8nz7y6zahil-e2fsprogs-1.47.0-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/bz4db2ci5dw2wz00413n5nh53dg9i7yv-ebook-tools-0.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/4wrm8pfnn66sws7qnrr0hzsr3wpic81w-ed-1.19
oct 07 00:17:26 nixos installer[1402]: /nix/store/gpcacr0f7z3f8ycykk3aj4ykjx30f4ah-editline-1.17.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/14m8vw26p38hkb4mp54f20cb71cjb4zp-editorconfig-core-c-0.12.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/3kb9lgxnr2b8630gpcxi9rbgkgrhzqfq-eg25-manager-0.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/g9my0b3id8mvgd7gqpv51mx4iazzdp4c-elfutils-0.189
oct 07 00:17:26 nixos installer[1402]: /nix/store/5lrvq9yxraa4kj3cb8v93xb6qpz1gn3h-ell-0.58
oct 07 00:17:26 nixos installer[1402]: /nix/store/hiibp1mqny1wp6jkb3zmk70inrqp0b5d-enchant-2.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/dlbgmcgw3z3jw51qq4hm03chi5gjrriv-ethtool-6.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/yj0qr1s4ga52sdb4y40adgh2hnf4jvrj-exfat-1.4.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0w8b8vr7d47rc3854i9q49aspsr2j3dh-exiv2-0.27.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/a0zmp5ym4hgr3v5p7f5hc66c9qwfkbzb-exiv2-0.27.7-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/33k4vv3rxb31a8z5wr7lks7pcn7ca00b-expand-response-params
oct 07 00:17:26 nixos installer[1402]: /nix/store/mrwq3c03b218g1ib7jf729p64x478c80-expat-2.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zlfc64j2pwklhl19fis62n07nhx02pz4-expat-2.5.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/grrzwfz09y8gil1sxv6dwv3g7xhv5i68-extra-utils-pine64-pinephonepro-extra-utils
oct 07 00:17:26 nixos installer[1402]: /nix/store/5aapnj64fiwzbg7akbv4jr77lkdiysiv-f2fs-tools-1.16.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/3awlqdw4wr797q3srg1dbcb0ah57kxfm-faad2-2.10.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/c86zcazhd47vk69cmks8m92jqcc2g8a6-fc-00-nixos-cache.conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/7iqgj1j2rk5gj7962l58qwj253y6jy7d-fc-10-nixos-rendering.conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/h0jzsmfnlr5ai58q96px7vahzpff4zv8-fc-52-nixos-default-fonts.conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/aikcc0r6g9m8fzrl8423z8cjc00vqy8p-fc-53-nixos-reject-type1.conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/61pi0ia9zldcprnh0f0rg800iaw2gi93-fc-53-no-bitmaps.conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/9x3ybshmbabljpx7r54rmn0c834fpvhd-fc-cache
oct 07 00:17:26 nixos installer[1402]: /nix/store/2d4k4f13g5722bhayxca08ax6nsb3lb8-fdk-aac-2.0.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/xfjkl0z279hm041604wj7z64z45dj9wd-ffado-2.4.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/8rmg7gv090fqy35acjly0al3aysivaaq-ffmpeg-4.4.4-data
oct 07 00:17:26 nixos installer[1402]: /nix/store/ljxb08zmwc8cjbcprl0jiqzcfcswjzzd-ffmpeg-4.4.4-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/i31hgwyr24ymd178d4a7d2i9xgal97vm-ffmpeg-5.1.3-data
oct 07 00:17:26 nixos installer[1402]: /nix/store/5280d64c84sbxfxanz34mr3wy01zw9ar-ffmpeg-5.1.3-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/i4javvfjvadj780ci8n486nbd73c53gf-ffmpeg-headless-5.1.3-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/32hlkk1cxz3m2zjvsc7cd4wwyqkkr9y7-ffmpeg-headless-5.1.3-data
oct 07 00:17:26 nixos installer[1402]: /nix/store/hpaj6gic3z35yhgpwrg4wah7b139gh1q-ffmpeg-headless-5.1.3-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/bz7a29d861y69liwm22wx1v4laq2nbry-fftw-single-3.3.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/5zmn126y9vv79slm4vjn9m1djdf214gz-file-5.45
oct 07 00:17:26 nixos installer[1402]: /nix/store/f5wnly9kb23vn0lp55cac2y5bk0s3xrk-file-5.45
oct 07 00:17:26 nixos installer[1402]: /nix/store/2yd3nr6vhszgaaym27pkjzla20w1qyp3-find-xml-catalogs-hook
oct 07 00:17:26 nixos installer[1402]: /nix/store/4awdw9m07w2xjjqi1an8sdr8lpdj0hpz-findutils-4.9.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kanih3mh02n76jfbj1lajnavvnbv5g6n-findutils-4.9.0-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/kgz0lcwi7rk78jaf6x0ifyq0dzwmlk18-flac-1.4.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/wm0cq80hr1ha0qmyhwpi5x702vv5jm1f-flex-2.6.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/db6hmpzz6x8gbg4kcjw6x6njd5fm2544-flite-2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/j434f2gbrnchx2y0c4fn2h0r217vd8y4-fluidsynth-2.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/gxhnvfx66hjl13v46jzq77csnqywn58a-font-adobe-100dpi-1.0.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/iwrq5cwkq8axjgc4znnppl41p20qvrxz-font-adobe-75dpi-1.0.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/9cfg7x8gc9p97z2600srjj6bd5a4pb4a-font-cursor-misc-1.0.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/2cvwg2si7w0f047qp2fqgi2n0ag29rk1-font-misc-misc-1.1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/z24cadd2r46zksvl98vs1p4yd88g0bb9-font-util-1.4.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0y63d38lrllkk6ndi57ghy03vbb6101x-fontconfig-2.14.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/6p8v63vricv75xr4wxw842j1xlhrpaw6-fontconfig-2.14.2-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/b71qjd8p26npgqm9yhmc8zw12khhj41i-fontconfig-2.14.2-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/nldaw3a104j3fcx5a73bfsrddrbkg7qi-fontconfig-2.14.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/7ah401lwf8c6pb1h3ws8417bf97s3nsa-fontconfig-conf
oct 07 00:17:26 nixos installer[1402]: /nix/store/jn2djy1ccqnc7bi9ypchq20yg2pwavpl-frameworkintegration-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/plyidv8clx68m6xb2ibswn8prhzzrfzx-frameworkintegration-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/0aqc1b78bkd6ldz0vkri6v016pb3yajw-freefont-ttf-20120503
oct 07 00:17:26 nixos installer[1402]: /nix/store/4nrazfw1rlg8a7hcak1m3icqbhf7hmnk-freepats-20060219
oct 07 00:17:26 nixos installer[1402]: /nix/store/8zs3is5jkks3haafmyhanqilq67zwi8g-freetype-2.13.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/4ifw488ggy0z0qvwcn1r75ya434z59vg-freetype-2.13.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/gx9rxw4rl6763n62s8jax8fc14f899r3-fribidi-1.0.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/xj06qqjr437v41s5s96nhw9i1y028wbv-fribidi-1.0.13-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/cnzf9ia4qxkd3q2dq2rlrxb23c9n9m2n-fuse-2.9.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/pv9s2h5lh2qgb4sbxy9b093firm0qh1g-fuse-3.11.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/czinsbkpcmzacy2mqwz0m7xgsmb5n9fc-futuresql-0.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/pjxm2r432g7gl91v90axm6r1919x9hf7-game-music-emu-0.6.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/zwxbfamcya1r716d1fw9nsw97f2gyk2v-gawk-5.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/0bv49wlwaqr2fqrksd8c75w0alba67n6-gawk-5.2.2-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/572jiqwlsks3n8v8nakwbh03c3vvyfxq-gawk-5.2.2-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/y9jsk4facmdscm2bh15p72l07qm4l07m-gcc-12.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/a3wvfwrk6by5zkrpd2i016gxlff2dnd3-gcc-12.3.0-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/xl9b662gf6m3pib22hnxw1pi46fcfipg-gcc-12.3.0-libgcc
oct 07 00:17:26 nixos installer[1402]: /nix/store/h6p0c4m39pbxb1i84jfgshwzzq3wcyhi-gcc-wrapper-12.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/5p3acvkdn3a7kzcwr489nyildqvifnvi-gcr-3.41.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/dc97bfznfsmygh0yx5w4jlmz4gk11j0d-gcr-4.1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/dwxqhpxsspkzj4qbyw8n77cq9rl08ks5-gd-2.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/qajixrhqxi47i9c11cqi7y4pylw3g1bm-gdbm-1.23
oct 07 00:17:26 nixos installer[1402]: /nix/store/8xc7f3q0nhmfzikwg5j2366avrnxbzf1-gdk-pixbuf-2.42.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/i8cdrls31aq2jpvl3vp4xb4mshpwppd1-gdk-pixbuf-2.42.10-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/1zyzfc55bzn8acjf2x9ib1f1b5gqkc2b-gdk-pixbuf-loaders.cache
oct 07 00:17:26 nixos installer[1402]: /nix/store/g5xmza24nl3gqk4cr2qhy3b3zcz7dcwj-geoclue-2.7.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/g7473531bmbwaq2mr558f611jn9cy9p6-getconf-glibc-2.37-8
oct 07 00:17:26 nixos installer[1402]: /nix/store/377f1kpx2rx7yi7jxzjan3hjh0m0szjd-getent-glibc-2.37-8
oct 07 00:17:26 nixos installer[1402]: /nix/store/3n76gr8n2az9a1scg78fhdlic0wcbv3x-gettext-0.21.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/w989alz12c27kh5nhpz10mw3maf3s273-giflib-5.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/r23sasa1h55fhbmhkbi6sh85i4ghm5sv-glib-2.76.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/vm08f19hz91b38n7l01zgr89sdbqj9vb-glib-2.76.4-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/ibsrvkljjzhiiiixsll22ck36i0dnsy0-glib-2.76.4-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/fxmbahbmzg7gzyq8zscgizr71r31qj18-glib-networking-2.76.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/2cwdh964ly8gfrpbmya99pzwdhf8165y-glibc-2.37-8
oct 07 00:17:26 nixos installer[1402]: /nix/store/wp8zwma7h9npj48jspq250fskkhakm1v-glibc-2.37-8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/dsiqnmrwxd1lyxhszzqppnx2rcfq8c9l-glibc-2.37-8-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/i8n31m5mlbsf89xky9g848z6b57rxy5s-glibc-2.37-8-getent
oct 07 00:17:26 nixos installer[1402]: /nix/store/la9j4bk5ij2r3ligch6ps7m9aq0d3h76-glibc-iconv-2.37
oct 07 00:17:26 nixos installer[1402]: /nix/store/jjjs1qz5sqdxs325cxk1gflwaj1h8i2g-glibc-locales-2.37-8
oct 07 00:17:26 nixos installer[1402]: /nix/store/1rsij0rs5768ni7rnyb425rd39jyw3hb-glibmm-2.66.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/z22f0wbq31cq02pcj2v587cb07czyy7f-glu-9.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/6q1qvsn70cjb6pzznzqjawn1kw61y9x0-gmp-6.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/44wsqb010cqplhgqszviyijzjs318adr-gmp-with-cxx-6.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/qdp0mz7ciray7gpkk0snwplzc245yx01-gmp-with-cxx-6.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/dpxy6syffz80n40lbykl8chkchbi8l3v-gmp-with-cxx-6.3.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/7b9h7wmnl3k1xjhhnmch1bxmw5wcbb6w-gnome-themes-extra-3.28
oct 07 00:17:26 nixos installer[1402]: /nix/store/g62hs60zyq40a0yvsr3c00dypxh1hb0c-gnu-config-2023-07-31
oct 07 00:17:26 nixos installer[1402]: /nix/store/zvkc34w59kp2wq7qab26bz4ks0pdplcz-gnugrep-3.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/761g6h91a5056dzirq1j2yl2r3qnr4yk-gnugrep-3.11-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/jlzy21zr0lg73mn6a6vdcynrygjji0q6-gnum4-1.4.19
oct 07 00:17:26 nixos installer[1402]: /nix/store/02gn3k1vxi1nywl82dxswnin5rp85dns-gnumake-4.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/34dqhwqk8kvwgwvwbnly2lxpav6av56y-gnupg-2.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/6w4r0x6kv8mzj4q48lcsxjipl9jxrsww-gnupg-2.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/04ckx6dnn3irppw91c2jpgbralkbwslb-gnuplot-5.4.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/374qyiy32hajk5yni0d9kq7i69iw1r47-gnused-4.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/b53pbg748cng3w4fj5np0k50nxfhf6p0-gnused-4.9-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/9ghwbgqa30aywnkz688461bg32f14y6x-gnutar-1.35
oct 07 00:17:26 nixos installer[1402]: /nix/store/i3r2xz35vf5j9z2bkw8njd6d82qchd95-gnutar-1.35-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/08imrnc0myn4c8281j8as879kpc7ff2v-gnutls-3.8.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/kpyfhlbx2jp7d5pglfwfvbm0kfsnswv1-gobject-introspection-1.76.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/zrw29mzwk08csdcp35x4506xkcqjd0gz-gobject-introspection-wrapped-1.76.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/89y502wbvgafjgmzqpmamsagsrkla2qc-gpgme-1.22.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/wd51ljdjk3lgyg1vy4sg7zr4kp09hg4g-gpgme-1.22.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/8iy70rns94az4wycpii3c6n8b13mwsj7-gpm-unstable-2020-06-17
oct 07 00:17:26 nixos installer[1402]: /nix/store/4lgvnm4qlhz8n9pakz1g98xka5vjiyyx-graphene-1.10.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/kjhypbz5q1zzcaq49pl7f3mlpwfyr7w5-graphite2-1.3.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/h1fp9y0q4dynv75xh357shdminnknbm8-graphite2-1.3.14-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/71mdhbp6p7h5ksvdj8w1b0kxwf8ixb57-groff-1.23.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/gb5i2fvdi03cfjkfmcqw2i9jc026czqd-gsettings-desktop-schemas-44.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4l6j3s7xy03hc7jj0n325a8xxjchqmbn-gsettings-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/2lllk931w4fqwdpvpykl44smz8sbl0jq-gsm-1.0.22
oct 07 00:17:26 nixos installer[1402]: /nix/store/chhy3ks7c0jh4ki0ba07pi1kks7f8agf-gssdp-1.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/9abln4xm6p2vswnw5bar4spda2v1z3v0-gst-plugins-bad-1.22.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/3k66dvkm8hy7wyj3mbjfkzsi8wpih4hn-gst-plugins-base-1.22.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/dnglbrvlxxs8gmwq32f5v9789cg7h0kx-gst-plugins-good-1.22.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/6lsjspi5b73nl4iwlwq65b32hkj64lfr-gstreamer-1.22.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/rfdfnipag8yr51975ir64k1xgaihsknl-gtest-1.12.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/yhwiylzsd458ij8zj6ivxqkxlbqayd5g-gtest-1.12.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/ql4x2qlh87v6la5aa9pfaxpfby1h75k9-gtk+-2.24.33
oct 07 00:17:26 nixos installer[1402]: /nix/store/phjwl80b0dhjn5308y13jqylyfm1kcjm-gtk+3-3.24.38
oct 07 00:17:26 nixos installer[1402]: /nix/store/d5xfi09jmfjdhsprzbjbah15rsrr8m6p-gtk+3-3.24.38-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/jlih8s2h51hbl6ndl0njw7p5lv0dgzaw-gtk4-4.10.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/s7588spr46k07432ymn6pb85sdyj3w8l-gui-assets
oct 07 00:17:26 nixos installer[1402]: /nix/store/chbgxmvj328syaz3scqf013j9azwi8ca-gupnp-1.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/cg9paq98xr6sd7820fpiz14pzv079gqp-gupnp-igd-1.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zy5kr5a2zxcdxy8lbirc4i7192ahjqlv-gyre-fonts-2.005
oct 07 00:17:26 nixos installer[1402]: /nix/store/ac09i1r0fk17vadfjj0sgjcyj5z93jzm-gzip-1.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/5kb7j47k2klqq473wdjyrrsn7iv8kk87-gzip-1.13-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/mpxmqg27ybjj381q1jrrwiyy78r750w8-gzip-1.13-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/lq4dch3q4wd0ml96d4c8nasl0g409r93-hack-font-3.003
oct 07 00:17:26 nixos installer[1402]: /nix/store/byjpc6d2ndijc1kd0i6nq00bcijlp2sb-harfbuzz-7.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7w4x0ffiycqx165jpmkkyra8i7yzxvxw-harfbuzz-7.3.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/xy058g96l5b1b72wihf7lnnqyz0xb4vn-harfbuzz-icu-7.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/llaymcd67qqpn3hnsb16mambp3vqwf92-hicolor-icon-theme-0.17
oct 07 00:17:26 nixos installer[1402]: /nix/store/9jnd7adyxfrs57dwpcpydxi43hmp2d7x-hspell-1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/kidqd59x0xxbmg29s9fjpslrmzarq67v-hunspell-1.7.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/8vfhzx3m5g79p4w0cgga46jh87x8ixvb-hwdata-0.374
oct 07 00:17:26 nixos installer[1402]: /nix/store/ncpbp7g642mana5sbi9azxiqxfdcn2rp-iana-etc-20230316
oct 07 00:17:26 nixos installer[1402]: /nix/store/24w1wi6p67karkrqihnxacy0sd9cyzzl-ibus-1.5.28
oct 07 00:17:26 nixos installer[1402]: /nix/store/llqiy5v70p7hfyv4x7q35bpfzj1pa3jp-iceauth-1.0.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/5rnahrbxjypld720imz661p5kyzwa101-icu4c-73.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/k9d6hkysra58ny8iidv48k0ymlyn2c25-icu4c-73.2-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/4zbxyd2b3g5mqa4zffm1ys4ibhjpb8sq-iio-sensor-proxy-3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/fk96sgxybaljyx9aj3njhmzl5vyqxi5y-ilmbase-2.5.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/64nz8h4gbck68v5pqfj368j6mhpskyxj-imath-3.1.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/l3k11lpcq6hxa1fqr19gwhiw6d3xnrnh-inih-56
oct 07 00:17:26 nixos installer[1402]: /nix/store/y0k03aajb3h33sy84qi3vjnl63csaw0y-install-shell-files
oct 07 00:17:26 nixos installer[1402]: /nix/store/ihdwxh07pm5gaip8mm75rymax3r9dwk2-iodine-unstable-2019-09-27
oct 07 00:17:26 nixos installer[1402]: /nix/store/wnp7nzb3ahbn3vm8b59l5knvqbwaa3xz-iproute2-6.4.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/92vmf1x45cybdb4h0m9hzvln97dpcgfw-iptables-1.8.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/vq1fxkdvyj9iak41k0cs6jlpw810vi3m-iptables-1.8.9-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/qmpn09dj0k8f8sn09n33dm3zw8vbgabk-iputils-20221126
oct 07 00:17:26 nixos installer[1402]: /nix/store/hadbm36fhgw87hdw3cfbk0q26b2wb59j-isl-0.20
oct 07 00:17:26 nixos installer[1402]: /nix/store/1751i4kpfv688bfxdb998iw0hvmhhvxn-iso-codes-4.15.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ncf1dgmp7kf6ilj20rm3nx5dmqrzzvs6-jansson-2.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/vbxhr49ly2h6m6d726b8m33hxyjpqq7l-jasper-2.0.32
oct 07 00:17:26 nixos installer[1402]: /nix/store/18p8bq00kany7kk87y3zvcj02jinv3nc-jemalloc-5.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/52a4sbvwfpg2ln9b6k0byaivx1gn9rzl-jq-1.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/35ram5z709knwyngyj5na3mcgmmwlrqm-jq-1.7-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/n9c0gch6svx0yqynz4ik5g53139j2x10-jq-1.7-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/98mr86fzqvy2jd6fxdpx7xn7mkp9nh46-jq-1.7-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/wnfdfwsl3dgs8xrrlfww8kvf7wi9qsql-jq-1.7-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/sia3zk7h0c2kw0xf8qf5knmk4y4z1krb-json-c-0.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/xzhyj8r30g26l00h0l91gn5nzg6paj87-json-glib-1.6.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/jb10p387mqjvppi9zsz3d6vpi50x1yx0-kaccounts-integration-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/bf9rql4r0rm748qvl87z0i8wydp3q77m-kactivities-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/cafy0rxnxa6yl9pai9s39c6p88zicyf3-kactivities-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/qyfpkcqb4ycgnx2p0jsmfmhgs085fjf7-kactivities-stats-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/2i1nz8kgvhmbbs731mwb5cc7n4k0fhy9-kactivitymanagerd-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/f21k98i0mjwb3fxgsxmmrjwg53kq50dc-kalk-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/0gsxc8w5avqcq8d6wjsvrfnzd2f64pmw-karchive-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/80vrsrjwv0l2dn8v7f7x4fbbpvcj9qh7-kasts-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/iwc160jlf1l5k38nnd77436sfh8n6rpk-kauth-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kzxl9lnzhl41q52h6mhicslvqqhyvcj1-kbd-2.6.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/pvjjxfs5d5b9ml1z6c7f7jyfqa9xpx8i-kbookmarks-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/si204m7z7nvna7yscwjhxhwl3lv8pjfc-kcalendarcore-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/1q9swdqa2kg0q592rlgkqn6km3ikr5hp-kclock-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/7y4scqrm81d5g4vmyr5h8v4fiy2frl2s-kcmutils-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/w0i6kymkfinbv0mxr79vn6p0cs4k7f3k-kcmutils-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/fa3m1h4kbcg3kmhvqr5j471af2yqfi9n-kcodecs-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0j7xc9abpgnjls3ibky298qyzn9h3d8n-kcompletion-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/niv0dfbd13gy4ad03p5r720v3s5va3q1-kconfig-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ili1nrmrb7nqkdjkwvb3qml8n0r0bf14-kconfig-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7wdz0343pk9f62ndnr1rfn48si44mwi9-kconfigwidgets-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/g98j7yd7gsllc0k25l23zynaz99bc9i1-kcontacts-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/b3rwcvlq92wwpbm4zwl0546m1bpxplwp-kcoreaddons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/isagaflik7fhspxf4f82331b2757r2gn-kcoreaddons-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/gpm9mgv3jvgza4vp226m7xpxid63j5mh-kcrash-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/yp9rylb46k3rf7lrn8a7rlflsfh4bd1r-kdbusaddons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/2xi4gf4y8hkz30qaa0fbagrsbqjg05s9-kdbusaddons-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/vd3dxn7pm5h5kfhlh5xfcxzr0x0fycqv-kde-cli-tools-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/d19lygfhcbpknrzzq3sd1lwv1l3ysj4w-kde-gtk-config-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/kzh8zq2c46zavqgsjrx3ry2ka2b39lw7-kdeclarative-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/glsjpl0cja2lx7j8l8gpm5wq08ldysrd-kdeclarative-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/m2yzqqhwsz6nfpdax8nnmd5sa57spzy8-kdecoration-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/m01dhgvp5zyj1s9z8vla8d57bpah79vk-kded-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/g5f6y809pnvd432kmb5sskj7fw937z3a-kdelibs4support-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/j5g05ba1gp2an09bnn82hzxr64kglw59-kdeplasma-addons-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/gfhyjzva5r1w64zj988pczs11jbq2s9g-kdesignerplugin-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/xzypnwq5mzjyfdn1bxxz2mh7wr9x006z-kdesu-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/hykllxjdnh8cn6d8rw6kdp4qzglagrrz-kdnssd-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/lxxnldqjbqlbgq9yif1il2dkcybzpxp1-kdoctools-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0ki4w044bliwmrf020dy40vs2hbxkdm5-kemoticons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/02yw5pddf54lc8v7i8b5s7inaljx7sac-kemoticons-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/zvzmrxygikva1qzqdjy92n8zxjqidrym-kexec-tools-2.0.26
oct 07 00:17:26 nixos installer[1402]: /nix/store/xl3frnfan5gyyygd9inf8h2kawcis2gq-keysmith-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/5ap1xhcy5kngl5bi4q3d825x6y3x6gp0-keyutils-1.6.3-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/8rnpcambzfy5lmizj128w7yakmjyiri6-kfilemetadata-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/af0khfd69yhpl2av6y8x3dlrhmzw83f4-kfilemetadata-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/wnb6vhyycaabnyg0b5diy4nx2jxjnw01-kgamma5-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/qnwyqrc09f0bs4r8fhs76k5jlydaxx0h-kglobalaccel-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ddvyml3rh9zmpgfvrxyvrv4h0b6y524b-kguiaddons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7qg28irp1w5zl5594qp2s40gkxcbryay-kholidays-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/y481574bjgmwk81bqs8qhsz7rk78yjzg-khotkeys-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/fybdza0bvrvp85hiw17smvy5g22xzsd7-khotkeys-5.27.8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/cwn66j75w6rk3h44jf2fwh05aq3jylry-ki18n-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ih8y432pwg2kk712fs7r9v76zxh4a0yf-ki18n-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/pmwdbr84hy01k0p5dfnhhd6gvwjxkr6s-kiconthemes-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/02fwvjkvi89fwkfs0wg70h91c3if8zbh-kiconthemes-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/4cgqafn3ngd3f27rs0rxj6siinbpbc02-kidletime-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/pdh8q7k7ssdc3v30q7w5dvkbdwvwzma6-kidletime-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/3d5np0l0kyc9sv4ihzsvq4pn6h9z0czj-kimageformats-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/42wy81jpzc7bx09ff1fhrkk666xlhza0-kinit-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4qq3wj36bgvsap1ki1mwqn100rr3kx2p-kio-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/x2mjsn37q3dd7d91yrcx5i6hx5kdpdlh-kirigami-addons-0.11.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0k4m879hdmjf2h9p7plzh8g9ryjp5sai-kirigami2-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/06j0snkwi4ylfdb1add3i71ay7225hs0-kitemmodels-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/xp2l0pz06i3wha30ldfy04nvwj970vwh-kitemviews-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/vy9sbpqxrssy5bcaf31s2sd89rzr64f6-kjobwidgets-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zk3wb259y2lhgzfij80slswgbh1fpxfz-kjobwidgets-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/33px74mbjcwp8iwhvjsb5imfxlmjznq5-kjs-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ijadbc5ikbs4jb5j0z1l6qlbmgjckjqv-kjsembed-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/w5p526vdmphgvmmz85gm7zgzhz4hrgj9-kmod-30
oct 07 00:17:26 nixos installer[1402]: /nix/store/ps6f5fy50gp55qy7zzp8c6xa5dx3jqxp-kmod-30-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/7iwbkw0fzq2i517920664i5dz3cvsa6s-kmod-blacklist-28-1ubuntu4
oct 07 00:17:26 nixos installer[1402]: /nix/store/y1d4iyc3a88jh7i1ca9ddm029hrk2znh-kmod-debian-aliases.conf-22-1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/gna52yqp60iddhkpg4cdjldgsqyrvpi0-knewstuff-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ffs5xzd96yy5rlc5zmknmdljng0k73dn-knewstuff-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/3z5qbqqpgy9wvf9zpfqrri53dx9hwwr7-knotifications-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7jkhx55l1479w6q9q9g14hdhl0bjai53-knotifications-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/khymwznvy44v5mqwkfbkp3nylwz9mrl8-knotifyconfig-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/q2bad3nwvpp9xcw8mwl286qwp5dhlxdp-koko-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ljnandmz6i1ankhhcqdvizs4r2bbdiz4-konsole-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/37pyyjwhwxyz8hc7fsg6z8xlpmm08wh3-kpackage-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ykg806sdbl3jqgj7nnbbvp6qjr6i4xz1-kpackage-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/f1a2s5vb7cp0fdmjr76xwwrphi0c9czc-kparts-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/w32k5c8jbl7xgm6x3j3iarivncyzalhb-kparts-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/f91i3swhi1wi55x97gyajiyrmyvkbijd-kpeople-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/psrzsm1348l00nijfhwl7fwzy9yvz4hc-kpeople-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/59i8cjf97cbjxmy0sk43bmyjwy1ch0xl-kpeoplevcard-0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/70npxhp0lmy9n7fsklrffh7wkvdh56pm-kpipewire-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/n29clk6z6g50rlny179vbdi17hhihgkw-kplotting-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/rvwmgf551wf9z7a1yqczmqxdv7vs5xvl-kpty-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/04mpmqvm4swnpk3xxlxl219gcshwd4p7-kpublictransport-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ddrm40ifra822lcfqi4vp9fs1wm8s01c-kquickcharts-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/vkz7yp4khg9cigihb2avyw0k511c77h6-kquickimageeditor-0.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/rx0p89y3p62ibn77avnhznayq5y362ps-krecorder-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/bsp9dgcp051gax5dfg7bpc786c6fdlan-krunner-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/30q2n8bpdq37sm9c2kbapmdyf7vpcz4a-krunner-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/zf9r6q5ir1zcyi8clxzwy11hypjyvig1-kscreen-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/08cwzmrgn5wzpfbyv2agr34kg8x4r9yl-kscreenlocker-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/bnlhrn9vyrv45a2lic8k5vzvfkafd5rf-kservice-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/im1q9844b9kiqiqrbf87l91r5fm94bzb-kservice-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/87wfq0wmzs3jkdi3r0blflljdb4wdimk-ksshaskpass-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/1fvc6n6l1hpnj3pcpb6rgpl3md7la2vr-ktexteditor-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/mb5hwzzxnyr4h7myqjb4jaiv6ij7hv6j-ktexteditor-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/l7cnlbsj4hf3bq33vsh32kbpjbx1ph9i-ktextwidgets-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/59w57204l8dkir2fwsic5n59ns4hgpb5-ktextwidgets-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/1zrjg2jxnn2jm0n1v1jk56fahfxclhcw-ktrip-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/p44kbrmijkda0pxawpq78p2fw4ql9val-kunitconversion-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/8skdg2vy5lnxmf0fx23490hj0sa2q2sm-kuserfeedback-1.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/a8k8vqyhaxl9hms7ls7q1c8746azqa7c-kwallet-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/9nmmqs6klj44vmhjj56511xpdiiljs3b-kwallet-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/q84k9wxbwfh5n8mc774f2j3frykprf08-kwallet-pam-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/h03n1mw86yw044qzl66aj2m93m4psq4i-kwalletmanager-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/lc2kbzx7ygxijgqxmi4wmjbain1i7z29-kwayland-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/w31i4avrks40ivvcnaqmn3szl7x4mbms-kwayland-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/vm73p8s4h5qnznjz1nqv6111vbxa12ha-kwayland-integration-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/4kzjipf5zbggmgn5qpcxyrryi6ijd100-kweather-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/61hmyd45yvjn0hc72ndw72fhgszm86ba-kweathercore-0.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/grxq2iz0f0dbr6x61ra2dbd6v30qac2j-kwidgetsaddons-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/nx5krm1b24f5yk5xa8jlzj1ww2g50rrb-kwin-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/2g75fs1krlw7i55p6jr999xgbz19q37x-kwindowsystem-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/9s7d03x6ydnps9zf261lhazygg56gmj1-kwrited-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/g6yipb5ji3whrzlbdii30cjil087i04p-kxmlgui-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kgzjbd2nqdq38r3xlzxp92f9j2prn8ai-kxmlgui-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7znqib7xh3xs37z9gwd5bi4awxvn4h3f-kxmlrpcclient-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4hl4q4fzsmcagx45xlfx7rqw53rdv190-lame-3.100-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/wkxzddbqb7qjc277hb1bk9b82vbmwm6m-layer-shell-qt-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/7gby6ybgi8c49x5ajzrccpfddqwj3b5y-lazy-options.json
oct 07 00:17:26 nixos installer[1402]: /nix/store/ixa4xs14h8ljgpgkb4xp8yc9if59i02z-lcms2-2.15
oct 07 00:17:26 nixos installer[1402]: /nix/store/kmccnbi9q35dnrmd6aby56xkhnrgwn80-ldacBT-2.0.2.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/4hgd59lfpiiz6lkhl4nmslq9nyccv0d6-ldb-2.7.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/7ah8fafzfz0k6bqx5m8p52wcdw8y2p86-ldns-1.8.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/p2x4mims08fi1954wfhm2dg7fajxdb2s-less-643
oct 07 00:17:26 nixos installer[1402]: /nix/store/gg4h5j8aanyvb4w8ans2r0i6c70257j9-less-643-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/kfyzzjhdrvldkwz4fgfm4a3w8vyrnhgh-lesspipe-2.08
oct 07 00:17:26 nixos installer[1402]: /nix/store/v0ihy84s0r1g1h77lz476yqq3bmz8mpw-libGL-1.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/p59v9amaqa9j2lp37kr16xqljkzpk6pp-libGL-1.6.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/7brfsckyvf00k5malhzzbfikcw69jsmm-libICE-1.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/7vrvq8f97f1i249cycf242xzsgbmy7wx-libICE-1.1.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/7q7r0ahr0j2wymp0r27nmfpg2p4cbb5b-libSM-1.2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/97sps9y3pz86ga1d5g1yb61psr9p6rn2-libSM-1.2.4-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/682bmixj4lsfirihqpk5j2xz6wz3gpkf-libX11-1.8.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/f1dxcc39wv1ijl0j06ccxpxfcas5xdjg-libX11-1.8.6-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/mksy8sx7ahszf4qa42lx5hynrlb4zdaj-libXScrnSaver-1.2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/qhynmqc19rl9v2ivf4wrsxzj3ch7lp3i-libXau-1.0.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/6c4crdd0xx48s0bhq9dn2m3mybqghyya-libXau-1.0.11-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/lj5s1lym1h1ymlp38zzn8qn66r02hlvm-libXaw-1.0.15
oct 07 00:17:26 nixos installer[1402]: /nix/store/c50ir356f728hx31rncpqss24wc6xfvs-libXcomposite-0.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/fwi0cg6vl9r6bnv4ilqp0p8p4wl6x6wz-libXcomposite-0.4.6-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/wnbrznrh91r0pd4pl9r9ml9jf86lazqp-libXcursor-1.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/q5v7rf2rr9raz7rih1z1i3svybjivlbq-libXcursor-1.2.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/di7kkbzhxqi0dvc2mci5fip89npg7b6b-libXdamage-1.1.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/9mclx7b0hw62vrxsr7m82wfq64n00vv0-libXdamage-1.1.6-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/nknwif8p979hvvwwnas86vh4091mss08-libXdmcp-1.1.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/gd6k38r8x10d17kli0kj2nsf1w0bh6fi-libXext-1.3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/s7lk3h8kq0cic0c8dy2wa8bfp5yzmkx2-libXext-1.3.5-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/dx8yqcixqqbs41c01q4b6029i176105q-libXfixes-6.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/lhr2mk6d9d39nlldrmy03qmp0dzshm75-libXfixes-6.0.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/9hsgiasz8pfsjjagiqf9ard33z5zyan6-libXfont2-2.0.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/f91ry3xm9s4z0h9bv0xjvmndp9x932n1-libXft-2.3.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/sfc8acsj4ayf9vz77l2m59m5yv8ac4hl-libXft-2.3.8-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/mpy2visc6ij6bk9kdfp05y8rf3kl4ci4-libXi-1.8.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ywqyjkajzz7pqrmmx3cayl5rlb9l9zb7-libXi-1.8.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/j62zk68ky617bshiy58r9ibk99x58d3n-libXinerama-1.1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/3yzpghsqqxq0pk9vrbz5qbnjgcmmcj5z-libXinerama-1.1.5-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/6mh7qmmmaqagpq99ipphv8hkibjsjpyk-libXmu-1.1.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/xr702msk2fd647r6jk92zr02pwf2ra50-libXpm-3.5.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/j8ynql7jxiq32hspzxnq22lijaw2yi81-libXrandr-1.5.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/gl3l7c6f2sxwsnk5p6jfs72q13yfdddy-libXrandr-1.5.3-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/f9py28ghlg3fh5cgl5hiwn5nfaj2jyfb-libXrender-0.9.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/1462zl071g48p373x7r6g1nfs1ny2ncx-libXrender-0.9.11-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/a8vsj3khmdzs5vxr6ps8l1jmbg3n79wm-libXt-1.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4sr2vp67n0fqh02zwvmbx9wwjqgk5ycp-libXtst-1.2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/bv4hdg6xn7ll1iprwa6shhgwj6vb5kbk-libXv-1.0.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/wh60b3sd2kxpzirqkk93fgzvyfbfsjiv-libXxf86vm-1.1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/w5mjwihq08qrkyfccsfvkzkljp482niq-libaccounts-glib-1.24
oct 07 00:17:26 nixos installer[1402]: /nix/store/jv9q1himmc12riw5yikliaww8ym29qsv-libaccounts-glib-1.24-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/ad8faaqwynk28yjs5zg2kp7qn87myzf0-libaio-0.3.113
oct 07 00:17:26 nixos installer[1402]: /nix/store/1803s96qyrv0dc2v5bz1ffspc2hi3xja-libao-1.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/12bkcgjhn8vfd9halpqpklnvx0nvy4px-libaom-3.6.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/y5c0vwvbmvwg964izb6f66k2f85ha3pk-libapparmor-3.1.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/f7sj04qg2xq8n3gkm776sw8hig0q0l39-libarchive-3.6.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/v38si8xyfw05ixaaqh07h0h03zd08vc1-libarchive-3.6.2-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/r4vw7ra4v257b7lprp5rn8hgh92pnixz-libarchive-3.6.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/x9l4l44g4hh6mrywjci7k34vslr8biba-libargon2-20190702
oct 07 00:17:26 nixos installer[1402]: /nix/store/jrsachny9h9mkan5bg2cyn0qri7pknpw-libass-0.17.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/q09irkac96qhhqflm7s15birfs7r8055-libassuan-2.5.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/0rhajiffssi5l2b50bxhw5h4qx3v1ivd-libasyncns-0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/7mc0bj4nld48h23bkm8z8fr3fb9abs33-libatasmart-0.19
oct 07 00:17:26 nixos installer[1402]: /nix/store/sr3s8ix33swxn45mnzmq8kdjjz812qd8-libavc1394-0.5.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/n3c0nd58aivw2bnaxqhmnlgwanm10672-libavif-1.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/7pyfvnyw2cf8fi1a7cg5lsn5af26pk96-libblockdev-3.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/b85gkg7h8xfv49ypsr12rh9r89l085cn-libbluray-1.3.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/885rhc6b4847y8vlkqq1kh84irqkdr8q-libbpf-1.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/kq9plg6r2qql2p4arr69801rf44978rm-libbs2b-3.1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/744684pb56yzjyk4ik6w1rl4r0hjy24g-libbsd-unstable-2023-04-29
oct 07 00:17:26 nixos installer[1402]: /nix/store/c0mfazr7a72yplaj93540m0b3yr6p98m-libbytesize-2.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/7z5shvcdiq2cmryy0rjdrldv1l0znmi5-libcaca-0.99.beta20
oct 07 00:17:26 nixos installer[1402]: /nix/store/kv7a00hdb1i785l5k10bg2rdw91anza5-libcamera-0.0.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/bn4627y1frz3qff5wc4k9qzwbr9fnn78-libcamera-0.0.5-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/0d5nsb29b112gv3sbjhw3x7132cvkxrh-libcanberra-0.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/mpfyzldf9b5z0az19i304lpbch78j2x5-libcanberra-0.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/r7y1mwlgl1hz5ds8x381n015hv4rpcgp-libcap-2.69
oct 07 00:17:26 nixos installer[1402]: /nix/store/6lzh3ca7z7a4nvl2ngzr5p5n6c098j49-libcap-2.69-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/c22jglwibmh6415fby8f485ldqn95zlh-libcap-2.69-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/hgkd8hrs8xngr1i9f7w4xvdccf4j82yq-libcap-2.69-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/p11y6pj043bpk2mvyrzgia79ylcaq65l-libcap-ng-0.8.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/zfd1xvwkdn3szswxw1wlpwws7dwrawyj-libcbor-unstable-2023-01-29
oct 07 00:17:26 nixos installer[1402]: /nix/store/2kn6gsr3n0pifqb4n0khyz2x0qk90nw7-libcddb-1.3.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/pd2r21qwsm9x3gkny28j8z1sbagmv5y3-libcerf-2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/9c6dmh0g1lipicsh5bmd8l4yv37sgjr8-libchewing-unstable-2020-06-27
oct 07 00:17:26 nixos installer[1402]: /nix/store/5sb1zcrg76fsz1xbhgcg08rwwj60fqyz-libconfig-1.7.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/8rhdsj02lspgcg4p83yrspd5r5bvcdrv-libconfuse-3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/nz8nnilbv5mav3lbd111kmqsk3ppl1dh-libdaemon-0.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/zbw9mk9yjyy2q063ldqfnv6szdpc2vk6-libdatrie-2019-12-20-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/xri8hgim52yb9wnmimix2acsbk53c9c9-libdbusmenu-qt-0.9.3+16
oct 07 00:17:26 nixos installer[1402]: /nix/store/hlrfafv5mxwqhx676lj7m1gbn7js0ddv-libdc1394-2.2.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/iws6fmy3zrlckq302331hyh7rk61vfv3-libde265-1.0.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/cih11nqjfdqqbfcpfp7w1lifw5i2lbqk-libdecor-0.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/hxjwn4bz3jli3fqds9756nifsawjc2rm-libdeflate-1.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/x0zgiq3ca5wlliy6dawj9ky9jk5hvffr-libdmtx-0.7.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/swngndqh89n1q0p55i6xp11vb8r4f09d-libdovi-3.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/5dqhk4q5h8xsvbjapyg7vhy8hifzfvc5-libdrm-2.4.115
oct 07 00:17:26 nixos installer[1402]: /nix/store/bwa6gbj6zrvbxi9z3vbacp38cx0l11xs-libdrm-2.4.115-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/9rbk3m8xqv45i73l9kgfvlh7c7gix1l4-libdrm-2.4.115-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/b8sj2vv8xg6c2hyxqagilvxsa2218ipw-libdv-1.0.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/l4ifcj2vgkckb3azjy6wvgd2a5r5wr5l-libdvbpsi-1.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/llf8y9l7637mpg6zj1y76x7lbm63avf7-libdvdcss-1.4.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/g33dfq16v3fv5gj45wc2wc6k6hdqpj5z-libdvdnav-6.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/2nw6jjvz0clhnkwmk4zbngngx3w306v2-libdvdread-6.1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/k2fnhbzqxby19xrbldd0s6alc7q6qvyg-libebml-1.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/3zk2la06ssipbdw7xzfhhi828pqx9rcx-libedit-20221030-3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/mfc3a0b6kfk3cy2ihdbnz9f2647kj5xv-libelf-0.8.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/k20gmixqn62fwqz5gzi7dcc2sx7mvlzn-libepoxy-1.5.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/n6wsbvwad2d61k12wb1py3z8nwj7xd1x-libepoxy-1.5.10-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/02wznlm2dih052i5z8b4ly16s0bn203i-liberation-fonts-2.1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/plxyxppskmnwshgxi4xj22a3dv7g5w5i-libevdev-1.13.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/rchwjcxv32npcqmwl3ns3yvvzfblg9sv-libevent-2.1.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/n41y250yh1ps6icfq8v0qkrnbhq5l6p4-libffi-3.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/ys2zr5z8x852paf1j2bnyf4ms5f01f4v-libffi-3.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/vv1c8j44yxviqrkpkwq59dl5w2na9i0p-libffi-3.4.4-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/r8r48fn3xc8h0zkksfzanb7fijgm7ywn-libfido2-1.13.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/brv1i44gvvjbgs9hf4hh8kjglg5092pf-libfontenc-1.1.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/h9ra64cqbb07kknmhlzbzgnhzvlvr7hq-libfreeaptx-0.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/x0jj1w22bpxwgszq8v2cpzzj4d3amqvw-libftdi-1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/2hwxw5a5ylya0f4qj0qhxc45z4013b28-libgcrypt-1.10.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/la0g3h88ky0dgrnsl8kxm3zd1ldfr9kg-libglvnd-1.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/x3fb7vs77wdfcv0p3fd2kyq51lh0wcq5-libglvnd-1.6.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/mnl5x6p6zsa5hgvzbwsw0vd2d3kkmc0n-libgpg-error-1.47
oct 07 00:17:26 nixos installer[1402]: /nix/store/f3a7gvs4913p3jz54fki4xdipy390kpi-libgpiod-1.6.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/y0na0mwz9zjqdny8wwcyhicm3xlwbmq1-libgudev-238
oct 07 00:17:26 nixos installer[1402]: /nix/store/bqhb8k50fsylmzv97rxjh2gzbv9nm1sm-libheif-1.15.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/aknwg3f57bz98yxxwyyj71b5d822954c-libical-3.0.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/f0q6k9cb7acxjypgrxvvcfz8l3xzsynb-libidn-1.41
oct 07 00:17:26 nixos installer[1402]: /nix/store/r3jfxh6x09p7qqy522s1rlj9k57n3x4q-libidn2-2.3.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/dkivldb50g1hfgm6vb7wppa7ahflwnin-libiec61883-1.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/w59px33l6myyrawnf3ra7lhzqglwimj8-libimobiledevice-1.3.0+date=2023-04-30
oct 07 00:17:26 nixos installer[1402]: /nix/store/jr3svmzmzj8awyp7lylgw3lq4ng7ivxk-libimobiledevice-glue-1.0.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/dakw4x601395prdw4dr013qg50w61m81-libjack2-1.9.22
oct 07 00:17:26 nixos installer[1402]: /nix/store/6qhg2szqhzbhk30si3zdfrbwqjagsy5d-libjpeg-turbo-2.1.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/7kyivjbldkbwb3f72671xllvqhm7hv03-libjpeg-turbo-2.1.5.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/4f90vlarfih2wzl538706pvshbqlmf1m-libjpeg-turbo-2.1.5.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/90prhimx3ibxxrpd8af4527gmr1xzjqq-libjxl-0.8.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/h4k0f0ifnlxllc0lnchgw28k9a3il7fi-libjxl-0.8.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/byvcy1qr1kmz0rm0x8074cq990vcrfmc-libkate-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/w8hjx9gjx0ajmhr7irvabmy5m2nxprn1-libkexiv2-23.08.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ws61s5fbrq9yh1pw9l2l0mxmmknap66w-libkrb5-1.20.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/mh5gkvgr7lzphsa91bqwpmlnk2ar76yf-libksba-1.6.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/6xgca393ybkb4klh3dni277xil4hafw7-libkscreen-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/4xkxj99q0ngqw97ipd6k8zmh959i9raj-libksysguard-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/nvv32g170cjw3x4139pzy4w71ay3vsia-libksysguard-5.27.8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/iz4l107ddwajldq29h9v7ai1mr2gf6m7-liblc3-1.0.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/vsfalcyc55jy0nh45m09s3dahmns0q20-libmad-0.15.1b
oct 07 00:17:26 nixos installer[1402]: /nix/store/apg8vvbslnzik2vz7z6x90ib2x6axmcd-libmanette-0.2.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/r378lvb1mhp52p0vxq3ykw319g8sx6wb-libmatroska-1.7.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/vk0382f3sgs99gdj8ahjn19624ml0bdx-libmbim-1.28.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/bglsxica0k1izsn8czm5i8ycd8dbn3pz-libmd-1.1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/r6vw2zzv0i3pn6vigmwamczj75famdzs-libmicrodns-0.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zgz8rbf7cd76420bi70s7q5vxh81ggaf-libmicrohttpd-0.9.71
oct 07 00:17:26 nixos installer[1402]: /nix/store/94kcapsdhzysr9fya1fylcllmpgs4838-libmng-2.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/53hj6mq5n7im8zcj8mpy74spzq0096d7-libmnl-1.0.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/zbfk3rnbvv4n98r39vqix9ns14vxhdr9-libmodplug-0.8.9.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/dx30jmpqd1gjy1xg7fmhc98vs9f748m2-libmpc-1.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/dx68p9d7kws98kg9qmqkg1ig6138vjhb-libmpeg2-0.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/rgyai4pnbqg0fvhmgdpccqkzkas1f3gm-libmpg123-1.31.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/flm5835rp1j8s5fjid5m2fflhfnaaisk-libmtp-1.1.21
oct 07 00:17:26 nixos installer[1402]: /nix/store/4i7jyghx5szhrymzcd0018hmckl0b8fv-libmysofa-1.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ni2p280nazsp18gf4y5vyk2ll0j8cq27-libndctl-71.1-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/pwxa8sg01w4b17y110k74qk8k98w8hfx-libndp-1.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/6bz8h2paw69rd095skjlb0xz4qn1zap2-libnetfilter_conntrack-1.0.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/6xahncq071vc7cikcj2ckgyhmxiq1mh9-libnfnetlink-1.0.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/lr4hfc76irb4x0wzgx4r96ghqj02vzrx-libnftnl-1.2.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/wkhnrm8kn0yakrxq8k8589jywrd968fb-libnice-0.1.21
oct 07 00:17:26 nixos installer[1402]: /nix/store/5p6f5h4q9nxayw3s3mba7idbd5mfa3rz-libnl-3.7.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4v731mvynrqp2mrqb0n9jxd6zarri3fg-libnma-1.10.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/5k4207q6chr8v6q1ipn715v03gx41wwq-libnma-1.10.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/5dggcf9cc57fw6k1hjkkdjrdhirn17pc-libnotify-0.8.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/nv7d8w0rsf19mqarcb87diyzbifr68v7-libnvme-1.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/dxdwrrjpj38maj1rhf2zqzbyiiigj1d5-libogg-1.3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/y85vr85icvgbpm1733axpsvzm8kyh7c7-libopenmpt-0.7.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/vfw4a9rk9wyd65i39bpqm4ga17l2x078-libopus-1.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/rn78jlnhi3ha17iahh91a51zjksag2v4-libossp-uuid-1.6.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/qf8i5d10bsy4bls0ff8kf7xi0sa5bi3d-libpaper-1.1.28
oct 07 00:17:26 nixos installer[1402]: /nix/store/8gnrxj8bnjysq3py26gakv5ny3igi12d-libpcap-1.10.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/2nvpg5833ssxxlsba3vvp232a2drr27g-libpciaccess-0.17
oct 07 00:17:26 nixos installer[1402]: /nix/store/jmmqxgm6ghzc6rkvp8y6ln6li9rd4gln-libpinyin-2.8.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/28njyyr71ky785190zsi241ss1wpgipl-libpipeline-1.5.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/51zc1j4v27i4iimr6g7p639j6xjid2k2-libplacebo-5.264.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/r140xk6lnh0dd4czxpkp4saf0m2n9jcs-libplist-2.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/c844jph9pifs77rfjq90h0h3lw69yiiw-libpng-apng-1.6.40
oct 07 00:17:26 nixos installer[1402]: /nix/store/xjgac0fd07sp94zcmqlii79xd9bnli74-libpng-apng-1.6.40-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/8iw926dy93zzl822gs9lw00qb3dn68n5-libproxy-0.4.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/48y4kk7vycr1d6rp66lnbg476mk4p2fc-libpsl-0.21.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/4812izn56jlxczv9bs5iqvivj9nbziw5-libpulseaudio-16.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/87hc0zc0ii573kh75azqyp76k7vdiqjw-libqaccessibilityclient-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/h75ym8424dd59zjxdk9f68vns19mkxjy-libqalculate-4.8.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/c59wwkxyhkl7dm9x7nc4lsnjj3c3dhif-libqmi-1.32.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/z422qj6glnk1c8fdjckrvgabjydwx22q-libqofono-0.103
oct 07 00:17:26 nixos installer[1402]: /nix/store/2ba0aqsdf20p9nxcp72bp3si2pcwiimq-libqrtr-glib-1.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/8pj5swwr12iqxq5wxfw9f5a9x1qzpg3a-libraw-0.21.1-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/pa1cr56gmsaqxir6v508y7zh2i30zd1f-libraw1394-2.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/vqnwhdgn8vqykm21vwf0djlm93a54793-libressl-3.7.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/sq0wsd8rcm8f35r2sagjqapp16l1bnyk-libressl-3.7.3-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/i1fjbpk8b1j808yw4y6zqk21nnhm3ski-libressl-3.7.3-nc
oct 07 00:17:26 nixos installer[1402]: /nix/store/hb7q1inwn39q699na4yzsr0fnx9l1y3a-librsvg-2.56.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/a26h4v87ai57j36kv1fdmlls89aa43rw-libsamplerate-0.1.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/nhn2l8hpn0kicwf3b2rzx52jniz776yk-libseccomp-2.5.4-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/6xpji6pv3srv5qysalr2q31x5mc04hjm-libsecret-0.20.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/j3012idnh8wlzdyags26jhs0cpy1ks82-libselinux-3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/4c79cnm15viri5n84r2prd2ksbf8syr8-libshout-2.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/ppnzh092a5wcz3bpb460jd8jlcc96gkl-libsigc++-2.10.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/4g1gb8q1v7g4h9791x59p46s07gg0yd2-libsndfile-1.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/w5mizz8ans4lq81j4bw18rrc9kf8hbqr-libsodium-1.0.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/hiphg3qr8s2wrbbysz2dnd8f6cr9hnmh-libsoup-2.74.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/pmcrcj9ch4igdzm3wj0a979k600sncwy-libsoup-3.4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/j0m23vjkbpxpwzxs4p5ys1zcka1w289c-libsrtp-2.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/mx32y1v3jq9z2lgni81sg7dmspw59la1-libssh-0.10.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/iq33bkw8v39b4lwih7z2i8y2hcy67j0s-libssh2-1.11.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/580kidlbbcwdxdzz4b8zqpd4299hpylz-libtasn1-4.19.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kmrqvf20lnx0n5p4rhlid2ddvfv0brf4-libthai-0.1.29
oct 07 00:17:26 nixos installer[1402]: /nix/store/ja5shgq6y5wndmy5sgvvc5a0l5fq9nmx-libtheora-1.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/w7i78iaimym1468kdy3hvmk1bczk8q3f-libtiff-4.5.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/3jc4872rib2q9jivwxbi96aljqr8xpps-libtiff-4.5.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/iwpy8gh57r56nnjahhg00jzmj3k31rvg-libtiff-4.5.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/qwk9rvna9hlydw09hl2nzrdy68y187xx-libtiger-0.3.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/ma5fialjzpssavzkmsa2fqcdb0g69wqh-libtirpc-1.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/iy036b0f5f69ngb593gfcx4ip776i4vl-libtool-2.4.7-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/2l6pa4ms91pw3s3fln31vi7vmyb6vas6-libunistring-1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/xfb8vgs2v43zayfy5s5jx1q7xryjphj4-libunwind-1.6.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/gjbkx58hwz02xnygyjbjf4xg9by68wr1-libupnp-1.14.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/1fw3pjjzy5s43zkbpl0sgki2bxj4r9la-liburcu-0.14.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/mrq0kb535khn2w6rpm3iszbmary6264l-liburcu-0.14.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/j365riqvrk4hbczr1j531l3pvc0avh2k-liburing-2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/la9r7ybc3bjcsan3hr5cwpmvsjm15n5y-libusb-1.0.26
oct 07 00:17:26 nixos installer[1402]: /nix/store/m4721fzha7v17w0xyyjg53648a3ygzma-libusb-1.0.26-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/zhvmds812ggc9mkbnlhpjr4j2i4c11cc-libusb-compat-0.1.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/yrnfqyzzyxa0dbh7139ya2hdzdyh35qv-libusbmuxd-2.0.2+date=2023-04-30
oct 07 00:17:26 nixos installer[1402]: /nix/store/b620zvg2xyfxi0vh9b7p6017j7lrgdpc-libuv-1.46.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/6cspa22yi9i36ras39jnkwgb2wc7qm5y-libva-2.19.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/qn7g5s8a86161lcn8yigybp3g5h3cp1s-libva-minimal-2.19.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/3km1ya4ss1gzii40wr4kmqfd5k5kmh3b-libvdpau-1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/ad8j2mqzlbmrzkh990ymfrdxkk8q0xba-libvisual-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/qy5m4df5ldd8ha7a8qjg7j45lnczq898-libvlc-3.0.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/7g5ci21zgk3a3wjaww49b9brjbi9j9li-libvmaf-2.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/xyqk5kpr38837p54yh71pdg05d7phi8j-libvorbis-1.3.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/yvwa8v9dxm4dcjw3d12avg5jysschcc9-libvpx-1.13.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/hn49yiz9ja7wwk15vcyfkgcrq01abvbs-libwacom-2.7.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0hkvxzm4mlmnrxxnzpxa12p5f7dr3w0n-libwebp-1.3.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/0kb9m0k73z70qima630zfy07hahihp98-libwpe-1.14.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/8v56yxaw82rd83q245szhb1agvzdn8rv-libxcb-1.15
oct 07 00:17:26 nixos installer[1402]: /nix/store/byj19w3mjivb4wgp19xkl31g83lybas3-libxcb-1.15-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/xhpdbh7zxy00vqqh52p9h0iivlghmxwj-libxcrypt-4.4.36
oct 07 00:17:26 nixos installer[1402]: /nix/store/g86ljycgm3xi0cxf0rg3x0mw3mz61gmh-libxcvt-0.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/ksry1h2g30hgbk5mr79yylapn83v9m8x-libxkbcommon-1.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/r93g5v6q90szzgbabaiasyfcp2p26rqp-libxkbcommon-1.5.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/mkhlyh79rzyzgjvyj82q9v3i2q7ajr0z-libxkbfile-1.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/zrhjm2dj3k5hrx452dzvpk47js7xgdzm-libxklavier-5.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/jfpgajczhg8likm2fzi50al1klz16jr9-libxml++-3.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/d47crm36qpdij3k8gfv9y9l27jbzqraq-libxml2-2.11.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/yr877m46342wmmrv4z3q4ywh2irrs5zy-libxml2-2.11.5-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/jm9jwlfzbs8ib11xmv336hk3ai959bmg-libxml2-2.11.5-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/8lplya3l860ifdapkjsf0k6mg3lvy9xc-libxmlb-0.3.10-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/c6fncxjplx8m643drsgab1zhhb0ln110-libxshmfence-1.3.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/apzfhm4jaspgkpc4kc47bbb34mfcq7dz-libxslt-1.1.38
oct 07 00:17:26 nixos installer[1402]: /nix/store/hq5r6djx15cjc6jcniq6dbvcc29g4mlx-libxslt-1.1.38-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7c77x4vbjcbniikbmr9crji3iqfyx81w-libxslt-1.1.38-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/r0sfwrd4c8ib18bm8lksr5sq79vcnym1-libyaml-0.2.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/l9475644wacyvb3p9yfa4d712ca0gf7w-libyuv-1787
oct 07 00:17:26 nixos installer[1402]: /nix/store/4r08w11vibs9ihs1sj827lna8iir4xdb-libzip-1.10.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/3l5gqg694lj0jaarvgyy6l55kpd2wq61-lightdm-1.32.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/c3qq36c51ddv75y7w7x61r9crfzngj0n-lightdm-gtk-greeter-2.0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/skw41009v53fayga0dl4wipxmgbvzz48-lilv-0.24.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/0rgs5km99gy0n49d2sifji33rbk6si75-linux-headers-6.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/rw1c6f231xwxp24xcnvsvbm4yn16j6ly-linux-pam-1.5.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/sb4ygn2k8529lwiwwdhppbzdf555k64d-linux-pam-1.5.2-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/m9b0lfar3shmn4ps6sd6rb2w72l0d75f-linux-pam-1.5.2-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/nc6is5v4s0ki3rlil0yjmgyrn6i3njg0-lirc-0.10.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/6k0979l6q6ngrdkc8rcfgxhqpga6bn3a-llvm-15.0.7-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/gdqzfry2vrpixgkza4am02pi8nfa08i4-lm-sensors-3.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kpyf1901pfyp0mq1fqyixqqmfhrmzm8a-lmdb-0.9.31
oct 07 00:17:26 nixos installer[1402]: /nix/store/5rw6q0fn1fdmn5mqw2p994kwdf12lp7v-lndir-1.0.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/9rni3522njkyqc6mswkzsk07p8halb1d-logrotate-3.21.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ngj2a90k2p9xs0lhmd0phqayl3gwh3mh-lowdown-1.0.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/mn4p61sp7ylhdz3fn1zxv1i9d89d6y1a-lrdf-0.6.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/wm6vyn4118x8dkxkk5j5mfm05vwhlpmj-lttng-ust-2.13.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/wqchp6gxd77azmkns9g3ycm2m6yvl4cd-lttng-ust-2.13.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/2p9h3j5mz765hsxmid6x522pmkdmddli-lttng-ust-2.13.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/w351kr2mzwifh66l1dqy3pvgjgl712rr-lua-5.2.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/0nvfqij1n00i1y77vf2ys3acngjj3dnx-lua-5.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22
oct 07 00:17:26 nixos installer[1402]: /nix/store/zznh3ynykpnji0vwqq1sfz40iz3r0ib1-lvm2-2.03.22-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/18iqyk7p8bx46dnb00y3n95y1pn8lhf7-lvm2-2.03.22-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/l6rpaij70nhawd7zqn6jj8xnhiz6dqdw-lvm2-2.03.22-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/fvfyc2kb8yvw51n796x5kwbr4vz2l71a-lz4-1.9.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/3iwfkj3361457zdhr6jxs11ndaif7jyy-lzo-2.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/d0klwmn0bv233lsf3xrphjx1m8zfdfgp-mailcap-2.1.53
oct 07 00:17:26 nixos installer[1402]: /nix/store/zddpypfabb5wx6iqy3n9hl4il5m4bqji-make-binary-wrapper-hook
oct 07 00:17:26 nixos installer[1402]: /nix/store/8pgqkm89hpnk8c9kcn29cqpabmn1x9ka-make-initrd-ng-0.1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/nw80h0ljcb5wpjbwqdw35g655972aziy-maliit-framework-2.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/haf13v9mx33szhyrk7mgnmzyx8dqcx7c-maliit-keyboard-2.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/mcjbb0dymchs3h7g2xgdpj4h776hz0z1-man-db-2.11.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/43yn9f9xf1l5acc34a3nypnwn68x3kiy-man-db-2.11.2-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/f1llk1bp7l9j4xm2zhj9gf5px4nivkh3-mariadb-connector-c-3.3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/zilj8c3xr0kx03642iaclaal0ckvny2k-mcpp-2.7.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/cgc840s96ignyrij311gv18gl6nw8w94-mdadm-4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/31j079ya3p96jfa0y2y12chkd602rm1g-media-player-info-24
oct 07 00:17:26 nixos installer[1402]: /nix/store/iwh0q0pixhjz04vkcpnkh6v9n0ydygm4-mesa-23.1.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/3x8h0vbc9v526bk1m48n97nwxri44pvp-mesa-23.1.7-drivers
oct 07 00:17:26 nixos installer[1402]: /nix/store/23bhqvc9i9wk0ws3yi43azg9lgh7cdfc-milou-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/cng1lrqy9d11x2w81fdvv4dpkwvf76cb-minimalX11Config
oct 07 00:17:26 nixos installer[1402]: /nix/store/4nb3pzlvn6c99f0djqhx77rbj7qzma1n-minizip-1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/9xcqrfc3cgkffkf8kfy17xd921gmsv6m-mjpegtools-2.2.1-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/db929vs339yqf3vpqgzgjvyhrmyx2rbg-mkpasswd-5.5.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/mv1l68ld8hz4vkx9sg2071mj7ysi7qxp-mobile-broadband-provider-info-20230416
oct 07 00:17:26 nixos installer[1402]: /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/qrfrw7a2zvinhvrqbpzcyypcyaizjv41-modemmanager-qt-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/hxn3zq3ny2qm268rq5cyvkh6y2k3apka-mpfr-4.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/vbxp7bhpxgsz288im6msxyx6y828fa16-mpfr-4.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/s0radj5q8iikwnvcsakc0h109x4jr73j-mpg123-1.31.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/f443salzlrjcibaisbw021bfxxc947vz-mruby-2.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/80wyc7gwb1c56mjgak6c0vybjv0621ii-mtdev-1.1.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/1s8kqv53fbcasggkhl94yzxfn7rg6m6h-nano-7.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/d00vwhm3m828bmybm6jnhlf8yr8i1sdn-nano-7.2-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/67kyvsivg1ba8zvkvlg4ah2xm33j2kjd-ncompress-5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/qfwyhlgdy4x2v6chrhq4phlx84gkp607-ncurses-6.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/d2g522vla6l5lv0nss9x9b3p72xpvrdm-ncurses-6.4-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/v5k23b5b9k27sj7b5i1k0hd7j6bva49p-neon-0.32.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/sfqk6y0s57xqjf62jg23lr9cd4c87hsh-net-tools-2.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/6342wlyi8ci4rnvlq2mf9pfw6z9m2w1a-nettle-3.9.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/ypp7cgsvvgnf6if0xm70r69qy4lkyfaz-networkmanager-1.42.8-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/m2zhs3hxklrbq4n64c2q4qyhyfybpi6v-networkmanager-1.42.8-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/mld72s2d3vlvxxwp2nw885hxgnqxki28-networkmanager-qt-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/26r3bk793fwaiglv65803ksxx3cwdpk5-newt-0.52.23
oct 07 00:17:26 nixos installer[1402]: /nix/store/w6pc7jjk4gdifa4k3zsnlixm0zns8s83-nftables-1.0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/aw3q9qrknidr993qsqbnz0gxdxzqr9ny-nghttp2-1.54.0-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/8y8i3gyyfbb9qlg4wj4f3p2rnn7353dd-nilfs-utils-2.2.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/x10ch8j4q2dna60ry0i33mgjpndm6y6j-nix-2.15.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/miskflm820bd98inas9pw69grqnx05h3-nix-2.15.2-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/3imn765q3hzhq5h6iycw24qas70h0yxl-nix-2.17.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/85g4v5p8y8hkj7a8g5b3761kg4w7nlp2-nix-2.17.0-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/j0dzbw5bkybx0slgkbfxp0dz09b0i6vb-nix-2.17.0-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/dpmx4bgzicn50yqxjwqfsr5vmih69yjr-nix-bash-completions-0.6.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/y3p44s5icdkcl158i0ssrnxqrzzag4yx-nix-info
oct 07 00:17:26 nixos installer[1402]: /nix/store/qb82wpjaf3j6pswhk73rkcd43si2nb1w-nix-wallpaper-simple-dark-gray_bottom.png
oct 07 00:17:26 nixos installer[1402]: /nix/store/sqvkk4rkrx4a4gv91cdvdd836dl229z7-nixos-icons-2021-02-24
oct 07 00:17:26 nixos installer[1402]: /nix/store/5ispcfkmmz34way4j3vyy0lg2wpqv22r-nixos-option
oct 07 00:17:26 nixos installer[1402]: /nix/store/25lzr3gn7lpflcrhp9dqny85ygn9lyqs-nixos-render-docs-0.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/gpxbw89y9av8y9qal2p3s3mf0cd3q4p2-nixos-test-driver-docstrings
oct 07 00:17:26 nixos installer[1402]: /nix/store/abczbc2pjajw3smzjn60hxvj1qrgp9wx-nlohmann_json-3.11.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/gk98myypdfv2ycfizqd9p9k4b1naafmc-noto-fonts-23.8.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/kqii6nnzm0z1lbbvap3s2nhvd6xa61f5-noto-fonts-emoji-2.038
oct 07 00:17:26 nixos installer[1402]: /nix/store/2awa1hpdr7b6ada3v19z1b2diryvf3lv-npth-1.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/s6zc7bjs24nicgay6xix3xkaw2cqiz1r-nsncd-unstable-2022-11-14
oct 07 00:17:26 nixos installer[1402]: /nix/store/yp4w3zzb532qw41fh7brgzrddh58jx1w-nspr-4.35
oct 07 00:17:26 nixos installer[1402]: /nix/store/cph64d40rmlx0bzi56bbqwal90g0k6km-nss-3.90
oct 07 00:17:26 nixos installer[1402]: /nix/store/3gjzz6zq1mbcw6b2gsahhwfbhfchvihg-nss-cacert-3.92
oct 07 00:17:26 nixos installer[1402]: /nix/store/9007n3bcnp7ji174dbcqkf51sw6qgd48-nss-cacert-3.92-p11kit
oct 07 00:17:26 nixos installer[1402]: /nix/store/snsf5pplws981h184qdkjp6nf7b5lz8s-ntfs3g-2022.10.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/bjkk524f7d3yphibd9kdd8z0w04acirc-null-modules
oct 07 00:17:26 nixos installer[1402]: /nix/store/dj59ixfvph0q6rc5srhikqq7ipwm0ihj-numactl-2.0.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/p2w9z566h3mlyrh1qwl88217ck42kgfr-nuspell-5.1.3-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/mk6bxc98xapzpzn7lywsrxm62d6840aq-obexftp-0.24.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/bgv8kxzz4v6amfi4wqndx3i85d5p91fc-oniguruma-6.9.8-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/lk1hmnk246sn2igzpd7gj4yjixjvhblj-openal-soft-1.23.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/2wdslkgazxjc5yxsn9p6mw52fkgg9wj3-openconnect-9.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/a9hm4ccbqxgaffwh2whr9ck13s9k528n-openexr-2.5.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/yqnn0wjkrwnjgd2yb4zfz2wxizzn0j1s-openexr-3.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/bwkiq50cshx3pdn604dg3py13nl8dyal-openfec-1.4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/b5yj9m4f90x35y55aqbl2va1ws33snv4-openfortivpn-1.20.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/lqmwz866r150p756kzij7qnzdgnbxq3r-openh264-2.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/hj7kn39byfz3bq9mqqvscq35bvqzsnc2-openjpeg-2.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/33q81k1hlfphmz7rbai9cwirn8awisik-openldap-2.6.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/lnn2a7b5p35rd6hdsnnxdm886v4gvi62-openobex-1.7.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/hqxvbjhnczxas0rv030zashii6j9izlq-openresolv-3.13.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/h6b6ks1v559lfkd95mxxw481z9v9mbzs-openssh-9.4p1
oct 07 00:17:26 nixos installer[1402]: /nix/store/7rmm096xyjvazggklsk4qnqz74slnrj4-openssl-3.0.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/lcmnlkl4gign39gbb93qalxrvspks8xh-openssl-3.0.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/pj72lkmp1xcz7n8qnzy9wz5pjbblkx4l-openssl-3.0.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/6clgpsqx6blf75lqgvvcvl64fniyqmmg-openssl-3.0.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/b686i84z2i47ygrisz49b9f7m1pm8v27-openssl-3.0.10-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/rxn6w18hfxcsk8n5py2nxyxkknr65gr4-openvpn-2.5.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/hxxb5hpl689hjhi1vwhwc0q93qny43xv-options.json
oct 07 00:17:26 nixos installer[1402]: /nix/store/pks9k099x5iqh3gw8g2f0p94qcjnflm3-opusfile-0.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/21lny3ylywkh3169gd58rj44pvznacig-orc-0.4.34
oct 07 00:17:26 nixos installer[1402]: /nix/store/m7n9vsaadag0z3agdqgcv9g2mgylw2xj-oxygen-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/frh0fv4vvy1q64pigvyh3mjv7winqzwv-oxygen-5.27.8-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/wijzasp6mip3d1mgjqavlsm5sbzlc8hq-oxygen-sounds-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/kmjrrnsmy8gb2qjjdhfjznrrk6x6r9hz-p11-kit-0.25.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/4lqfg9cl3pbpp0j8gpn7kf9mz4lrblzj-pango-1.50.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/rd9fk4kvi3421wpgpxcd9v4d5sdw9h67-pango-1.50.14-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/wskxc68yrr57402kriwlvzcyd6vdmzb1-pango-1.50.14-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/yha4bxa15mi1bas63wkngg9sbml9rcan-parted-3.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/cgw77qksdfqli5wmr2l6gsingwj5jgb9-patch-2.7.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/g1mrhcx6zg0d4mfbspj3ci09r6bwh366-patchelf-0.15.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/mdffkpn045jyrcmbp00752dq92fpradx-pciutils-3.10.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/709fbvsc57xsqarnmjx25l793pjxp4m9-pcre-8.45
oct 07 00:17:26 nixos installer[1402]: /nix/store/674yifhhivlnjxjz1pbw9pnq17xidlzq-pcre2-10.42
oct 07 00:17:26 nixos installer[1402]: /nix/store/lmb7vgry8k0dyaq8fn8zgz59n08yllkd-pcre2-10.42-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/bz50c6h94acdrdr6fbs2j9sg9qmvskpd-pcre2-10.42-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/fm2prpj0dp6q34rnd0fq567i5bva6zi8-pcsclite-1.9.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/1dcl4pfapcmmg7g4dij77j4yplnlswwx-perl-5.38.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/lzvd7285yh69l3j4bphj18pq9yii84fm-perl-5.38.0-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/j9w5hyfz631aw7aicz70hgnsxpnbd32r-perl5.38.0-Config-IniFiles-3.000003
oct 07 00:17:26 nixos installer[1402]: /nix/store/6mk7d963bqr1f17a6ibv7fk1gzgwm6lf-perl5.38.0-DBD-SQLite-1.70
oct 07 00:17:26 nixos installer[1402]: /nix/store/nwsimjslbqbksr512b3hfm3jvlglmj28-perl5.38.0-DBI-1.643
oct 07 00:17:26 nixos installer[1402]: /nix/store/k5qydz3lr5cc006s576i8kqcf3afipas-perl5.38.0-Encode-Locale-1.05
oct 07 00:17:26 nixos installer[1402]: /nix/store/zdqgnny6c5rq3cvjhhz9grcifrvrvdqh-perl5.38.0-File-BaseDir-0.09
oct 07 00:17:26 nixos installer[1402]: /nix/store/pq3p7283bzyfk0j9hh3kk1z7nb1q3ych-perl5.38.0-File-DesktopEntry-0.22
oct 07 00:17:26 nixos installer[1402]: /nix/store/9fgn032a64drr36h4s2a6dgwz7rrqfxk-perl5.38.0-File-Listing-6.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/ciglkh06yaihzrn7zmrf590a0isz3g0i-perl5.38.0-File-MimeInfo-0.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/y14q0a3rib0gcvgmhpx8230wzzlmc02g-perl5.38.0-File-Slurp-9999.32
oct 07 00:17:26 nixos installer[1402]: /nix/store/c2ixwpmflam5fb8l2nyriyd8fqx2h5s4-perl5.38.0-HTML-Parser-3.75
oct 07 00:17:26 nixos installer[1402]: /nix/store/gyqcp4jk11l5822kl4bi9iyddnmfdryp-perl5.38.0-HTML-Tagset-3.20
oct 07 00:17:26 nixos installer[1402]: /nix/store/2a3xc0jhr8k6xm85q6qv9n2iax93q5wb-perl5.38.0-HTTP-Cookies-6.09
oct 07 00:17:26 nixos installer[1402]: /nix/store/0mr2149f43g7aphm3vsbmc7jhcl1p0rs-perl5.38.0-HTTP-Daemon-6.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/yz7aqqpfdzjc3zjygifcxk6wykhcsy4m-perl5.38.0-HTTP-Date-6.05
oct 07 00:17:26 nixos installer[1402]: /nix/store/mxdwb99qj68mbvkjb94d9bjbjfs93rgl-perl5.38.0-HTTP-Message-6.26
oct 07 00:17:26 nixos installer[1402]: /nix/store/7gw1kqs2k5ifps7mxxq3cxr3cf7j9yg3-perl5.38.0-HTTP-Negotiate-6.01
oct 07 00:17:26 nixos installer[1402]: /nix/store/hadcdbm6v62c26if2cb6l2jklgcsgv1c-perl5.38.0-IO-HTML-1.004
oct 07 00:17:26 nixos installer[1402]: /nix/store/lvmgp3klfvxqysp0c3sx01h41k9mfsl2-perl5.38.0-IO-Stringy-2.113
oct 07 00:17:26 nixos installer[1402]: /nix/store/2imkl8vpasl2wvdi7h3889zp685lzar8-perl5.38.0-IPC-System-Simple-1.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/lsbd5rrwag9c54225vmjvaczip7slhvn-perl5.38.0-JSON-4.02
oct 07 00:17:26 nixos installer[1402]: /nix/store/lg0i3irk9nk55n5nczz4n1x7z7219lsq-perl5.38.0-LWP-MediaTypes-6.04
oct 07 00:17:26 nixos installer[1402]: /nix/store/xpz4y6gc8l3i2v1garkaa6cg55wragj2-perl5.38.0-Net-DBus-1.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/8b20610nfj4wr6zpjlpqc3mp3p9qpc7p-perl5.38.0-Net-HTTP-6.19
oct 07 00:17:26 nixos installer[1402]: /nix/store/gwzv35fibwdjmdwigf71cg1lwndgkxhr-perl5.38.0-String-ShellQuote-1.04
oct 07 00:17:26 nixos installer[1402]: /nix/store/2vswipqlk07xpjhk507kvx212fp8yrc6-perl5.38.0-Test-Fatal-0.016
oct 07 00:17:26 nixos installer[1402]: /nix/store/mhbl7rsqlp0zwv63q3hawfgacn4srp9x-perl5.38.0-Test-Needs-0.002006
oct 07 00:17:26 nixos installer[1402]: /nix/store/m6xyq01qbflzsahcvsb30q6s85pf1rrl-perl5.38.0-Test-RequiresInternet-0.05
oct 07 00:17:26 nixos installer[1402]: /nix/store/3sqhayc7fjcwxgb99qsfdw6qa8ayzpwh-perl5.38.0-TimeDate-2.33
oct 07 00:17:26 nixos installer[1402]: /nix/store/d23y3szjkygiwxh7k1q994nqlrcznd8m-perl5.38.0-Try-Tiny-0.30
oct 07 00:17:26 nixos installer[1402]: /nix/store/fcs2f3dz2wgj0p96xj4sp946i00fd2lp-perl5.38.0-URI-5.05
oct 07 00:17:26 nixos installer[1402]: /nix/store/wgpk4hk1438yfgxbq80671j4w8h0hlip-perl5.38.0-WWW-RobotRules-6.02
oct 07 00:17:26 nixos installer[1402]: /nix/store/gyxw3p0mnf5wv7kq6zfkpcy5mqpxdpjj-perl5.38.0-X11-Protocol-0.56
oct 07 00:17:26 nixos installer[1402]: /nix/store/jyinzd4ly14ydflm9ak6n8w24i5862kx-perl5.38.0-XML-Parser-2.46
oct 07 00:17:26 nixos installer[1402]: /nix/store/hcb8cs9kqvm3ddkn7yzw5iwzr6x3x77n-perl5.38.0-XML-Twig-3.52
oct 07 00:17:26 nixos installer[1402]: /nix/store/l9mzfrvhjcpf4f0wy9zrxiwj63qyxn2j-perl5.38.0-libwww-perl-6.67
oct 07 00:17:26 nixos installer[1402]: /nix/store/829y7gr3d08r4np73mdibr45wyikz10n-phonenumber-8.12.37
oct 07 00:17:26 nixos installer[1402]: /nix/store/d4h9wyqijfa2w1kgx38drv7ypc1jmryi-phonon-4.11.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/2akimmbd9d9561xmh7q4b3wrpih2na8h-phonon-backend-vlc-0.11.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/dkn5fa735fr565wg41ji8yip6qjzxi4c-pine64-alsa-ucm
oct 07 00:17:26 nixos installer[1402]: /nix/store/ayz1g4d2zy3iq6hzgrjyx8qifzyc2njg-pine64-pinephonepro-firmware
oct 07 00:17:26 nixos installer[1402]: /nix/store/11gsrsbpnkqy226zmig5nnqbv33sniin-pine64-pinephonepro-firmware-xz
oct 07 00:17:26 nixos installer[1402]: /nix/store/hd6jwjh5vj6684bs6nzcpyg6dm35s7yz-pipewire-0.3.80
oct 07 00:17:26 nixos installer[1402]: /nix/store/ab6hpkn3i4fv01n86rn46ixdz457yzxa-pipewire-0.3.80-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/74sgnbl9h2qfays0p0fzmn11i58vhv5p-pipewire-0.3.80-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/93b0bck2vn4kk6cbycvyydqbbv9csb6d-pipewire-0.3.80-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/8c7a1v29rh4i3szhk5kjgbbxmz6sp2mm-pipewire-0.3.80-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/0zl3pvls39wlkbzlcvgknfq3mps9kl7x-pixman-0.42.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/cbaksdxymi785w8ywykkkrpglkiaycr1-plasma-browser-integration-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/kmdlpmg57w7n1ig9p3wkik13mf8xhf8i-plasma-desktop-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/p29nx501ywvzf1sfw8bp83b1h0aqn7dh-plasma-dialer-23.01.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/1r7x79i007cs3ps2ni7pv3cc2k6sz719-plasma-framework-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/n9qg1yynqkkyk1cd25dn715jpz4gkl1a-plasma-framework-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/4k8qmlxzj6r3bgv5hm5sbf7nn23lvfwy-plasma-integration-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/0fj69i03csy7icl4x04y85nic517zjj7-plasma-mobile-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/lk7k4mxg3l7lsz16fasryh21mqx0m45n-plasma-nano-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/1354ilh8fimbmwn5kkbgkqykp65lspjc-plasma-nm-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/8w358l4f0nr4w76my2jaw2injsmfg8ik-plasma-pa-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/vww009id7b2ipkvbvsgyl76c92p0hvkl-plasma-phonebook-23.01.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/zg5x6r9drdd7m1waxy3b41vfbr5nkfk7-plasma-settings-23.01.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7q4p9rxd8jp933y4819nkphhkn4s4imp-plasma-workspace-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/dain66dmnd215kh28x8qfv7kwjmx3230-plasma-workspace-wallpapers-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/xxcfm7pds4qgdk0233qg2qazmijanc62-plymouth-logos
oct 07 00:17:26 nixos installer[1402]: /nix/store/jr2pxynfrk8kkxy0f1nsrq449p01l953-plymouth-unstable-2023-06-17
oct 07 00:17:26 nixos installer[1402]: /nix/store/kv82bgbp9cmv6ra5q8kgv9bnrr5x7j0a-plymouth-unstable-2023-06-17
oct 07 00:17:26 nixos installer[1402]: /nix/store/g58qmscmqjbbizwqci7jvhrds8489w3j-polkit-123
oct 07 00:17:26 nixos installer[1402]: /nix/store/xzi68sgkmkldji46xhjfg1fgfq1gq6rz-polkit-123-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/j46dcyj24s73xsb8rm22a28x9ji8jrvs-polkit-kde-agent-1-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/rj2gnd7rv2npn4ib73153nr4xpyfdja7-polkit-qt-1-0.114.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/p52ryawlr25dwb7xnvj99x624is2m1m0-poppler-data-0.4.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/mj01jy19d8ik5dslvgsaz868dv814jcm-poppler-qt5-23.08.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kyxg8bpbzcbjilgdpln2rgbvainldza2-popt-1.19
oct 07 00:17:26 nixos installer[1402]: /nix/store/p4g0yyfpi6aiz95b5cn2395ycf7cx1d4-postgresql-14.9-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/q6fpap4byfl05d07qli2r93g1lxsh79i-power-profiles-daemon-0.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/np2qndinxdhwjaanks5jzja2vfyadx9z-powerdevil-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/kqphjqg8ncswwcnh37hn6jkj09kf1bwn-ppp-2.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/yfkc5ynm6xl220d6z7hgvspzy6lxqwxl-presage-0.9.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/42wqzwwylhssf184kgl7dimd10scr8r6-prison-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/353gii55382alipy7vfkhkbc4hngzh28-procps-3.3.17
oct 07 00:17:26 nixos installer[1402]: /nix/store/pac7avzf92nqcf6qq116x8wkg5b8d2g9-protobuf-3.24.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/w8zg9djf315cbqgm6hm54bs3sxmjijdx-publicsuffix-list-unstable-2023-02-16
oct 07 00:17:26 nixos installer[1402]: /nix/store/554b8859rj004idxc5zs2fb99lmy4pkl-pulseaudio-16.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/9i4rj8n4g5izszj107cc2c554zd3chcl-pulseaudio-16.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/9cbnrw2vr8bwdndzbndjhls5qz56d1ai-purpose-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/7m94p8lrc4icd95q2y1m8jz5lwiqrrdf-purpose-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/idpjrasbr9n8kij11s5mphrw770sf13s-python3-3.10.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/cfqslbkvdqz8izqy1k3ais1mrvlj5apw-python3-3.10.12-env
oct 07 00:17:26 nixos installer[1402]: /nix/store/ig6v7p1r1zb014lcgbdllk7r97fhwngc-python3-3.10.12-env
oct 07 00:17:26 nixos installer[1402]: /nix/store/myi3sr99jwmvaf2laqapv24m0ca986xj-python3-3.10.12-env
oct 07 00:17:26 nixos installer[1402]: /nix/store/h936vs01sihiypvwp57z82x1wi1xdjb7-python3-minimal-3.10.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/w0wyg5rnv32fcm2scn0ia3dw0k6z13h2-python3-minimal-3.10.12
oct 07 00:17:26 nixos installer[1402]: /nix/store/4nvlq5i3k3rwmjra8dk7m8mfp2whpaaf-python3.10-brotli-1.0.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/39npahk4l91x92vjffi70sshl32gdj7z-python3.10-brotlicffi-1.0.9.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/kllla52bmxfx11zrn5yr4znp5fd02shb-python3.10-certifi-2023.05.07
oct 07 00:17:26 nixos installer[1402]: /nix/store/xsny10j0ciqy0hc0anb107xzay1q5316-python3.10-cffi-1.15.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/kj30jlbxzmd1ixc26gvsgjm31k9d9891-python3.10-charset-normalizer-3.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/5g1f30inki3m783ax0macgq47qcmviip-python3.10-cryptography-41.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/jvb3yzk0zixl8wg92xvblxa7f5qsjih4-python3.10-dbus-python-1.2.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/7r1pmqj2jvjh5325f3c50hb95j6kzgmf-python3.10-dbus-python-1.2.18-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/q8nhjl53i560ia50kmgk6j82l7snn1gx-python3.10-dnspython-2.4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/aqmqdxzjmh3mhzrpl117xqazhb17wjm2-python3.10-idna-3.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/x58gwfflafrfvy63r0dbrf2ag25rqs70-python3.10-jeepney-0.8.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/qc1gvwvxy5l4hn5nlcz4kwfrjpysk3wf-python3.10-markdown-it-py-2.2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/g1975fbzx09rsi98h1p83kpcn9w309x1-python3.10-mdit-py-plugins-0.3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/hkzy8965i46110fisrfdh4lfggbspfvi-python3.10-mdurl-0.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/y75qpgik5q7hsq79d1rnsdkvzb9g7rp3-python3.10-mutagen-1.47.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/p490maf46zzgnd0vfsvdsgzcikwjxc8f-python3.10-pycairo-1.23.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/72a1y5wkxzr077z1sr839zs5fhfvzrvj-python3.10-pycparser-2.21
oct 07 00:17:26 nixos installer[1402]: /nix/store/vsp1qgv5v4crz7h8bjqz1idcp3qzvi82-python3.10-pycryptodome-3.18.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/04zr8r12yxvn63rv9fb2va1x8y5vzlbf-python3.10-pygobject-3.44.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/vif00y7nqnw7dcwmgy3gc43rrnqwmyid-python3.10-pysocks-1.7.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/3pcg67d0nh8nns6s263kqdjrama73c0p-python3.10-python-dbusmock-0.28.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/s5z9ccpdymi560ic6cp4z24sj65gvn3i-python3.10-pyyaml-6.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/8y054bd550xvjkbdwv30syvpnr7nbcdn-python3.10-requests-2.31.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/myfd83dja9cav9ipi6zdgb3rs21fzqjm-python3.10-secretstorage-3.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/ar6xrqd4jzxy8v3xfb3d6v7lc5xrg4mz-python3.10-setuptools-68.0.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/6k7211gs1fjqq87pby58b290y9amcg32-python3.10-urllib3-1.26.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/a3vinnmw8bqbnfvi9y8vc63p3rf41dp6-python3.10-websockets-10.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/q1bm28hp3f97jp4yw5m7k2yjrsswjknz-python3.10-yt-dlp-2023.9.24
oct 07 00:17:26 nixos installer[1402]: /nix/store/qlnfvmcin74y414qwq8p8f76cdz7rpz0-python3.10-ytmusicapi-1.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/qmw1xj4b0g8xajmvqasq8vjz23w045br-qca-qt5-2.3.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/4d675aaczbcjhbshlk10yw3pdk2mcadb-qqc2-desktop-style-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/xlhy01mk223b464s38s5prihsh37q5km-qrencode-4.1.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/0180nxamn1rsliz39mri0jzyvmzik9cr-qtbase-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/rqyd5viw0mnhzim1x9pya2ndc8nvl5gp-qtbase-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/3sw4v5dv2ww7prm3pbbwz99h1i3lsz2h-qtbase-5.15.10-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/a8vjaxy7x5ajw2h05lkhvf2mg2mxravs-qtcharts-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/xhzm0jh7lb8pyyxa9b6lr7jn4h0gqp4p-qtcharts-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/b378f7q111rsdfzy369v765qc02lq0sf-qtdeclarative-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/k0bpvxbvhq1mnqgqp0jgnmkavk843fdf-qtdeclarative-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/9n1w2d9nz4rjrqpsysp5wq1hsk76y1zr-qtfeedback-unstable-2018-09-03
oct 07 00:17:26 nixos installer[1402]: /nix/store/1w4hds3ppqvpls8x4l3wqic8jx6g1447-qtgraphicaleffects-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/qr7ilfaw2vv5g19f8ss0i5mn69w7z4bg-qtimageformats-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/k8m881yahy89rngryma8lzpa0wr3jci6-qtkeychain-0.14.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/jwk8yq2aswmkh71s9pcxybsizagv8v9l-qtlocation-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/3f4qjqsgdxib00dmcny2anvgjknjmrlb-qtlocation-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/hq9pnyz20171hahd34i5i12hcw51larq-qtmultimedia-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/r2q4xkhlfz6fl3hmr4p9nkry75xd19wp-qtmultimedia-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/7azfwnhxcsw2bslrsm332rhwha4s9fm3-qtquickcontrols-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/rwmcxgx2biq5xjprlsi0hcqgvm5f2glh-qtquickcontrols2-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/nbwp5znl8kd26a42a6zz63gmvw23mzcv-qtquickcontrols2-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/21i23zrbw659x7nqyjdlbgwfk11420sr-qtsensors-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/76grx0jgx0hh0ahn7562s2arn0xas3zl-qtsensors-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/8a4pgb3fz8nfx7lfr7fcsh0rapad8qfx-qtsvg-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/16jwv74a0ppnx9z5c41myrkg729lqiaz-qtsvg-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/j21q31ffcb0m6rl3fcs2xni1ri84xmd8-qttools-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/gxs8x0qwjpqijnrhljjcml51v1azcpg5-qttools-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/v66bzm99733hyphawnp9mksk8mbmpa90-qttranslations-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/l7gy86w74gg7586399qwnxxbp7jxjknb-qtvirtualkeyboard-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/q4x1pq0vng3i1vb069mrmnwzbrzxd2qd-qtwayland-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/x65fvahj8dnxgvbzz9jwsfvlysyfgdm7-qtwayland-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/vvygrrxkrd5yldmraphbnhcabl21basw-qtwebchannel-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/cwd9abzvsm6adf7vgnqnjxf31gl0askd-qtwebchannel-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/43ih3ll1bag7g04yc4hsny067z0xgn64-qtwebengine-5.15.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/b3n4avpzazr83n70ir8l9h5gpxg57fsq-qtwebengine-5.15.14-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/0pvavksaaxm7p9d3q5maqq9fmig4250c-qtwebsockets-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/2l78vpi2s20zsyv0d3mgydbjvsy1w0rs-qtwebsockets-5.15.10-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/pvwmdp7j9g4c7ciqlajaix50yir21l5z-qtx11extras-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/grgk311z6z4fm86bywqcgyl02ap7k7lf-qtxmlpatterns-5.15.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/wk9xwgfbghd94y705rhzq8dnxbs2gwnh-raptor2-unstable-2022-06-06
oct 07 00:17:26 nixos installer[1402]: /nix/store/hk18vcmzhq68ig9rk33f5akgrfh3m9m6-rav1e-0.6.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/fbqckpbgw1a1fnfqgfw00g46cbgl6qbw-readline-8.2p1
oct 07 00:17:26 nixos installer[1402]: /nix/store/67yd0nzj4m6q25zk986a9gadlcvhrxg1-roc-toolkit-0.2.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/bkycdpc2nfc9h2037gg844sah5sf0390-rsync-3.2.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/6r71qcc2nf61s9qdq7ypppi9vni2phqc-rtkit-0.13
oct 07 00:17:26 nixos installer[1402]: /nix/store/67zwmpwvvrncmf36pxmfcgqvyz0fjrff-rtmpdump-unstable-2021-02-19
oct 07 00:17:26 nixos installer[1402]: /nix/store/90wdpd78w2ryzlgwfwylig40s18ljbcx-s2n-tls-1.3.50
oct 07 00:17:26 nixos installer[1402]: /nix/store/biizl68a07k05aizhsdjavbhnz8zc9c7-samba-4.18.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/wxz2zz4vfad4lxac8488f2q2d2s5n26v-sbc-2.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/106jr6f2qnbljjw38krnfx9wz92jyd4z-schroedinger-1.0.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/10i7xvnrm1vbpl3lc6v3w3g9s2z5lb89-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/2xqapcl3swwzq3vfs3r3f5j5pqy15yrw-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/3ab3knx6m2n5zpdw1s3r08rs03q40qad-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/3jl63f6zkxd5v06ssanm53h4jknfrm52-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/43q03cmaz7phk9zjs1fpmh2bjy00421a-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/6ysyf6f4970g014yw4x230bn8raq2wy5-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/8b6qnm4z1y4ckirqf8h4ghbvycq38pfl-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/a9mq4zmnv2nqdbrqbwn7pg4c1xp7xlax-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/b3prlvm1qmq49awjkiygfdy4z0x36m3c-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/d70cddnxkx2fx13fx5zqb31sm2dw9ksg-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/lvj5ghqp3mx8gmqwbb4qli25fnypm3f9-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/n9lj132qq958q379f4dzbcdhjjc76q0c-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/pkww5dqaidhxiyqkqnzly4kzgypn3y3v-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/r0mm4gfyzydgm5jpl32sza1r7nhy3r93-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/slhwrl9jnbiwfsxx7yc72dszj4l2b0iv-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/vvpzlg2qpvk080vsd636xxb856psdl2a-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/x56h567axqpji3pxh3dv96wyhbv7zsb8-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/yd9rc4wi1lc9l8zml3yx7zmq2z5ifw82-security-wrapper
oct 07 00:17:26 nixos installer[1402]: /nix/store/2wlj2mj3v0n29biffdlchf2z6a30cqbl-serd-0.30.16
oct 07 00:17:26 nixos installer[1402]: /nix/store/y5cfwr90gfqdz9xqq58clvhqsjxlsj8s-setxkbmap-1.3.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/v8n21mn4klmvcf6ikq27d4ac9y7pbiw7-shaderc-2022.4-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/d8yynaknzy5zd9mcq8lvy94lsfzg3i3f-shadow-4.14.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/49wd49p7j5hh7rq4c424lil5gfm518kj-shadow-4.14.0-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/cp793jcczsawicxa87z9qxw9cg0z9wsj-shadow-4.14.0-su
oct 07 00:17:26 nixos installer[1402]: /nix/store/33l6sj01y2agw8gmssgb4gf9m9ar2nkq-shared-mime-info-2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/ya4973zdk9gaz331dalf93rfr7mwl4yi-shellwords.rb
oct 07 00:17:26 nixos installer[1402]: /nix/store/4jmri9qy2f42hr30c84wrjhgs974mfna-signond-8.61
oct 07 00:17:26 nixos installer[1402]: /nix/store/gaxfaq5p2bfwls935skvfh3h4qp3pdp5-simple-dark-gray-2018-08-28
oct 07 00:17:26 nixos installer[1402]: /nix/store/rn6psjij9072n5dyxwhv106azxcxczdf-slang-2.3.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/r1bgdrfnd0khrdfxv48f32y19g1lck4p-snappy-1.1.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/yrh0ppfi2hz5ifcflf3cnswp5ihjna77-socat-1.7.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/vd8js2lz42i8psksd7dhsnb5nshax1gw-solid-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/fgll9bbwgrzxgx37c5iazwzrsdv59sj0-solid-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/hpha4mmar9ydjjsgf29skcpvywnn77xf-sonnet-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/77z0jgrchahddsp2y9f6m93098xmns6j-sonnet-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/zdycawmkn17qfnhfd1agxhxnfv984y9x-sord-0.16.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/zmf10h6nkfpl6z33ymplck4dw6hnliln-sound-theme-freedesktop-0.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/l9zvb4y5l03xlwx8974xca2c4i8x6l0s-soundtouch-2.3.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/9bzyzrcviwlkdz450cdzdij4m66c6d10-sox-unstable-2021-05-09-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/61hg9h2340a73rilj2mbwivgi5dv1lma-soxr-0.1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/vzv6hpvga9c0cblvyf3v6y8a037fqm6v-spacebar-23.01.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/9s5ayw7fih2jq1rx468cp6sqapkryxrc-spandsp-0.0.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/r7jwyd2rb2pw610jiam1wgw6vy8l436x-speex-1.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/09n8x6z9qx9pzm78jdgpm6kz1q4ncw6k-speexdsp-1.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/yz0fiq4lb7661f3sqddn35hn64ly131i-sqlite-3.43.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/b9f1bwwcynsch59w34nqc84wfxm9m8yh-sqlite-3.43.1-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/pbhd5rwg4k0kf6b5h1n2c18vawd2vrih-sqlite-3.43.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/kzx873ykpc56acnsx8v58cabrjp1i6qs-sratom-0.6.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/x9srz4xsxi179gik2j63d0dkhz5njgzy-srt-1.5.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/c7l2y35grxz47hfzyw626jbvr3ggagls-sstp-client-unstable-2023-03-25
oct 07 00:17:26 nixos installer[1402]: /nix/store/59n81dx2pmsv6fls1ccnan48c4fylidr-stdenv-linux
oct 07 00:17:26 nixos installer[1402]: /nix/store/vsd9v56gcpfxzg4x6h06q0n6bmwd179d-stdenv-linux
oct 07 00:17:26 nixos installer[1402]: /nix/store/in97nczg4wqkwfd0mksd3l9nr38mlb4d-stoken-0.93
oct 07 00:17:26 nixos installer[1402]: /nix/store/ns3rw7dnk9cghp0q5lfz33ghax6vf985-strace-6.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/khd24hm1gsv1w5rha1lk0m0zibfx92kv-strongswan-5.9.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/iihv4i7flm9jbwjgzgkz9g89w8rbp5jm-sudo-1.9.14p3
oct 07 00:17:26 nixos installer[1402]: /nix/store/rqwfdyp1wa4dn4ng6z3hdxwb1qmcdbph-sudoers
oct 07 00:17:26 nixos installer[1402]: /nix/store/glqa2rql9c5kd67hvzi0ivw5bp1hch6d-syndication-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/ann5piqw7an5np5b5gny2xjxm82731zp-syntax-highlighting-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/qnhfs11rlwh70qdmlamg4l382sfm1y9l-syntax-highlighting-5.110.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/65wd48gm791q6g4h8vd62myp615gi0zs-system-sendmail-1.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/kq7xjfgy6186gw0v9qacmxm5dhp7vyrx-systemd-254.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/7mgr5qdwqbxmgqa783mkni72cr9i9yvv-systemd-254.3-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/2wk7p2kahwja8dcsf3pamsxz9gn289sp-systemd-254.3-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/xiyzbvkhdkg4r673d708s41bcf0b29bd-systemd-default-tmpfiles
oct 07 00:17:26 nixos installer[1402]: /nix/store/pfjhczpah6c9i3z6bp6706da1rp96qb3-systemd-minimal-254.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/80n973dgwqwc147pdibmi5nxfzjqhgb4-systemd-minimal-254.3-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/0k3vvi35nazaam1s5cmdjqkvb7cyzgsd-systemd-stage-1-254.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/vyc74qmlwiq9xh8cna8vih7ypi50xmyv-taglib-1.13.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/qdl924bc10p1rv1d9qj4jc5g81gzvs4s-talloc-2.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/sknk9sk1sxd85m4bx4b0y0la9dfn1fqi-tcb-1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/h57lcpbmcmriravwk1aj9a2fr700g3xg-tdb-1.4.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/lxqkvbgiywb5z8any1m7w303ql8ijk3k-tevent-0.15.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/b4mvqnjca30j6j71lncvpdlisvjm5mbv-texinfo-7.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/ivcdjphv370shz23c19pg2sxbikkzbi8-texinfo-interactive-7.0.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/ynxi8c2m8i1227whkxiizjziafchjwja-thin-provisioning-tools-0.9.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/1lc9bpfzvlxinhzisj4f90r7xmfq9vr2-threadweaver-5.110.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/q6dprqqlrvjlq47cx621wn4jg7pkzga0-time-1.9
oct 07 00:17:26 nixos installer[1402]: /nix/store/zpbmdd70mlpwxzwjs7l2k416pdnfbq5j-tinyxml-2.6.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/i7v1lzgmq52wqr35wmmrsv47gw6q2wzn-tpm2-tss-4.0.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/6drnzq0abv3by3hxbvrq3sdwhma9qvak-tracker-3.5.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/4dgjmpmk540v5x7h7vk7bhz4kyf9rm9x-tremor-unstable-2018-03-16
oct 07 00:17:26 nixos installer[1402]: /nix/store/1aqrwv59cgpmlf4czpz0qrmhw8zd8mgv-twolame-2017-09-27
oct 07 00:17:26 nixos installer[1402]: /nix/store/yd1vgpywha9apfxxm2cjknp0qpnvhkkc-tzdata-2023c
oct 07 00:17:26 nixos installer[1402]: /nix/store/qhhb6600xpidy6a15jb1565qq634wpdh-udev-rules
oct 07 00:17:26 nixos installer[1402]: /nix/store/l2syz9f94dq1mjadsplq9y6gv8g5fa00-udisks-2.10.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/vd8vby2f4aa875ip3jarkvqd0cqm8xnc-udisks-2.10.1-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/9x33931111fxn8ib0c6cc9j3955jb05j-unbound-1.18.0-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/01xbdhddglaszzgvdpbrw1q3rjzlz7z0-unifont-15.1.02
oct 07 00:17:26 nixos installer[1402]: /nix/store/myca4x0ksqdynsz6hq0dlr3pkdvdaykp-update-autotools-gnu-config-scripts-hook
oct 07 00:17:26 nixos installer[1402]: /nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/lz53c0cjfmjp2ihp50d350cm4xmr4r2a-util-linux-2.39.2-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/2p0khmsmlblkzqp7cpfgmy5j1jd0ffpv-util-linux-2.39.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/g2lwshdl154jq6ni2b6cjr9qbnk4yqy0-util-linux-2.39.2-login
oct 07 00:17:26 nixos installer[1402]: /nix/store/px1g9qibbwhl3kiljwa4p7a3zi9k54dz-util-linux-2.39.2-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/zsba41b85yzfqqa06mxl3p9k6vy1hbq8-util-linux-2.39.2-mount
oct 07 00:17:26 nixos installer[1402]: /nix/store/5g1nad05pcvaqiy1z4q9s07wgq13nyrs-util-linux-2.39.2-swap
oct 07 00:17:26 nixos installer[1402]: /nix/store/vv023s9l05kgqa9xy1hf4s9430wpp15j-util-linux-minimal-2.39.2-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/dfz6h9z9fh88vas1n06wbpbp4y1p4xgi-util-linux-minimal-2.39.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/jaaz5w84sac9sn7r21xjfq1njk25lpnp-util-linux-minimal-2.39.2-login
oct 07 00:17:26 nixos installer[1402]: /nix/store/jagpq3spfy0hlbdzqb78jxmilkg468bi-util-linux-minimal-2.39.2-mount
oct 07 00:17:26 nixos installer[1402]: /nix/store/ap4781dsf7xwbjx74pa6gsmbaw0qk0az-util-linux-minimal-2.39.2-swap
oct 07 00:17:26 nixos installer[1402]: /nix/store/lqn4cd67ph08dl8qqjd15cjii0miidd0-v4l-utils-1.24.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/0h23abpsmczdcjs4w74pq62gazh3kf68-vo-aacenc-0.1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/pvd8k6r0y1l8c0khzglxb5hhw81vxhf6-volume_key-0.3.11
oct 07 00:17:26 nixos installer[1402]: /nix/store/kbgrg4gpyvhidw843gz0sh9k980w90i2-vpnc-scripts-unstable-2023-01-03
oct 07 00:17:26 nixos installer[1402]: /nix/store/k11r258a771fq354xm69bm3622v2b0jd-vpnc-unstable-2021-11-04
oct 07 00:17:26 nixos installer[1402]: /nix/store/7yz9llibikg6w84bczbv7hyhz0vaglnr-vulkan-loader-1.3.261
oct 07 00:17:26 nixos installer[1402]: /nix/store/z23b1xy0s9g70hwqh9mh0mhl0xhiz5r9-w3m-0.5.3+git20230121
oct 07 00:17:26 nixos installer[1402]: /nix/store/1n87zq0vch5csr6xxdx48n5110sx10lp-wavpack-5.6.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/8gd6ysrlgbc98ss9qbd7w29h4yiksmcf-wayland-1.22.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/2jp2n91jms76qk2hc1c5np2z3hpz6vrx-wayland-1.22.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/5ww387gapsharpjsnycwvjfdv3hpv7i8-wayland-1.22.0-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/ja46wf0s3xscpz0kr7rvqjfqvzkvwks8-wayland-protocols-1.32
oct 07 00:17:26 nixos installer[1402]: /nix/store/bj12s6mss7l2rwy467lrfndsj3jwcylk-webkitgtk-2.40.5+abi=4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/bjq5b4yp3wnl3192ahcsnf53r3ycjyma-webrtc-audio-processing-0.3.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/qkcwrbzdk4i3gjmfdmgbwg8n8ppja2c6-webrtc-audio-processing-1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/518rbbh5rxr0pwijhqcm3vq5v835lxgl-which-2.21
oct 07 00:17:26 nixos installer[1402]: /nix/store/8wwvpgphixlxpd6pz397802iylfm3jkz-wildmidi-0.4.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/a81gm86kimi52fqzbv0nfnpj63dmf4lm-wildmidi.cfg
oct 07 00:17:26 nixos installer[1402]: /nix/store/zm8zfw2c1qd66k9axikl43yzxv10drrn-wireless-regdb-2023.09.01-xz
oct 07 00:17:26 nixos installer[1402]: /nix/store/49s1z94ia8d4w8smsqs31z6b6h76vlhc-wireplumber-0.4.14
oct 07 00:17:26 nixos installer[1402]: /nix/store/y4zfdd8sacak7rjrlmidxi8xw7mswd43-wireplumber-0.4.14-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/j01w9jplb1wiirg64yzi4blx5n5p06vf-woff2-1.0.2-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/k4758fx5jx5b4dn2wqs1n8mc5df8cc42-wpa_supplicant-2.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/0q1dfwhpm8aismxggyw23mb2ikjvnv6r-wpebackend-fdo-1.14.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/3b1xdgjkbgjvixnvrhfxvh7jhx3g8588-x264-unstable-2021-06-13-lib
oct 07 00:17:26 nixos installer[1402]: /nix/store/rv8wx2lb3w76l7dq2gm5hyrkgkzs0c95-x265-3.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/7n7qs0hgmd5jb8k0vdpl3wvdphmgw98s-xauth-1.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/w32bw4a56b0a918dab81bcsyjn16ihws-xcb-util-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/ld4pd2vidnhl7hsma8bnz86n582xsnlr-xcb-util-0.4.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/2a475q2jx5sld7wrayc387kdndky5619-xcb-util-cursor-0.1.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/jvpq8qjs5zdhsvb3rch71qqmqbr3g9ii-xcb-util-image-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/jl7v3i7m0lpsr7z4vvydzm92m9qrb0pg-xcb-util-image-0.4.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/vqdz6milsw17bxxmmhkhxzfrbcv69way-xcb-util-keysyms-0.4.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/43lwbdgq67avhw38ric46bhmg9h0a466-xcb-util-keysyms-0.4.1-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/70j4bjn30p5v6bnq0jkcwak7kmlhviv1-xcb-util-renderutil-0.3.10
oct 07 00:17:26 nixos installer[1402]: /nix/store/4q5d9b146wnbl76i7bm2k98ri4nxl41y-xcb-util-renderutil-0.3.10-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/0gpazmkb183kims2ajnssc2zwczg9ma3-xcb-util-wm-0.4.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/m42ixx1l4z7k2lz0mknqgb83lvgphv70-xcb-util-wm-0.4.2-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/fcix4ahqnk0p94y4r4bhir206wbpv5z1-xdg-dbus-proxy-0.1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/1714p0gw2sfb5m4cgdp3g3099izmmfha-xdg-desktop-portal-1.16.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/0g504xcffsnq6a9igaw9ihhx0bxf2kl2-xdg-desktop-portal-kde-5.27.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/sicilw9hjb7a3j6xm6zq0936qab1nk8w-xdg-user-dirs-0.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/phymaw64p4lqj3y9i365kb0dhpzndml2-xdg-utils-unstable-2022-11-06
oct 07 00:17:26 nixos installer[1402]: /nix/store/vjaxrlfn704yhyw0bba52hynnhyhd4xp-xf86-input-evdev-2.10.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/zcadjarrj676clc6clr753fqssxyjxrz-xf86-input-libinput-1.3.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/5q540rk0npqllwvknjmwgnbyacf8f1zp-xf86-video-fbdev-0.5.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/6wm7f76j1nr8zan49xnlq8nhbhcz6zyy-xfsprogs-6.4.0
oct 07 00:17:26 nixos installer[1402]: /nix/store/xkkz381ysz8bpr5cmvgcibrz7wkzf2wa-xfsprogs-6.4.0-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/r0dcksfg1msvp0abjril17sskrwfl582-xgcc-12.3.0-libgcc
oct 07 00:17:26 nixos installer[1402]: /nix/store/rrlaicx8wkzqisgf6q45rzjwm79rdvcz-xinput-1.6.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/f3n97qp4q9381ixmy059hcn9vra4la1c-xkb-validated
oct 07 00:17:26 nixos installer[1402]: /nix/store/vzbq2ylx04wia9s09bas6js76f0ykbw6-xkbcomp-1.4.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/31zif2hd4djwnpvycl0g9azh3qzkc4x8-xkeyboard-config-2.39
oct 07 00:17:26 nixos installer[1402]: /nix/store/kqvvzijdjvmsp8zx1z5s8x6l9q0780ds-xl2tpd-1.3.18
oct 07 00:17:26 nixos installer[1402]: /nix/store/xri001q54ivb6a0qxnp2qrakvlzrhxgs-xlsclients-1.1.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/aqc50njqdpwxiivjay64j9hxm8n5f2sf-xorg-server-21.1.8
oct 07 00:17:26 nixos installer[1402]: /nix/store/cnj8n2gg2gafzmizavgrwync2r91m6ws-xorgproto-2023.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/041hai082q8zhzqnl0vmja1pld7x7lpd-xprop-1.2.6
oct 07 00:17:26 nixos installer[1402]: /nix/store/dkg320h8j0sp3niypyvra8hjqxxm5pn4-xrandr-1.5.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/s62bv6rscaagw1r31drz70wv66g6v7r3-xrdb-1.2.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/iinpmp6v3i1qrpmj7pqfsq4dm7863acw-xset-1.2.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/9k69pm40xj1i6llv899zl7igjpx9mlsr-xsetroot-1.1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/fwq30qik6vgwz68r89k7llfz7xprrh8p-xterm-384
oct 07 00:17:26 nixos installer[1402]: /nix/store/5qlyl4i5hnag92d6slhdj1rc6bwnzimp-xvidcore-1.3.7
oct 07 00:17:26 nixos installer[1402]: /nix/store/fbz3isj4vjq6fp14lcfbhw15hzpsm9l0-xwayland-23.2.1
oct 07 00:17:26 nixos installer[1402]: /nix/store/9zm7jmq5fiaimzzi6ps8xd2jlr0wqrr0-xxHash-0.8.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/aqqjmr30r9dxp8sb502yi2i20gdl0bhs-xz-5.4.4
oct 07 00:17:26 nixos installer[1402]: /nix/store/a2vcmdhbcq62ql3nn92dmwcnbhc3gm0r-xz-5.4.4-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/l9lqb993b5irf7zdmw9vcbpjhfnnas8x-xz-5.4.4-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/bz28s3rqhdmfh4xs2df5bi2ay06gch0l-xz-5.4.4-doc
oct 07 00:17:26 nixos installer[1402]: /nix/store/pxkll6m09ag1m69j4pdcp2d9bzfg3wp8-xz-5.4.4-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/kbhhhs6f00xilwj1zwcr9d6688qrqlv0-zimg-3.0.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/xvc9piyxi3bps4ycbcgirbvm63df72iw-zlib-1.3
oct 07 00:17:26 nixos installer[1402]: /nix/store/zyfjchsf19zlnlj33pw9kikrrv3j6zhs-zlib-1.3-dev
oct 07 00:17:26 nixos installer[1402]: /nix/store/6qjpn73czcw48wb9qpc079qk2gk80zl5-zram-generator-1.1.2
oct 07 00:17:26 nixos installer[1402]: /nix/store/mbqji94g200a6s51a67sz2k3has40gqy-zstd-1.5.5
oct 07 00:17:26 nixos installer[1402]: /nix/store/arbidndva2kip3kls150g9f8q47yj2xi-zstd-1.5.5-bin
oct 07 00:17:26 nixos installer[1402]: /nix/store/3n29c0274sbjmibyp1w3pggbcaxhcd86-zstd-1.5.5-man
oct 07 00:17:26 nixos installer[1402]: /nix/store/a124p18m75skfhrmnqin5d4nchr7kp8y-zxing-cpp-2.1.0
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/jjjs1qz5sqdxs325cxk1gflwaj1h8i2g-glibc-locales-2.37-8' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7' from 'https://cache.nixos.org'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/2wk7p2kahwja8dcsf3pamsxz9gn289sp-systemd-254.3-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/px1g9qibbwhl3kiljwa4p7a3zi9k54dz-util-linux-2.39.2-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/f3n97qp4q9381ixmy059hcn9vra4la1c-xkb-validated' from 'https://cache.nixos.org'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/wzb6xryz6rx8qfqdhspka5nhj2zvg4kw-acl-2.3.1-doc' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/y5ymr75q1rg6jcjhaqzg2ya8xlxz7gz8-acl-2.3.1-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/796z67cq4njczvhqlmr68x78sxf3pk37-alsa-ucm-conf-1.2.9' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/d5l3agns3n57jr2l12rwx5plbwbzflx4-attr-2.5.1-doc' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/pi6l070gma0mrzh84jfyhn0qj4j95i52-bind-9.18.19-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/1hlkkkhgw1g3q80rdcqsgplmbnxmv9bq-attr-2.5.1-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/qw1bpcxjx7rsy3sr285zz4qjc5cg7dkl-bzip2-1.0.8-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/xn05aqjwkbjy3zx59bn64g57aj1scrfs-coreutils-full-9.3-info' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/xsvh1p6ic352nvc9h2wvw48q2p5njfwf-curl-8.3.0-man' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/93yhpcppihys7ylh9hdf1n1bqck6q52d-dbus-1.14.8-doc' to 'local'...
oct 07 00:17:26 nixos installer[1402]: copying path '/nix/store/p9c1xklkjv3ry4af5n8y3nyasgla7rna-dbus-1.14.8-man' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/hbai7dmszzvcsq28r9jaw7rr0ss1jkjs-admin2Codes.txt' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/m59v6qh9hra3mvwv6lnh49dwsxbhnrmf-admin1CodesASCII.txt' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/ma7hlgz7x1zm8akpp201c3b7blm4g3lv-alsa-topology-conf-1.2.5.1' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/7nnv43h8gakdvfflbp6ab98dwkb2ygss-boot-error-assets' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/3pkz38ps5lrax4sgnmff2567rscp19df-bash-completion-2.11' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/n5v4n6ij7gsabz0csz65nlrc4cmq6dij-documentation-highlighter' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/65l6cqfccf1g3yd0wggrhgmwp49llq8q-boot-splash-assets' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/grrzwfz09y8gil1sxv6dwv3g7xhv5i68-extra-utils-pine64-pinephonepro-extra-utils' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/d6fsbkdg6554lx23qfnds5si45qyz365-die-hook' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/p9glw4fv1vdrvrxfjmy1y7pkmbn4hv9p-dns-root-data-2019-01-11' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/4g8zs7ggkz7wz5sw0fxa4dhdpgj7b9rw-dejavu-fonts-minimal-2.37' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/n2alr6l8mp60f6rixcah5qwr7ykl6pq4-diffutils-3.10-info' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/d723yn00axf2qiz84phs2ss39qcr2w5r-busybox-static-aarch64-unknown-linux-musl-1.36.1' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/7iqgj1j2rk5gj7962l58qwj253y6jy7d-fc-10-nixos-rendering.conf' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/h0jzsmfnlr5ai58q96px7vahzpff4zv8-fc-52-nixos-default-fonts.conf' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/aikcc0r6g9m8fzrl8423z8cjc00vqy8p-fc-53-nixos-reject-type1.conf' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/61pi0ia9zldcprnh0f0rg800iaw2gi93-fc-53-no-bitmaps.conf' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/8rmg7gv090fqy35acjly0al3aysivaaq-ffmpeg-4.4.4-data' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/i31hgwyr24ymd178d4a7d2i9xgal97vm-ffmpeg-5.1.3-data' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/32hlkk1cxz3m2zjvsc7cd4wwyqkkr9y7-ffmpeg-headless-5.1.3-data' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/gdnlx0ym7nagpwqm7y7a0a3hs0lfv536-dejavu-fonts-2.37' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/2yd3nr6vhszgaaym27pkjzla20w1qyp3-find-xml-catalogs-hook' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/wni188k1gghr8rf4c1r6lp9gpayzd2mw-boot-splash.mrb' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/w6jryprm0r9q64c9jb91zbzj94dkpc2h-boot-error.mrb' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/gxhnvfx66hjl13v46jzq77csnqywn58a-font-adobe-100dpi-1.0.4' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/iwrq5cwkq8axjgc4znnppl41p20qvrxz-font-adobe-75dpi-1.0.4' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/9cfg7x8gc9p97z2600srjj6bd5a4pb4a-font-cursor-misc-1.0.4' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/2cvwg2si7w0f047qp2fqgi2n0ag29rk1-font-misc-misc-1.1.3' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/0y63d38lrllkk6ndi57ghy03vbb6101x-fontconfig-2.14.2' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/0aqc1b78bkd6ldz0vkri6v016pb3yajw-freefont-ttf-20120503' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/zp2yqaaiyqapa93cn3dm3zkj7rrij7di-docbook-xml-4.5' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/jjq6xd20gkqkzymrc2xvlc0q4xmrhh7m-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/4nrazfw1rlg8a7hcak1m3icqbhf7hmnk-freepats-20060219' to 'local'...
oct 07 00:17:27 nixos installer[1402]: copying path '/nix/store/0bv49wlwaqr2fqrksd8c75w0alba67n6-gawk-5.2.2-info' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/572jiqwlsks3n8v8nakwbh03c3vvyfxq-gawk-5.2.2-man' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/xl9b662gf6m3pib22hnxw1pi46fcfipg-gcc-12.3.0-libgcc' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/g62hs60zyq40a0yvsr3c00dypxh1hb0c-gnu-config-2023-07-31' from 'https://cache.nixos.org'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/b53pbg748cng3w4fj5np0k50nxfhf6p0-gnused-4.9-info' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/i3r2xz35vf5j9z2bkw8njd6d82qchd95-gnutar-1.35-info' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/gb5i2fvdi03cfjkfmcqw2i9jc026czqd-gsettings-desktop-schemas-44.0' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/s7588spr46k07432ymn6pb85sdyj3w8l-gui-assets' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/zy5kr5a2zxcdxy8lbirc4i7192ahjqlv-gyre-fonts-2.005' from 'https://cache.nixos.org'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/5kb7j47k2klqq473wdjyrrsn7iv8kk87-gzip-1.13-info' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/4rsrp0flb19jvm3wzm8m50xmvkl6khbf-boot-recovery-menu.mrb' from 'https://cache.nixos.org'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/mpxmqg27ybjj381q1jrrwiyy78r750w8-gzip-1.13-man' to 'local'...
oct 07 00:17:28 nixos installer[1402]: copying path '/nix/store/lq4dch3q4wd0ml96d4c8nasl0g409r93-hack-font-3.003' from 'https://cache.nixos.org'...
oct 07 00:17:29 nixos installer[1402]: copying path '/nix/store/llaymcd67qqpn3hnsb16mambp3vqwf92-hicolor-icon-theme-0.17' to 'local'...
oct 07 00:17:29 nixos installer[1402]: copying path '/nix/store/8vfhzx3m5g79p4w0cgga46jh87x8ixvb-hwdata-0.374' to 'local'...
oct 07 00:17:30 nixos installer[1402]: copying path '/nix/store/hvgkcfb7y3521r23nl3nk4s4wxmy0qac-adwaita-icon-theme-44.0' from 'https://cache.nixos.org'...
oct 07 00:17:31 nixos installer[1402]: copying path '/nix/store/760drvan31g8w6jg1qsqh93dlh9fdjkw-breeze-icons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:17:31 nixos installer[1402]: copying path '/nix/store/ncpbp7g642mana5sbi9azxiqxfdcn2rp-iana-etc-20230316' to 'local'...
oct 07 00:17:32 nixos installer[1402]: copying path '/nix/store/y0k03aajb3h33sy84qi3vjnl63csaw0y-install-shell-files' from 'https://cache.nixos.org'...
oct 07 00:17:32 nixos installer[1402]: copying path '/nix/store/vq1fxkdvyj9iak41k0cs6jlpw810vi3m-iptables-1.8.9-man' to 'local'...
oct 07 00:17:33 nixos installer[1402]: copying path '/nix/store/1751i4kpfv688bfxdb998iw0hvmhhvxn-iso-codes-4.15.0' to 'local'...
oct 07 00:17:33 nixos installer[1402]: copying path '/nix/store/52a4sbvwfpg2ln9b6k0byaivx1gn9rzl-jq-1.7' to 'local'...
oct 07 00:17:33 nixos installer[1402]: copying path '/nix/store/n9c0gch6svx0yqynz4ik5g53139j2x10-jq-1.7-doc' to 'local'...
oct 07 00:17:33 nixos installer[1402]: copying path '/nix/store/wnfdfwsl3dgs8xrrlfww8kvf7wi9qsql-jq-1.7-man' to 'local'...
oct 07 00:17:33 nixos installer[1402]: copying path '/nix/store/gfhyjzva5r1w64zj988pczs11jbq2s9g-kdesignerplugin-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/zk3wb259y2lhgzfij80slswgbh1fpxfz-kjobwidgets-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/7iwbkw0fzq2i517920664i5dz3cvsa6s-kmod-blacklist-28-1ubuntu4' to 'local'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/y1d4iyc3a88jh7i1ca9ddm029hrk2znh-kmod-debian-aliases.conf-22-1.1' to 'local'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/w32k5c8jbl7xgm6x3j3iarivncyzalhb-kparts-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/w31i4avrks40ivvcnaqmn3szl7x4mbms-kwayland-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:17:34 nixos installer[1402]: copying path '/nix/store/7gby6ybgi8c49x5ajzrccpfddqwj3b5y-lazy-options.json' from 'https://cache.nixos.org'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/gg4h5j8aanyvb4w8ans2r0i6c70257j9-less-643-man' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/02wznlm2dih052i5z8b4ly16s0bn203i-liberation-fonts-2.1.5' from 'https://cache.nixos.org'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/sq0wsd8rcm8f35r2sagjqapp16l1bnyk-libressl-3.7.3-man' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/2l6pa4ms91pw3s3fln31vi7vmyb6vas6-libunistring-1.1' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/j365riqvrk4hbczr1j531l3pvc0avh2k-liburing-2.4' from 'https://cache.nixos.org'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/0rgs5km99gy0n49d2sifji33rbk6si75-linux-headers-6.5' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/r3jfxh6x09p7qqy522s1rlj9k57n3x4q-libidn2-2.3.4' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/sb4ygn2k8529lwiwwdhppbzdf555k64d-linux-pam-1.5.2-doc' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/m9b0lfar3shmn4ps6sd6rb2w72l0d75f-linux-pam-1.5.2-man' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/l6rpaij70nhawd7zqn6jj8xnhiz6dqdw-lvm2-2.03.22-man' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/d0klwmn0bv233lsf3xrphjx1m8zfdfgp-mailcap-2.1.53' to 'local'...
oct 07 00:17:35 nixos installer[1402]: copying path '/nix/store/43yn9f9xf1l5acc34a3nypnwn68x3kiy-man-db-2.11.2-doc' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/31j079ya3p96jfa0y2y12chkd602rm1g-media-player-info-24' from 'https://cache.nixos.org'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/cng1lrqy9d11x2w81fdvv4dpkwvf76cb-minimalX11Config' from 'https://cache.nixos.org'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/mv1l68ld8hz4vkx9sg2071mj7ysi7qxp-mobile-broadband-provider-info-20230416' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/d00vwhm3m828bmybm6jnhlf8yr8i1sdn-nano-7.2-info' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/d2g522vla6l5lv0nss9x9b3p72xpvrdm-ncurses-6.4-man' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/ypp7cgsvvgnf6if0xm70r69qy4lkyfaz-networkmanager-1.42.8-doc' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/m2zhs3hxklrbq4n64c2q4qyhyfybpi6v-networkmanager-1.42.8-man' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/miskflm820bd98inas9pw69grqnx05h3-nix-2.15.2-man' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/85g4v5p8y8hkj7a8g5b3761kg4w7nlp2-nix-2.17.0-doc' to 'local'...
oct 07 00:17:36 nixos installer[1402]: copying path '/nix/store/j0dzbw5bkybx0slgkbfxp0dz09b0i6vb-nix-2.17.0-man' to 'local'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/dpmx4bgzicn50yqxjwqfsr5vmih69yjr-nix-bash-completions-0.6.8' to 'local'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/qb82wpjaf3j6pswhk73rkcd43si2nb1w-nix-wallpaper-simple-dark-gray_bottom.png' from 'https://cache.nixos.org'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/sqvkk4rkrx4a4gv91cdvdd836dl229z7-nixos-icons-2021-02-24' from 'https://cache.nixos.org'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/gpxbw89y9av8y9qal2p3s3mf0cd3q4p2-nixos-test-driver-docstrings' from 'https://cache.nixos.org'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/abczbc2pjajw3smzjn60hxvj1qrgp9wx-nlohmann_json-3.11.2' to 'local'...
oct 07 00:17:37 nixos installer[1402]: copying path '/nix/store/gk98myypdfv2ycfizqd9p9k4b1naafmc-noto-fonts-23.8.1' from 'https://cache.nixos.org'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/kqii6nnzm0z1lbbvap3s2nhvd6xa61f5-noto-fonts-emoji-2.038' from 'https://cache.nixos.org'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/3gjzz6zq1mbcw6b2gsahhwfbhfchvihg-nss-cacert-3.92' to 'local'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/9007n3bcnp7ji174dbcqkf51sw6qgd48-nss-cacert-3.92-p11kit' to 'local'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/bjkk524f7d3yphibd9kdd8z0w04acirc-null-modules' from 'https://cache.nixos.org'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/hxxb5hpl689hjhi1vwhwc0q93qny43xv-options.json' from 'https://cache.nixos.org'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/wijzasp6mip3d1mgjqavlsm5sbzlc8hq-oxygen-sounds-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/lzvd7285yh69l3j4bphj18pq9yii84fm-perl-5.38.0-man' to 'local'...
oct 07 00:17:38 nixos installer[1402]: copying path '/nix/store/k5qydz3lr5cc006s576i8kqcf3afipas-perl5.38.0-Encode-Locale-1.05' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/y14q0a3rib0gcvgmhpx8230wzzlmc02g-perl5.38.0-File-Slurp-9999.32' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/gyqcp4jk11l5822kl4bi9iyddnmfdryp-perl5.38.0-HTML-Tagset-3.20' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/hadcdbm6v62c26if2cb6l2jklgcsgv1c-perl5.38.0-IO-HTML-1.004' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/lvmgp3klfvxqysp0c3sx01h41k9mfsl2-perl5.38.0-IO-Stringy-2.113' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/2imkl8vpasl2wvdi7h3889zp685lzar8-perl5.38.0-IPC-System-Simple-1.30' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/j9w5hyfz631aw7aicz70hgnsxpnbd32r-perl5.38.0-Config-IniFiles-3.000003' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/zdqgnny6c5rq3cvjhhz9grcifrvrvdqh-perl5.38.0-File-BaseDir-0.09' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/lsbd5rrwag9c54225vmjvaczip7slhvn-perl5.38.0-JSON-4.02' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/lg0i3irk9nk55n5nczz4n1x7z7219lsq-perl5.38.0-LWP-MediaTypes-6.04' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/mhbl7rsqlp0zwv63q3hawfgacn4srp9x-perl5.38.0-Test-Needs-0.002006' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/m6xyq01qbflzsahcvsb30q6s85pf1rrl-perl5.38.0-Test-RequiresInternet-0.05' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/3sqhayc7fjcwxgb99qsfdw6qa8ayzpwh-perl5.38.0-TimeDate-2.33' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/d23y3szjkygiwxh7k1q994nqlrcznd8m-perl5.38.0-Try-Tiny-0.30' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/fcs2f3dz2wgj0p96xj4sp946i00fd2lp-perl5.38.0-URI-5.05' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/dkn5fa735fr565wg41ji8yip6qjzxi4c-pine64-alsa-ucm' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/ayz1g4d2zy3iq6hzgrjyx8qifzyc2njg-pine64-pinephonepro-firmware' from 'https://cache.nixos.org'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/2vswipqlk07xpjhk507kvx212fp8yrc6-perl5.38.0-Test-Fatal-0.016' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/11gsrsbpnkqy226zmig5nnqbv33sniin-pine64-pinephonepro-firmware-xz' to 'local'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/74sgnbl9h2qfays0p0fzmn11i58vhv5p-pipewire-0.3.80-doc' from 'https://cache.nixos.org'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/8c7a1v29rh4i3szhk5kjgbbxmz6sp2mm-pipewire-0.3.80-man' from 'https://cache.nixos.org'...
oct 07 00:17:39 nixos installer[1402]: copying path '/nix/store/dain66dmnd215kh28x8qfv7kwjmx3230-plasma-workspace-wallpapers-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/xxcfm7pds4qgdk0233qg2qazmijanc62-plymouth-logos' from 'https://cache.nixos.org'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/p52ryawlr25dwb7xnvj99x624is2m1m0-poppler-data-0.4.12' from 'https://cache.nixos.org'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/yz7aqqpfdzjc3zjygifcxk6wykhcsy4m-perl5.38.0-HTTP-Date-6.05' to 'local'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/pq3p7283bzyfk0j9hh3kk1z7nb1q3ych-perl5.38.0-File-DesktopEntry-0.22' to 'local'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/9fgn032a64drr36h4s2a6dgwz7rrqfxk-perl5.38.0-File-Listing-6.14' to 'local'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/mxdwb99qj68mbvkjb94d9bjbjfs93rgl-perl5.38.0-HTTP-Message-6.26' to 'local'...
oct 07 00:17:40 nixos installer[1402]: copying path '/nix/store/8b20610nfj4wr6zpjlpqc3mp3p9qpc7p-perl5.38.0-Net-HTTP-6.19' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/wgpk4hk1438yfgxbq80671j4w8h0hlip-perl5.38.0-WWW-RobotRules-6.02' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/w8zg9djf315cbqgm6hm54bs3sxmjijdx-publicsuffix-list-unstable-2023-02-16' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/0mr2149f43g7aphm3vsbmc7jhcl1p0rs-perl5.38.0-HTTP-Daemon-6.14' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/2a3xc0jhr8k6xm85q6qv9n2iax93q5wb-perl5.38.0-HTTP-Cookies-6.09' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/7gw1kqs2k5ifps7mxxq3cxr3cf7j9yg3-perl5.38.0-HTTP-Negotiate-6.01' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/v66bzm99733hyphawnp9mksk8mbmpa90-qttranslations-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/ya4973zdk9gaz331dalf93rfr7mwl4yi-shellwords.rb' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/zmf10h6nkfpl6z33ymplck4dw6hnliln-sound-theme-freedesktop-0.8' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/rqwfdyp1wa4dn4ng6z3hdxwb1qmcdbph-sudoers' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/gaxfaq5p2bfwls935skvfh3h4qp3pdp5-simple-dark-gray-2018-08-28' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/yd1vgpywha9apfxxm2cjknp0qpnvhkkc-tzdata-2023c' to 'local'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/qhhb6600xpidy6a15jb1565qq634wpdh-udev-rules' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/5bwy1nvnib3hj7z2nkbk6gaig76dihsb-dtb-mapping.json' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/vd8vby2f4aa875ip3jarkvqd0cqm8xnc-udisks-2.10.1-man' from 'https://cache.nixos.org'...
oct 07 00:17:41 nixos installer[1402]: copying path '/nix/store/01xbdhddglaszzgvdpbrw1q3rjzlz7z0-unifont-15.1.02' from 'https://cache.nixos.org'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/myca4x0ksqdynsz6hq0dlr3pkdvdaykp-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/ja46wf0s3xscpz0kr7rvqjfqvzkvwks8-wayland-protocols-1.32' from 'https://cache.nixos.org'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/a81gm86kimi52fqzbv0nfnpj63dmf4lm-wildmidi.cfg' to 'local'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/zm8zfw2c1qd66k9axikl43yzxv10drrn-wireless-regdb-2023.09.01-xz' to 'local'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/y4zfdd8sacak7rjrlmidxi8xw7mswd43-wireplumber-0.4.14-doc' from 'https://cache.nixos.org'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/r0dcksfg1msvp0abjril17sskrwfl582-xgcc-12.3.0-libgcc' to 'local'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/31zif2hd4djwnpvycl0g9azh3qzkc4x8-xkeyboard-config-2.39' to 'local'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/cnj8n2gg2gafzmizavgrwync2r91m6ws-xorgproto-2023.2' from 'https://cache.nixos.org'...
oct 07 00:17:42 nixos installer[1402]: copying path '/nix/store/2cwdh964ly8gfrpbmya99pzwdhf8165y-glibc-2.37-8' to 'local'...
oct 07 00:17:43 nixos installer[1402]: copying path '/nix/store/bz28s3rqhdmfh4xs2df5bi2ay06gch0l-xz-5.4.4-doc' to 'local'...
oct 07 00:17:43 nixos installer[1402]: copying path '/nix/store/pxkll6m09ag1m69j4pdcp2d9bzfg3wp8-xz-5.4.4-man' to 'local'...
oct 07 00:17:43 nixos installer[1402]: copying path '/nix/store/3n29c0274sbjmibyp1w3pggbcaxhcd86-zstd-1.5.5-man' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/mf81bfvj08csf109ca9h1c9vybrb6xxp-a52dec-0.7.4' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/ykyah71hn1nfzdc0b0vh27hd7js16x47-aha-0.5.1' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/6yf14wsff03bsr3zg6m0kjg4m6ka2gnp-alsa-lib-1.2.9' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/4qp96hwq3wqkqhv99m76g2rp8sdjcl4v-bash-5.2-p15' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/cw9fh52raapsdvf38z9r5gfvb32swzyy-brotli-1.1.0-lib' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/d2ym9zc87m41vns6y48ws7rspnm1sbn8-anthy-9100h' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/d2m4lm3rpsn156a12klf4fa2969p9kxy-attr-2.5.1' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/qg42nwg0fqly3hhs686s0c13hfwdh3fl-bzip2-1.0.8' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/83bwh0h8l0qsqm3ifxp6z8bjz0m0zlqx-cdparanoia-III-10.2' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/447szgpxwpqsxkc483j7kgk2jai55p78-cpio-2.14' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/7imdwidw1glla1awrblm15k7f7il88pd-aws-c-common-0.8.23' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/bz38d1xs9lkzh3r2n3fdzzy5z7z99hmm-busybox-1.36.1' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/pa5dgf9i86i8490yyvz3gi6k0fml4l4b-c-ares-1.19.1' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/03p0v1ikgnafm7mv2hfvmzarizr70vqs-dav1d-1.2.1' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/cr6ybcviv5a85igd8fw1iv2dmkahqsa3-bzip2-1.0.8-bin' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/7yqcx1d8gfqm6dj5dqgpqm3l3jx6ijrn-brotli-1.1.0' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/jpg679a140blc127b1qlzidp4i3vyzdl-dosfstools-4.2' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/bw3445qxbaz44h07r62815skx5j82h09-duktape-2.7.0' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/7fgcm3vcdmjf4w0bxgwv1ih450fg5a45-bzip2-1.0.8-dev' from 'https://cache.nixos.org'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/4wrm8pfnn66sws7qnrr0hzsr3wpic81w-ed-1.19' to 'local'...
oct 07 00:17:47 nixos installer[1402]: copying path '/nix/store/ksq0669vg4i76f2iypw2cci4chsfszmb-acl-2.3.1' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/5kxccmzn8fxxx15ld4pcm9nlvaxp9p5g-attr-2.5.1-bin' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/gpcacr0f7z3f8ycykk3aj4ykjx30f4ah-editline-1.17.1' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/5lrvq9yxraa4kj3cb8v93xb6qpz1gn3h-ell-0.58' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/hb70jx0a1d7sybiy8nvr3zfqc48iwcl9-attr-2.5.1-dev' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/33k4vv3rxb31a8z5wr7lks7pcn7ca00b-expand-response-params' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/41dcnj6s04cbr6psm3qg82bfy83j8hk5-acl-2.3.1-bin' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/mrwq3c03b218g1ib7jf729p64x478c80-expat-2.5.0' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/f92slgvxfnwmkmzjygps88fnhr34fccf-audit-3.1.2' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/wcz0ijhqyhpbqkm908k38nkqmqa7zig9-acl-2.3.1-dev' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/zlfc64j2pwklhl19fis62n07nhx02pz4-expat-2.5.0-dev' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/dknnpmsjpm6c28lgsli1cjr6rgzm90rx-aws-c-compression-0.2.17' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/cr1v3sj1dvp6jxgvp1n6rkjsvb8wjdqh-aws-c-sdkutils-0.1.11' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/iimdx2pcch75zhcwqjqwikn7lki04k0h-aws-checksums-0.1.17' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/3awlqdw4wr797q3srg1dbcb0ah57kxfm-faad2-2.10.1' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/2d4k4f13g5722bhayxca08ax6nsb3lb8-fdk-aac-2.0.2' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/z24cadd2r46zksvl98vs1p4yd88g0bb9-font-util-1.4.0' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/d4qjd2rv8bj9jgsawlvj28ba6987j0mq-audit-3.1.2-bin' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/gx9rxw4rl6763n62s8jax8fc14f899r3-fribidi-1.0.13' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/zwxbfamcya1r716d1fw9nsw97f2gyk2v-gawk-5.2.2' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/xj06qqjr437v41s5s96nhw9i1y028wbv-fribidi-1.0.13-dev' from 'https://cache.nixos.org'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/a3wvfwrk6by5zkrpd2i016gxlff2dnd3-gcc-12.3.0-lib' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/qajixrhqxi47i9c11cqi7y4pylw3g1bm-gdbm-1.23' to 'local'...
oct 07 00:17:48 nixos installer[1402]: copying path '/nix/store/w989alz12c27kh5nhpz10mw3maf3s273-giflib-5.2.1' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/wp8zwma7h9npj48jspq250fskkhakm1v-glibc-2.37-8-bin' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/0ks4vk1z6qr6ql6sj9ms4gln9nnv6cqi-brotli-1.1.0-dev' from 'https://cache.nixos.org'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/i8n31m5mlbsf89xky9g848z6b57rxy5s-glibc-2.37-8-getent' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/6q1qvsn70cjb6pzznzqjawn1kw61y9x0-gmp-6.3.0' from 'https://cache.nixos.org'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/jlzy21zr0lg73mn6a6vdcynrygjji0q6-gnum4-1.4.19' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/02gn3k1vxi1nywl82dxswnin5rp85dns-gnumake-4.4.1' from 'https://cache.nixos.org'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/377f1kpx2rx7yi7jxzjan3hjh0m0szjd-getent-glibc-2.37-8' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/374qyiy32hajk5yni0d9kq7i69iw1r47-gnused-4.9' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/9ghwbgqa30aywnkz688461bg32f14y6x-gnutar-1.35' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/g7473531bmbwaq2mr558f611jn9cy9p6-getconf-glibc-2.37-8' from 'https://cache.nixos.org'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/dsiqnmrwxd1lyxhszzqppnx2rcfq8c9l-glibc-2.37-8-dev' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/2lllk931w4fqwdpvpykl44smz8sbl0jq-gsm-1.0.22' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/ac09i1r0fk17vadfjj0sgjcyj5z93jzm-gzip-1.13' to 'local'...
oct 07 00:17:49 nixos installer[1402]: copying path '/nix/store/ncf1dgmp7kf6ilj20rm3nx5dmqrzzvs6-jansson-2.14' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/pkbgi6z6wjxyb86kf3kxgkwmvb6rc2ri-bison-3.8.2' from 'https://cache.nixos.org'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/wm0cq80hr1ha0qmyhwpi5x702vv5jm1f-flex-2.6.4' from 'https://cache.nixos.org'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/vbxhr49ly2h6m6d726b8m33hxyjpqq7l-jasper-2.0.32' from 'https://cache.nixos.org'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/sia3zk7h0c2kw0xf8qf5knmk4y4z1krb-json-c-0.16' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/9yh5iq098syl8hcrsg4b5xrws835bdak-audiofile-0.3.6' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/7c9li6pw5hrp2xmhgzbizfhw3hs94y0x-boehm-gc-8.2.2' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/7sg0vip6nh2dmry54smvmihi9z1hs2ls-boehm-gc-8.2.2' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/nz8ji4jp41xd0w883f1hfrb4dm7xxz21-db-4.8.30' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/abswvzy1kqd7xmw90jasiqx5sga7m5na-db-5.3.28' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/bz7a29d861y69liwm22wx1v4laq2nbry-fftw-single-3.3.10' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/pjxm2r432g7gl91v90axm6r1919x9hf7-game-music-emu-0.6.3' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/3n76gr8n2az9a1scg78fhdlic0wcbv3x-gettext-0.21.1' from 'https://cache.nixos.org'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/44wsqb010cqplhgqszviyijzjs318adr-gmp-with-cxx-6.3.0' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/qdp0mz7ciray7gpkk0snwplzc245yx01-gmp-with-cxx-6.3.0' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/kjhypbz5q1zzcaq49pl7f3mlpwfyr7w5-graphite2-1.3.14' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/zlh7zakv2fn97fb4q2y6abzsdp6jflfd-coreutils-9.3' to 'local'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/dpxy6syffz80n40lbykl8chkchbi8l3v-gmp-with-cxx-6.3.0-dev' from 'https://cache.nixos.org'...
oct 07 00:17:50 nixos installer[1402]: copying path '/nix/store/h1fp9y0q4dynv75xh357shdminnknbm8-graphite2-1.3.14-dev' from 'https://cache.nixos.org'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/lnfax3130rc6200j6rj79arybs3akp83-diffutils-3.10' to 'local'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/4awdw9m07w2xjjqi1an8sdr8lpdj0hpz-findutils-4.9.0' to 'local'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/71mdhbp6p7h5ksvdj8w1b0kxwf8ixb57-groff-1.23.0' to 'local'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/rfdfnipag8yr51975ir64k1xgaihsknl-gtest-1.12.1' to 'local'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/5rnahrbxjypld720imz661p5kyzwa101-icu4c-73.2' to 'local'...
oct 07 00:17:51 nixos installer[1402]: copying path '/nix/store/fk96sgxybaljyx9aj3njhmzl5vyqxi5y-ilmbase-2.5.8' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/yhwiylzsd458ij8zj6ivxqkxlbqayd5g-gtest-1.12.1-dev' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/64nz8h4gbck68v5pqfj368j6mhpskyxj-imath-3.1.9' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/l3k11lpcq6hxa1fqr19gwhiw6d3xnrnh-inih-56' from 'https://cache.nixos.org'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/hadbm36fhgw87hdw3cfbk0q26b2wb59j-isl-0.20' from 'https://cache.nixos.org'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/18p8bq00kany7kk87y3zvcj02jinv3nc-jemalloc-5.3.0' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/5ap1xhcy5kngl5bi4q3d825x6y3x6gp0-keyutils-1.6.3-lib' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/4hl4q4fzsmcagx45xlfx7rqw53rdv190-lame-3.100-lib' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/ixa4xs14h8ljgpgkb4xp8yc9if59i02z-lcms2-2.15' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/kmccnbi9q35dnrmd6aby56xkhnrgwn80-ldacBT-2.0.2.3' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/7brfsckyvf00k5malhzzbfikcw69jsmm-libICE-1.1.1' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/qhynmqc19rl9v2ivf4wrsxzj3ch7lp3i-libXau-1.0.11' to 'local'...
oct 07 00:17:52 nixos installer[1402]: copying path '/nix/store/nknwif8p979hvvwwnas86vh4091mss08-libXdmcp-1.1.4' to 'local'...
oct 07 00:17:53 nixos installer[1402]: copying path '/nix/store/llqiy5v70p7hfyv4x7q35bpfzj1pa3jp-iceauth-1.0.9' from 'https://cache.nixos.org'...
oct 07 00:17:53 nixos installer[1402]: copying path '/nix/store/7vrvq8f97f1i249cycf242xzsgbmy7wx-libICE-1.1.1-dev' from 'https://cache.nixos.org'...
oct 07 00:17:53 nixos installer[1402]: copying path '/nix/store/ad8faaqwynk28yjs5zg2kp7qn87myzf0-libaio-0.3.113' to 'local'...
oct 07 00:17:53 nixos installer[1402]: copying path '/nix/store/y5c0vwvbmvwg964izb6f66k2f85ha3pk-libapparmor-3.1.6' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/x9l4l44g4hh6mrywjci7k34vslr8biba-libargon2-20190702' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/0rhajiffssi5l2b50bxhw5h4qx3v1ivd-libasyncns-0.8' from 'https://cache.nixos.org'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/6c4crdd0xx48s0bhq9dn2m3mybqghyya-libXau-1.0.11-dev' from 'https://cache.nixos.org'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/c22jglwibmh6415fby8f485ldqn95zlh-libcap-2.69-lib' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/p11y6pj043bpk2mvyrzgia79ylcaq65l-libcap-ng-0.8.3' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/qmpn09dj0k8f8sn09n33dm3zw8vbgabk-iputils-20221126' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/r7y1mwlgl1hz5ds8x381n015hv4rpcgp-libcap-2.69' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/hbx3g6m8pd2580zwiikp0j5bix11mlsy-abseil-cpp-20230125.3' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/zfd1xvwkdn3szswxw1wlpwws7dwrawyj-libcbor-unstable-2023-01-29' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/6lzh3ca7z7a4nvl2ngzr5p5n6c098j49-libcap-2.69-doc' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/hgkd8hrs8xngr1i9f7w4xvdccf4j82yq-libcap-2.69-man' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/2kn6gsr3n0pifqb4n0khyz2x0qk90nw7-libcddb-1.3.2' from 'https://cache.nixos.org'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/pd2r21qwsm9x3gkny28j8z1sbagmv5y3-libcerf-2.4' from 'https://cache.nixos.org'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/5sb1zcrg76fsz1xbhgcg08rwwj60fqyz-libconfig-1.7.3' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/8rhdsj02lspgcg4p83yrspd5r5bvcdrv-libconfuse-3.3' from 'https://cache.nixos.org'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/nz8nnilbv5mav3lbd111kmqsk3ppl1dh-libdaemon-0.14' to 'local'...
oct 07 00:17:54 nixos installer[1402]: copying path '/nix/store/zbw9mk9yjyy2q063ldqfnv6szdpc2vk6-libdatrie-2019-12-20-lib' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/iws6fmy3zrlckq302331hyh7rk61vfv3-libde265-1.0.12' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/hxjwn4bz3jli3fqds9756nifsawjc2rm-libdeflate-1.18' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/x0zgiq3ca5wlliy6dawj9ky9jk5hvffr-libdmtx-0.7.7' from 'https://cache.nixos.org'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/kanih3mh02n76jfbj1lajnavvnbv5g6n-findutils-4.9.0-info' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/swngndqh89n1q0p55i6xp11vb8r4f09d-libdovi-3.1.2' from 'https://cache.nixos.org'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/l4ifcj2vgkckb3azjy6wvgd2a5r5wr5l-libdvbpsi-1.3.3' from 'https://cache.nixos.org'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/llf8y9l7637mpg6zj1y76x7lbm63avf7-libdvdcss-1.4.3' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/k2fnhbzqxby19xrbldd0s6alc7q6qvyg-libebml-1.4.4' from 'https://cache.nixos.org'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/mfc3a0b6kfk3cy2ihdbnz9f2647kj5xv-libelf-0.8.13' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/9x3ybshmbabljpx7r54rmn0c834fpvhd-fc-cache' from 'https://cache.nixos.org'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/2nw6jjvz0clhnkwmk4zbngngx3w306v2-libdvdread-6.1.3' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/plxyxppskmnwshgxi4xj22a3dv7g5w5i-libevdev-1.13.1' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/rchwjcxv32npcqmwl3ns3yvvzfblg9sv-libevent-2.1.12' to 'local'...
oct 07 00:17:55 nixos installer[1402]: copying path '/nix/store/n41y250yh1ps6icfq8v0qkrnbhq5l6p4-libffi-3.4.4' from 'https://cache.nixos.org'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/ys2zr5z8x852paf1j2bnyf4ms5f01f4v-libffi-3.4.4' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/h9ra64cqbb07kknmhlzbzgnhzvlvr7hq-libfreeaptx-0.1.1' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/mnl5x6p6zsa5hgvzbwsw0vd2d3kkmc0n-libgpg-error-1.47' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/f3a7gvs4913p3jz54fki4xdipy390kpi-libgpiod-1.6.4' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/vv1c8j44yxviqrkpkwq59dl5w2na9i0p-libffi-3.4.4-dev' from 'https://cache.nixos.org'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/f0q6k9cb7acxjypgrxvvcfz8l3xzsynb-libidn-1.41' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/6qhg2szqhzbhk30si3zdfrbwqjagsy5d-libjpeg-turbo-2.1.5.1' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/byvcy1qr1kmz0rm0x8074cq990vcrfmc-libkate-0.4.1' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/k9d6hkysra58ny8iidv48k0ymlyn2c25-icu4c-73.2-dev' from 'https://cache.nixos.org'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/ws61s5fbrq9yh1pw9l2l0mxmmknap66w-libkrb5-1.20.1' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/g33dfq16v3fv5gj45wc2wc6k6hdqpj5z-libdvdnav-6.1.1' to 'local'...
oct 07 00:17:56 nixos installer[1402]: copying path '/nix/store/7kyivjbldkbwb3f72671xllvqhm7hv03-libjpeg-turbo-2.1.5.1-bin' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/iz4l107ddwajldq29h9v7ai1mr2gf6m7-liblc3-1.0.4' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/vsfalcyc55jy0nh45m09s3dahmns0q20-libmad-0.15.1b' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/r378lvb1mhp52p0vxq3ykw319g8sx6wb-libmatroska-1.7.1' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/bglsxica0k1izsn8czm5i8ycd8dbn3pz-libmd-1.1.0' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/r6vw2zzv0i3pn6vigmwamczj75famdzs-libmicrodns-0.2.0' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/53hj6mq5n7im8zcj8mpy74spzq0096d7-libmnl-1.0.5' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/q09irkac96qhhqflm7s15birfs7r8055-libassuan-2.5.6' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/c86zcazhd47vk69cmks8m92jqcc2g8a6-fc-00-nixos-cache.conf' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/dlbgmcgw3z3jw51qq4hm03chi5gjrriv-ethtool-6.1' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/2hwxw5a5ylya0f4qj0qhxc45z4013b28-libgcrypt-1.10.2' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/744684pb56yzjyk4ik6w1rl4r0hjy24g-libbsd-unstable-2023-04-29' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/mh5gkvgr7lzphsa91bqwpmlnk2ar76yf-libksba-1.6.4' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/zbfk3rnbvv4n98r39vqix9ns14vxhdr9-libmodplug-0.8.9.0' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/dx68p9d7kws98kg9qmqkg1ig6138vjhb-libmpeg2-0.5.1' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/rgyai4pnbqg0fvhmgdpccqkzkas1f3gm-libmpg123-1.31.3' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/pwxa8sg01w4b17y110k74qk8k98w8hfx-libndp-1.8' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/6xahncq071vc7cikcj2ckgyhmxiq1mh9-libnfnetlink-1.0.2' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/lr4hfc76irb4x0wzgx4r96ghqj02vzrx-libnftnl-1.2.6' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/5p6f5h4q9nxayw3s3mba7idbd5mfa3rz-libnl-3.7.0' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/6bz8h2paw69rd095skjlb0xz4qn1zap2-libnetfilter_conntrack-1.0.9' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/dxdwrrjpj38maj1rhf2zqzbyiiigj1d5-libogg-1.3.5' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/vfw4a9rk9wyd65i39bpqm4ga17l2x078-libopus-1.4' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/jy3zlld57xbqbq7ci6plqkrpn9kk3i56-celt-0.11.3' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/kgz0lcwi7rk78jaf6x0ifyq0dzwmlk18-flac-1.4.3' to 'local'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/rn78jlnhi3ha17iahh91a51zjksag2v4-libossp-uuid-1.6.2' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/qf8i5d10bsy4bls0ff8kf7xi0sa5bi3d-libpaper-1.1.28' from 'https://cache.nixos.org'...
oct 07 00:17:57 nixos installer[1402]: copying path '/nix/store/8gnrxj8bnjysq3py26gakv5ny3igi12d-libpcap-1.10.4' to 'local'...
oct 07 00:17:58 nixos installer[1402]: copying path '/nix/store/2nvpg5833ssxxlsba3vvp232a2drr27g-libpciaccess-0.17' to 'local'...
oct 07 00:17:58 nixos installer[1402]: copying path '/nix/store/la9j4bk5ij2r3ligch6ps7m9aq0d3h76-glibc-iconv-2.37' from 'https://cache.nixos.org'...
oct 07 00:17:58 nixos installer[1402]: copying path '/nix/store/5dqhk4q5h8xsvbjapyg7vhy8hifzfvc5-libdrm-2.4.115' to 'local'...
oct 07 00:17:58 nixos installer[1402]: copying path '/nix/store/28njyyr71ky785190zsi241ss1wpgipl-libpipeline-1.5.7' to 'local'...
oct 07 00:17:58 nixos installer[1402]: copying path '/nix/store/bwa6gbj6zrvbxi9z3vbacp38cx0l11xs-libdrm-2.4.115-bin' from 'https://cache.nixos.org'...
oct 07 00:17:59 nixos installer[1402]: copying path '/nix/store/92vmf1x45cybdb4h0m9hzvln97dpcgfw-iptables-1.8.9' to 'local'...
oct 07 00:17:59 nixos installer[1402]: copying path '/nix/store/r140xk6lnh0dd4czxpkp4saf0m2n9jcs-libplist-2.3.0' from 'https://cache.nixos.org'...
oct 07 00:17:59 nixos installer[1402]: copying path '/nix/store/wnp7nzb3ahbn3vm8b59l5knvqbwaa3xz-iproute2-6.4.0' to 'local'...
oct 07 00:18:00 nixos installer[1402]: copying path '/nix/store/48y4kk7vycr1d6rp66lnbg476mk4p2fc-libpsl-0.21.2' to 'local'...
oct 07 00:18:00 nixos installer[1402]: copying path '/nix/store/pa1cr56gmsaqxir6v508y7zh2i30zd1f-libraw1394-2.1.2' to 'local'...
oct 07 00:18:00 nixos installer[1402]: copying path '/nix/store/vqnwhdgn8vqykm21vwf0djlm93a54793-libressl-3.7.3' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/sr3s8ix33swxn45mnzmq8kdjjz812qd8-libavc1394-0.5.4' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/hlrfafv5mxwqhx676lj7m1gbn7js0ddv-libdc1394-2.2.7' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/dkivldb50g1hfgm6vb7wppa7ahflwnin-libiec61883-1.2.0' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/i1fjbpk8b1j808yw4y6zqk21nnhm3ski-libressl-3.7.3-nc' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/a26h4v87ai57j36kv1fdmlls89aa43rw-libsamplerate-0.1.9' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/nhn2l8hpn0kicwf3b2rzx52jniz776yk-libseccomp-2.5.4-lib' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/ppnzh092a5wcz3bpb460jd8jlcc96gkl-libsigc++-2.10.8' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/w5mizz8ans4lq81j4bw18rrc9kf8hbqr-libsodium-1.0.18' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/580kidlbbcwdxdzz4b8zqpd4299hpylz-libtasn1-4.19.0' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/kmrqvf20lnx0n5p4rhlid2ddvfv0brf4-libthai-0.1.29' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/ja5shgq6y5wndmy5sgvvc5a0l5fq9nmx-libtheora-1.1.1' to 'local'...
oct 07 00:18:01 nixos installer[1402]: copying path '/nix/store/ma5fialjzpssavzkmsa2fqcdb0g69wqh-libtirpc-1.3.3' from 'https://cache.nixos.org'...
oct 07 00:18:05 nixos installer[1402]: copying path '/nix/store/iy036b0f5f69ngb593gfcx4ip776i4vl-libtool-2.4.7-lib' to 'local'...
oct 07 00:18:05 nixos installer[1402]: copying path '/nix/store/gjbkx58hwz02xnygyjbjf4xg9by68wr1-libupnp-1.14.18' from 'https://cache.nixos.org'...
oct 07 00:18:05 nixos installer[1402]: copying path '/nix/store/1fw3pjjzy5s43zkbpl0sgki2bxj4r9la-liburcu-0.14.0' to 'local'...
oct 07 00:18:05 nixos installer[1402]: copying path '/nix/store/b620zvg2xyfxi0vh9b7p6017j7lrgdpc-libuv-1.46.0' to 'local'...
oct 07 00:18:05 nixos installer[1402]: copying path '/nix/store/qn7g5s8a86161lcn8yigybp3g5h3cp1s-libva-minimal-2.19.0' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/4f90vlarfih2wzl538706pvshbqlmf1m-libjpeg-turbo-2.1.5.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/ad8j2mqzlbmrzkh990ymfrdxkk8q0xba-libvisual-0.4.1' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/7g5ci21zgk3a3wjaww49b9brjbi9j9li-libvmaf-2.3.1' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/7ah401lwf8c6pb1h3ws8417bf97s3nsa-fontconfig-conf' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/xyqk5kpr38837p54yh71pdg05d7phi8j-libvorbis-1.3.7' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/yvwa8v9dxm4dcjw3d12avg5jysschcc9-libvpx-1.13.0' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/8v56yxaw82rd83q245szhb1agvzdn8rv-libxcb-1.15' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/xhpdbh7zxy00vqqh52p9h0iivlghmxwj-libxcrypt-4.4.36' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/g86ljycgm3xi0cxf0rg3x0mw3mz61gmh-libxcvt-0.1.2' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/jr3svmzmzj8awyp7lylgw3lq4ng7ivxk-libimobiledevice-glue-1.0.0' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/c6fncxjplx8m643drsgab1zhhb0ln110-libxshmfence-1.3.2' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/9rbk3m8xqv45i73l9kgfvlh7c7gix1l4-libdrm-2.4.115-dev' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/r0sfwrd4c8ib18bm8lksr5sq79vcnym1-libyaml-0.2.5' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/l9475644wacyvb3p9yfa4d712ca0gf7w-libyuv-1787' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/rw1c6f231xwxp24xcnvsvbm4yn16j6ly-linux-pam-1.5.2' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/kpyf1901pfyp0mq1fqyixqqmfhrmzm8a-lmdb-0.9.31' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/4g1gb8q1v7g4h9791x59p46s07gg0yd2-libsndfile-1.2.2' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/5rw6q0fn1fdmn5mqw2p994kwdf12lp7v-lndir-1.0.4' from 'https://cache.nixos.org'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/ngj2a90k2p9xs0lhmd0phqayl3gwh3mh-lowdown-1.0.2-lib' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/mrq0kb535khn2w6rpm3iszbmary6264l-liburcu-0.14.0-dev' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/fvfyc2kb8yvw51n796x5kwbr4vz2l71a-lz4-1.9.4' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/3iwfkj3361457zdhr6jxs11ndaif7jyy-lzo-2.10' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/8pgqkm89hpnk8c9kcn29cqpabmn1x9ka-make-initrd-ng-0.1.0' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/kq9plg6r2qql2p4arr69801rf44978rm-libbs2b-3.1.0' to 'local'...
oct 07 00:18:06 nixos installer[1402]: copying path '/nix/store/zilj8c3xr0kx03642iaclaal0ckvny2k-mcpp-2.7.2.1' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/db929vs339yqf3vpqgzgjvyhrmyx2rbg-mkpasswd-5.5.18' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/hxn3zq3ny2qm268rq5cyvkh6y2k3apka-mpfr-4.2.1' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/vbxp7bhpxgsz288im6msxyx6y828fa16-mpfr-4.2.1' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/f443salzlrjcibaisbw021bfxxc947vz-mruby-2.1.2' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/80wyc7gwb1c56mjgak6c0vybjv0621ii-mtdev-1.1.6' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/67kyvsivg1ba8zvkvlg4ah2xm33j2kjd-ncompress-5.0' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/682bmixj4lsfirihqpk5j2xz6wz3gpkf-libX11-1.8.6' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/byj19w3mjivb4wgp19xkl31g83lybas3-libxcb-1.15-dev' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/qfwyhlgdy4x2v6chrhq4phlx84gkp607-ncurses-6.4' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/sfqk6y0s57xqjf62jg23lr9cd4c87hsh-net-tools-2.10' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/6342wlyi8ci4rnvlq2mf9pfw6z9m2w1a-nettle-3.9.1' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/yrnfqyzzyxa0dbh7139ya2hdzdyh35qv-libusbmuxd-2.0.2+date=2023-04-30' from 'https://cache.nixos.org'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/aw3q9qrknidr993qsqbnz0gxdxzqr9ny-nghttp2-1.54.0-lib' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/2awa1hpdr7b6ada3v19z1b2diryvf3lv-npth-1.6' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/s6zc7bjs24nicgay6xix3xkaw2cqiz1r-nsncd-unstable-2022-11-14' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/yp4w3zzb532qw41fh7brgzrddh58jx1w-nspr-4.35' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/34dqhwqk8kvwgwvwbnly2lxpav6av56y-gnupg-2.4.1' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/dj59ixfvph0q6rc5srhikqq7ipwm0ihj-numactl-2.0.16' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/p2w9z566h3mlyrh1qwl88217ck42kgfr-nuspell-5.1.3-lib' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/bgv8kxzz4v6amfi4wqndx3i85d5p91fc-oniguruma-6.9.8-lib' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/yqnn0wjkrwnjgd2yb4zfz2wxizzn0j1s-openexr-3.2.0' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/bwkiq50cshx3pdn604dg3py13nl8dyal-openfec-1.4.2' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/wm6vyn4118x8dkxkk5j5mfm05vwhlpmj-lttng-ust-2.13.1' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/lqmwz866r150p756kzij7qnzdgnbxq3r-openh264-2.3.1' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/hqxvbjhnczxas0rv030zashii6j9izlq-openresolv-3.13.2' to 'local'...
oct 07 00:18:07 nixos installer[1402]: copying path '/nix/store/7rmm096xyjvazggklsk4qnqz74slnrj4-openssl-3.0.10' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/lcmnlkl4gign39gbb93qalxrvspks8xh-openssl-3.0.10' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/98mr86fzqvy2jd6fxdpx7xn7mkp9nh46-jq-1.7-lib' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/pj72lkmp1xcz7n8qnzy9wz5pjbblkx4l-openssl-3.0.10' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/21lny3ylywkh3169gd58rj44pvznacig-orc-0.4.34' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/35ram5z709knwyngyj5na3mcgmmwlrqm-jq-1.7-bin' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/2kv8zcv135whb67j2prdvjfybb4k84dg-aws-c-cal-0.6.0' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/7ah8fafzfz0k6bqx5m8p52wcdw8y2p86-ldns-1.8.3' to 'local'...
oct 07 00:18:08 nixos installer[1402]: copying path '/nix/store/dx30jmpqd1gjy1xg7fmhc98vs9f748m2-libmpc-1.3.1' from 'https://cache.nixos.org'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/nv7d8w0rsf19mqarcb87diyzbifr68v7-libnvme-1.4' from 'https://cache.nixos.org'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/j0m23vjkbpxpwzxs4p5ys1zcka1w289c-libsrtp-2.5.0' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/6clgpsqx6blf75lqgvvcvl64fniyqmmg-openssl-3.0.10-bin' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/pks9k099x5iqh3gw8g2f0p94qcjnflm3-opusfile-0.12' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/kmjrrnsmy8gb2qjjdhfjznrrk6x6r9hz-p11-kit-0.25.0' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/cgw77qksdfqli5wmr2l6gsingwj5jgb9-patch-2.7.6' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/g1mrhcx6zg0d4mfbspj3ci09r6bwh366-patchelf-0.15.0' from 'https://cache.nixos.org'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/709fbvsc57xsqarnmjx25l793pjxp4m9-pcre-8.45' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/674yifhhivlnjxjz1pbw9pnq17xidlzq-pcre2-10.42' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/fm2prpj0dp6q34rnd0fq567i5bva6zi8-pcsclite-1.9.5' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/w59px33l6myyrawnf3ra7lhzqglwimj8-libimobiledevice-1.3.0+date=2023-04-30' from 'https://cache.nixos.org'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/b686i84z2i47ygrisz49b9f7m1pm8v27-openssl-3.0.10-dev' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/c2ixwpmflam5fb8l2nyriyd8fqx2h5s4-perl5.38.0-HTML-Parser-3.75' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/j3012idnh8wlzdyags26jhs0cpy1ks82-libselinux-3.3' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/0zl3pvls39wlkbzlcvgknfq3mps9kl7x-pixman-0.42.2' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/kyxg8bpbzcbjilgdpln2rgbvainldza2-popt-1.19' to 'local'...
oct 07 00:18:09 nixos installer[1402]: copying path '/nix/store/izbsjpkk7in2g8qsciq4d34qlpbn3mgc-coreutils-full-9.3' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/kqphjqg8ncswwcnh37hn6jkj09kf1bwn-ppp-2.5.0' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/cmk0hkygviw3cj9vr8sy7lhhahlmrv8n-cyrus-sasl-2.1.28' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/14m8vw26p38hkb4mp54f20cb71cjb4zp-editorconfig-core-c-0.12.5' from 'https://cache.nixos.org'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/5z3knhml5cgc6cwk3bn7nz09rk9p4kb0-bubblewrap-0.8.0' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/zvkc34w59kp2wq7qab26bz4ks0pdplcz-gnugrep-3.11' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/c0mfazr7a72yplaj93540m0b3yr6p98m-libbytesize-2.9' from 'https://cache.nixos.org'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/lmb7vgry8k0dyaq8fn8zgz59n08yllkd-pcre2-10.42-bin' from 'https://cache.nixos.org'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/xlhy01mk223b464s38s5prihsh37q5km-qrencode-4.1.1' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/hk18vcmzhq68ig9rk33f5akgrfh3m9m6-rav1e-0.6.6' from 'https://cache.nixos.org'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/90wdpd78w2ryzlgwfwylig40s18ljbcx-s2n-tls-1.3.50' to 'local'...
oct 07 00:18:10 nixos installer[1402]: copying path '/nix/store/wxz2zz4vfad4lxac8488f2q2d2s5n26v-sbc-2.0' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/106jr6f2qnbljjw38krnfx9wz92jyd4z-schroedinger-1.0.11' from 'https://cache.nixos.org'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/lvj5ghqp3mx8gmqwbb4qli25fnypm3f9-security-wrapper' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/slhwrl9jnbiwfsxx7yc72dszj4l2b0iv-security-wrapper' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/2wlj2mj3v0n29biffdlchf2z6a30cqbl-serd-0.30.16' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/v8n21mn4klmvcf6ikq27d4ac9y7pbiw7-shaderc-2022.4-lib' from 'https://cache.nixos.org'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/1ani96idlyvf8w23fhvjw0pbx2vnh349-aws-c-io-0.13.29' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/r1bgdrfnd0khrdfxv48f32y19g1lck4p-snappy-1.1.10' from 'https://cache.nixos.org'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/b8sj2vv8xg6c2hyxqagilvxsa2218ipw-libdv-1.0.0' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/761g6h91a5056dzirq1j2yl2r3qnr4yk-gnugrep-3.11-info' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/xsz3lzzj857607rl8dj2xln29ihfi40l-aws-c-event-stream-0.3.1' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/8l9gkfaspna5w424f3p4z7w4hknwnbwl-aws-c-http-0.7.11' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/9rni3522njkyqc6mswkzsk07p8halb1d-logrotate-3.21.0' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/y3p44s5icdkcl158i0ssrnxqrzzag4yx-nix-info' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/f1dxcc39wv1ijl0j06ccxpxfcas5xdjg-libX11-1.8.6-dev' from 'https://cache.nixos.org'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/c50ir356f728hx31rncpqss24wc6xfvs-libXcomposite-0.4.6' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/gd6k38r8x10d17kli0kj2nsf1w0bh6fi-libXext-1.3.5' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/dx8yqcixqqbs41c01q4b6029i176105q-libXfixes-6.0.1' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/xr702msk2fd647r6jk92zr02pwf2ra50-libXpm-3.5.16' from 'https://cache.nixos.org'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/f9py28ghlg3fh5cgl5hiwn5nfaj2jyfb-libXrender-0.9.11' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/mksy8sx7ahszf4qa42lx5hynrlb4zdaj-libXScrnSaver-1.2.4' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/di7kkbzhxqi0dvc2mci5fip89npg7b6b-libXdamage-1.1.6' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/wnbrznrh91r0pd4pl9r9ml9jf86lazqp-libXcursor-1.2.1' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/p7mhbw0yrjmvkywc8dm7x84s09l0rmby-aws-c-auth-0.7.0' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/s8frrh13phcs0djlal0qga9hj3r3zh18-aws-c-mqtt-0.8.14' to 'local'...
oct 07 00:18:11 nixos installer[1402]: copying path '/nix/store/s7lk3h8kq0cic0c8dy2wa8bfp5yzmkx2-libXext-1.3.5-dev' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/lhr2mk6d9d39nlldrmy03qmp0dzshm75-libXfixes-6.0.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/mpy2visc6ij6bk9kdfp05y8rf3kl4ci4-libXi-1.8.1' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/j62zk68ky617bshiy58r9ibk99x58d3n-libXinerama-1.1.5' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/j8ynql7jxiq32hspzxnq22lijaw2yi81-libXrandr-1.5.3' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/6cdq6kwbwvnww8qm942g2h2xf2a7srk1-aws-c-s3-0.3.13' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/4sr2vp67n0fqh02zwvmbx9wwjqgk5ycp-libXtst-1.2.4' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/bv4hdg6xn7ll1iprwa6shhgwj6vb5kbk-libXv-1.0.12' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/wh60b3sd2kxpzirqkk93fgzvyfbfsjiv-libXxf86vm-1.1.5' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/3yzpghsqqxq0pk9vrbz5qbnjgcmmcj5z-libXinerama-1.1.5-dev' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/bxj8qvzrpzm0bgvchw9kps6cs9x13fng-aws-crt-cpp-0.20.3' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/la0g3h88ky0dgrnsl8kxm3zd1ldfr9kg-libglvnd-1.6.0' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/3km1ya4ss1gzii40wr4kmqfd5k5kmh3b-libvdpau-1.5' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/mkhlyh79rzyzgjvyj82q9v3i2q7ajr0z-libxkbfile-1.1.2' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/9xcqrfc3cgkffkf8kfy17xd921gmsv6m-mjpegtools-2.2.1-lib' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/bz50c6h94acdrdr6fbs2j9sg9qmvskpd-pcre2-10.42-dev' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/zdycawmkn17qfnhfd1agxhxnfv984y9x-sord-0.16.14' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/l9zvb4y5l03xlwx8974xca2c4i8x6l0s-soundtouch-2.3.2' to 'local'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/q5v7rf2rr9raz7rih1z1i3svybjivlbq-libXcursor-1.2.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:12 nixos installer[1402]: copying path '/nix/store/61hg9h2340a73rilj2mbwivgi5dv1lma-soxr-0.1.3' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/r7jwyd2rb2pw610jiam1wgw6vy8l436x-speex-1.2.1' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/4c79cnm15viri5n84r2prd2ksbf8syr8-libshout-2.4.6' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/09n8x6z9qx9pzm78jdgpm6kz1q4ncw6k-speexdsp-1.2.1' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/v0ihy84s0r1g1h77lz476yqq3bmz8mpw-libGL-1.6.0' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/1462zl071g48p373x7r6g1nfs1ny2ncx-libXrender-0.9.11-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/x3fb7vs77wdfcv0p3fd2kyq51lh0wcq5-libglvnd-1.6.0-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/z22f0wbq31cq02pcj2v587cb07czyy7f-glu-9.0.3' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/k20gmixqn62fwqz5gzi7dcc2sx7mvlzn-libepoxy-1.5.10' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/kzx873ykpc56acnsx8v58cabrjp1i6qs-sratom-0.6.14' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/x9srz4xsxi179gik2j63d0dkhz5njgzy-srt-1.5.2' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/skw41009v53fayga0dl4wipxmgbvzz48-lilv-0.24.12' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/c7l2y35grxz47hfzyw626jbvr3ggagls-sstp-client-unstable-2023-03-25' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/iihv4i7flm9jbwjgzgkz9g89w8rbp5jm-sudo-1.9.14p3' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/n6wsbvwad2d61k12wb1py3z8nwj7xd1x-libepoxy-1.5.10-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/65wd48gm791q6g4h8vd62myp615gi0zs-system-sendmail-1.0' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/sknk9sk1sxd85m4bx4b0y0la9dfn1fqi-tcb-1.2' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/fwi0cg6vl9r6bnv4ilqp0p8p4wl6x6wz-libXcomposite-0.4.6-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/9mclx7b0hw62vrxsr7m82wfq64n00vv0-libXdamage-1.1.6-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/ywqyjkajzz7pqrmmx3cayl5rlb9l9zb7-libXi-1.8.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/d8yynaknzy5zd9mcq8lvy94lsfzg3i3f-shadow-4.14.0' to 'local'...
oct 07 00:18:13 nixos installer[1402]: copying path '/nix/store/q6dprqqlrvjlq47cx621wn4jg7pkzga0-time-1.9' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/y5cfwr90gfqdz9xqq58clvhqsjxlsj8s-setxkbmap-1.3.4' from 'https://cache.nixos.org'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/zpbmdd70mlpwxzwjs7l2k416pdnfbq5j-tinyxml-2.6.2' from 'https://cache.nixos.org'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/4dgjmpmk540v5x7h7vk7bhz4kyf9rm9x-tremor-unstable-2018-03-16' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/1aqrwv59cgpmlf4czpz0qrmhw8zd8mgv-twolame-2017-09-27' from 'https://cache.nixos.org'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/9x33931111fxn8ib0c6cc9j3955jb05j-unbound-1.18.0-lib' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/gl3l7c6f2sxwsnk5p6jfs72q13yfdddy-libXrandr-1.5.3-dev' from 'https://cache.nixos.org'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/2p0khmsmlblkzqp7cpfgmy5j1jd0ffpv-util-linux-2.39.2-lib' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/p59v9amaqa9j2lp37kr16xqljkzpk6pp-libGL-1.6.0-dev' from 'https://cache.nixos.org'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/dfz6h9z9fh88vas1n06wbpbp4y1p4xgi-util-linux-minimal-2.39.2-lib' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/jaaz5w84sac9sn7r21xjfq1njk25lpnp-util-linux-minimal-2.39.2-login' to 'local'...
oct 07 00:18:14 nixos installer[1402]: copying path '/nix/store/zrx9kq70y1y325akbcvrcsz4lch5vh6q-e2fsprogs-1.47.0' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/5aapnj64fiwzbg7akbv4jr77lkdiysiv-f2fs-tools-1.16.0' from 'https://cache.nixos.org'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/7q7r0ahr0j2wymp0r27nmfpg2p4cbb5b-libSM-1.2.4' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/jagpq3spfy0hlbdzqb78jxmilkg468bi-util-linux-minimal-2.39.2-mount' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/ap4781dsf7xwbjx74pa6gsmbaw0qk0az-util-linux-minimal-2.39.2-swap' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/0h23abpsmczdcjs4w74pq62gazh3kf68-vo-aacenc-0.1.3' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/97sps9y3pz86ga1d5g1yb61psr9p6rn2-libSM-1.2.4-dev' from 'https://cache.nixos.org'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/a8vsj3khmdzs5vxr6ps8l1jmbg3n79wm-libXt-1.3.0' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/7yz9llibikg6w84bczbv7hyhz0vaglnr-vulkan-loader-1.3.261' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/1n87zq0vch5csr6xxdx48n5110sx10lp-wavpack-5.6.0' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/6mh7qmmmaqagpq99ipphv8hkibjsjpyk-libXmu-1.1.4' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/8gd6ysrlgbc98ss9qbd7w29h4yiksmcf-wayland-1.22.0' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/bjq5b4yp3wnl3192ahcsnf53r3ycjyma-webrtc-audio-processing-0.3.1' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/qkcwrbzdk4i3gjmfdmgbwg8n8ppja2c6-webrtc-audio-processing-1.3' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/lj5s1lym1h1ymlp38zzn8qn66r02hlvm-libXaw-1.0.15' from 'https://cache.nixos.org'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/518rbbh5rxr0pwijhqcm3vq5v835lxgl-which-2.21' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/8wwvpgphixlxpd6pz397802iylfm3jkz-wildmidi-0.4.5' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/6cspa22yi9i36ras39jnkwgb2wc7qm5y-libva-2.19.0' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/j01w9jplb1wiirg64yzi4blx5n5p06vf-woff2-1.0.2-lib' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/10i7xvnrm1vbpl3lc6v3w3g9s2z5lb89-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/pkww5dqaidhxiyqkqnzly4kzgypn3y3v-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/r0mm4gfyzydgm5jpl32sza1r7nhy3r93-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/vvpzlg2qpvk080vsd636xxb856psdl2a-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/x56h567axqpji3pxh3dv96wyhbv7zsb8-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/yd9rc4wi1lc9l8zml3yx7zmq2z5ifw82-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/cp793jcczsawicxa87z9qxw9cg0z9wsj-shadow-4.14.0-su' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/rg4rnlvagwj0347z83jk8dksvj0090ba-e2fsprogs-1.47.0-bin' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/3b1xdgjkbgjvixnvrhfxvh7jhx3g8588-x264-unstable-2021-06-13-lib' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/rv8wx2lb3w76l7dq2gm5hyrkgkzs0c95-x265-3.5' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/43q03cmaz7phk9zjs1fpmh2bjy00421a-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/b3prlvm1qmq49awjkiygfdy4z0x36m3c-security-wrapper' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/7n7qs0hgmd5jb8k0vdpl3wvdphmgw98s-xauth-1.1.2' to 'local'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/w32bw4a56b0a918dab81bcsyjn16ihws-xcb-util-0.4.1' from 'https://cache.nixos.org'...
oct 07 00:18:15 nixos installer[1402]: copying path '/nix/store/vqdz6milsw17bxxmmhkhxzfrbcv69way-xcb-util-keysyms-0.4.1' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/6ysyf6f4970g014yw4x230bn8raq2wy5-security-wrapper' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/s52kdfppwkgvi43f4bimb2jizpjs74v8-bcache-tools-1.0.7' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/49wd49p7j5hh7rq4c424lil5gfm518kj-shadow-4.14.0-man' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/g2lwshdl154jq6ni2b6cjr9qbnk4yqy0-util-linux-2.39.2-login' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/zsba41b85yzfqqa06mxl3p9k6vy1hbq8-util-linux-2.39.2-mount' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/5g1nad05pcvaqiy1z4q9s07wgq13nyrs-util-linux-2.39.2-swap' to 'local'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/70j4bjn30p5v6bnq0jkcwak7kmlhviv1-xcb-util-renderutil-0.3.10' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/0gpazmkb183kims2ajnssc2zwczg9ma3-xcb-util-wm-0.4.2' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/sicilw9hjb7a3j6xm6zq0936qab1nk8w-xdg-user-dirs-0.18' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/5q540rk0npqllwvknjmwgnbyacf8f1zp-xf86-video-fbdev-0.5.0' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/6wm7f76j1nr8zan49xnlq8nhbhcz6zyy-xfsprogs-6.4.0' from 'https://cache.nixos.org'...
oct 07 00:18:16 nixos installer[1402]: copying path '/nix/store/rrlaicx8wkzqisgf6q45rzjwm79rdvcz-xinput-1.6.4' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/vzbq2ylx04wia9s09bas6js76f0ykbw6-xkbcomp-1.4.6' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/kqvvzijdjvmsp8zx1z5s8x6l9q0780ds-xl2tpd-1.3.18' to 'local'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/xri001q54ivb6a0qxnp2qrakvlzrhxgs-xlsclients-1.1.5' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/041hai082q8zhzqnl0vmja1pld7x7lpd-xprop-1.2.6' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/232yhw9wx29mnyql729fzalh0lnf9hy1-e2fsprogs-1.47.0-info' to 'local'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/pzyxfbsr528s6nh13vclw8nz7y6zahil-e2fsprogs-1.47.0-man' to 'local'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/8y8i3gyyfbb9qlg4wj4f3p2rnn7353dd-nilfs-utils-2.2.9' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/dkg320h8j0sp3niypyvra8hjqxxm5pn4-xrandr-1.5.2' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/s62bv6rscaagw1r31drz70wv66g6v7r3-xrdb-1.2.2' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/ld4pd2vidnhl7hsma8bnz86n582xsnlr-xcb-util-0.4.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:17 nixos installer[1402]: copying path '/nix/store/jvpq8qjs5zdhsvb3rch71qqmqbr3g9ii-xcb-util-image-0.4.1' from 'https://cache.nixos.org'...
oct 07 00:18:19 nixos installer[1402]: copying path '/nix/store/43lwbdgq67avhw38ric46bhmg9h0a466-xcb-util-keysyms-0.4.1-dev' from 'https://cache.nixos.org'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/l8dj7c0sfnxmvqr2v6lsvkdqdhjgrb37-aalib-1.4rc5' from 'https://cache.nixos.org'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/8iy70rns94az4wycpii3c6n8b13mwsj7-gpm-unstable-2020-06-17' to 'local'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/kidqd59x0xxbmg29s9fjpslrmzarq67v-hunspell-1.7.2' to 'local'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/p2x4mims08fi1954wfhm2dg7fajxdb2s-less-643' to 'local'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/3zk2la06ssipbdw7xzfhhi828pqx9rcx-libedit-20221030-3.1' to 'local'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/fbqckpbgw1a1fnfqgfw00g46cbgl6qbw-readline-8.2p1' to 'local'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/4q5d9b146wnbl76i7bm2k98ri4nxl41y-xcb-util-renderutil-0.3.10-dev' from 'https://cache.nixos.org'...
oct 07 00:18:20 nixos installer[1402]: copying path '/nix/store/8fg864349xjbdg8kp2jn1639p53mcc8i-bash-interactive-5.2-p15' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/w351kr2mzwifh66l1dqy3pvgjgl712rr-lua-5.2.4' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/0nvfqij1n00i1y77vf2ys3acngjj3dnx-lua-5.4.6' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/w6pc7jjk4gdifa4k3zsnlixm0zns8s83-nftables-1.0.8' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/yrh0ppfi2hz5ifcflf3cnswp5ihjna77-socat-1.7.4.4' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/m42ixx1l4z7k2lz0mknqgb83lvgphv70-xcb-util-wm-0.4.2-dev' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/xkkz381ysz8bpr5cmvgcibrz7wkzf2wa-xfsprogs-6.4.0-bin' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/iinpmp6v3i1qrpmj7pqfsq4dm7863acw-xset-1.2.5' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/9k69pm40xj1i6llv899zl7igjpx9mlsr-xsetroot-1.1.3' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/5qlyl4i5hnag92d6slhdj1rc6bwnzimp-xvidcore-1.3.7' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/9zm7jmq5fiaimzzi6ps8xd2jlr0wqrr0-xxHash-0.8.2' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/aqqjmr30r9dxp8sb502yi2i20gdl0bhs-xz-5.4.4' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/kbhhhs6f00xilwj1zwcr9d6688qrqlv0-zimg-3.0.5' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/v06ziv5cniv98zq7kqp61x7f60avjq0h-bash-interactive-5.2-p15-doc' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/11x0dwx0iwfc14lbcplkiv72lmyjy4xb-bash-interactive-5.2-p15-info' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/zg3g72px9gd9fsvj2jfzj79vnjq0sdaa-bash-interactive-5.2-p15-man' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/xvc9piyxi3bps4ycbcgirbvm63df72iw-zlib-1.3' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/mbqji94g200a6s51a67sz2k3has40gqy-zstd-1.5.5' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/a124p18m75skfhrmnqin5d4nchr7kp8y-zxing-cpp-2.1.0' to 'local'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/f88wbbwq16v0a8k7d91zk0hfh241cxhw-atomicparsley-20221229.172126.d813aa6' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/m1b2jhqnwlpqgzy6lvfpw5lxj7ipwdlc-binutils-2.40-lib' from 'https://cache.nixos.org'...
oct 07 00:18:21 nixos installer[1402]: copying path '/nix/store/10499cbjdfhqrjhsdc650x654g3zwz77-boost-1.81.0' from 'https://cache.nixos.org'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/a0zmp5ym4hgr3v5p7f5hc66c9qwfkbzb-exiv2-0.27.7-lib' from 'https://cache.nixos.org'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/5zmn126y9vv79slm4vjn9m1djdf214gz-file-5.45' to 'local'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/f5wnly9kb23vn0lp55cac2y5bk0s3xrk-file-5.45' from 'https://cache.nixos.org'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/y9jsk4facmdscm2bh15p72l07qm4l07m-gcc-12.3.0' from 'https://cache.nixos.org'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/r23sasa1h55fhbmhkbi6sh85i4ghm5sv-glib-2.76.4' to 'local'...
oct 07 00:18:22 nixos installer[1402]: copying path '/nix/store/08imrnc0myn4c8281j8as879kpc7ff2v-gnutls-3.8.1' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/ihdwxh07pm5gaip8mm75rymax3r9dwk2-iodine-unstable-2019-09-27' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/zvzmrxygikva1qzqdjy92n8zxjqidrym-kexec-tools-2.0.26' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/w5p526vdmphgvmmz85gm7zgzhz4hrgj9-kmod-30' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/ps6f5fy50gp55qy7zzp8c6xa5dx3jqxp-kmod-30-lib' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/7z5shvcdiq2cmryy0rjdrldv1l0znmi5-libcaca-0.99.beta20' from 'https://cache.nixos.org'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/brv1i44gvvjbgs9hf4hh8kjglg5092pf-libfontenc-1.1.7' from 'https://cache.nixos.org'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/94kcapsdhzysr9fya1fylcllmpgs4838-libmng-2.0.3' from 'https://cache.nixos.org'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/4i7jyghx5szhrymzcd0018hmckl0b8fv-libmysofa-1.3.1' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/c844jph9pifs77rfjq90h0h3lw69yiiw-libpng-apng-1.6.40' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/8pj5swwr12iqxq5wxfw9f5a9x1qzpg3a-libraw-0.21.1-lib' from 'https://cache.nixos.org'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/8zs3is5jkks3haafmyhanqilq67zwi8g-freetype-2.13.1' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/mx32y1v3jq9z2lgni81sg7dmspw59la1-libssh-0.10.5' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/iq33bkw8v39b4lwih7z2i8y2hcy67j0s-libssh2-1.11.0' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/nldaw3a104j3fcx5a73bfsrddrbkg7qi-fontconfig-2.14.2-lib' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/fv075nwc79vml1h42xdljz99vad3wnxr-curl-8.3.0' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/w7i78iaimym1468kdy3hvmk1bczk8q3f-libtiff-4.5.1' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/zgz8rbf7cd76420bi70s7q5vxh81ggaf-libmicrohttpd-0.9.71' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/6p8v63vricv75xr4wxw842j1xlhrpaw6-fontconfig-2.14.2-bin' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/r8r7rf039r831x368plllxm3k4xry0qj-aws-sdk-cpp-1.11.118' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/k3yxgmla46dxciq911g84rwnb6rkxkih-curl-8.3.0-bin' to 'local'...
oct 07 00:18:23 nixos installer[1402]: copying path '/nix/store/g9my0b3id8mvgd7gqpv51mx4iazzdp4c-elfutils-0.189' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/f91ry3xm9s4z0h9bv0xjvmndp9x932n1-libXft-2.3.8' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/3jc4872rib2q9jivwxbi96aljqr8xpps-libtiff-4.5.1-bin' from 'https://cache.nixos.org'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/xfb8vgs2v43zayfy5s5jx1q7xryjphj4-libunwind-1.6.2' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/0hkvxzm4mlmnrxxnzpxa12p5f7dr3w0n-libwebp-1.3.2' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/51zc1j4v27i4iimr6g7p639j6xjid2k2-libplacebo-5.264.1' from 'https://cache.nixos.org'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/885rhc6b4847y8vlkqq1kh84irqkdr8q-libbpf-1.2.2' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/d47crm36qpdij3k8gfv9y9l27jbzqraq-libxml2-2.11.5' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/4r08w11vibs9ihs1sj827lna8iir4xdb-libzip-1.10.1' from 'https://cache.nixos.org'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/wg4awr4a83z1iidpyas0bphzpph5p9dq-bind-9.18.19-lib' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/r4vw7ra4v257b7lprp5rn8hgh92pnixz-libarchive-3.6.2-lib' to 'local'...
oct 07 00:18:24 nixos installer[1402]: copying path '/nix/store/b85gkg7h8xfv49ypsr12rh9r89l085cn-libbluray-1.3.4' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/as2izmyw2771n7p60nlm0f6a84kmnyin-binutils-2.40' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/ksry1h2g30hgbk5mr79yylapn83v9m8x-libxkbcommon-1.5.0' to 'local'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/0w8b8vr7d47rc3854i9q49aspsr2j3dh-exiv2-0.27.7' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/9hsgiasz8pfsjjagiqf9ard33z5zyan6-libXfont2-2.0.6' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/f7sj04qg2xq8n3gkm776sw8hig0q0l39-libarchive-3.6.2' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/0wr9fdi3pkjnll05bdr30zzyrn98d0bv-bind-9.18.19-host' to 'local'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/0kb9m0k73z70qima630zfy07hahihp98-libwpe-1.14.1' to 'local'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/r93g5v6q90szzgbabaiasyfcp2p26rqp-libxkbcommon-1.5.0-dev' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/yr877m46342wmmrv4z3q4ywh2irrs5zy-libxml2-2.11.5-bin' from 'https://cache.nixos.org'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/apzfhm4jaspgkpc4kc47bbb34mfcq7dz-libxslt-1.1.38' to 'local'...
oct 07 00:18:25 nixos installer[1402]: copying path '/nix/store/6k0979l6q6ngrdkc8rcfgxhqpga6bn3a-llvm-15.0.7-lib' from 'https://cache.nixos.org'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/hq5r6djx15cjc6jcniq6dbvcc29g4mlx-libxslt-1.1.38-bin' from 'https://cache.nixos.org'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/3n927aa45xxkqhz9w2x6sdk08r2gkj4g-cairo-1.16.0' to 'local'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/f3kc1ag7hvrqqk1hf6kq0y54j0np2y03-dconf-0.40.0-lib' to 'local'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/f4cnb47b5c2qil2jrvdi3mfdsjk1p8m7-desktop-file-utils-0.26' from 'https://cache.nixos.org'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/8xc7f3q0nhmfzikwg5j2366avrnxbzf1-gdk-pixbuf-2.42.10' to 'local'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/vm08f19hz91b38n7l01zgr89sdbqj9vb-glib-2.76.4-bin' to 'local'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/bz4db2ci5dw2wz00413n5nh53dg9i7yv-ebook-tools-0.2.2' from 'https://cache.nixos.org'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/1rsij0rs5768ni7rnyb425rd39jyw3hb-glibmm-2.66.6' to 'local'...
oct 07 00:18:26 nixos installer[1402]: copying path '/nix/store/kpyfhlbx2jp7d5pglfwfvbm0kfsnswv1-gobject-introspection-1.76.1' to 'local'...
oct 07 00:18:27 nixos installer[1402]: copying path '/nix/store/4lgvnm4qlhz8n9pakz1g98xka5vjiyyx-graphene-1.10.8' to 'local'...
oct 07 00:18:27 nixos installer[1402]: copying path '/nix/store/4l6j3s7xy03hc7jj0n325a8xxjchqmbn-gsettings-wrapper' from 'https://cache.nixos.org'...
oct 07 00:18:27 nixos installer[1402]: copying path '/nix/store/6lsjspi5b73nl4iwlwq65b32hkj64lfr-gstreamer-1.22.5' to 'local'...
oct 07 00:18:27 nixos installer[1402]: copying path '/nix/store/byjpc6d2ndijc1kd0i6nq00bcijlp2sb-harfbuzz-7.3.0' to 'local'...
oct 07 00:18:27 nixos installer[1402]: copying path '/nix/store/xy058g96l5b1b72wihf7lnnqyz0xb4vn-harfbuzz-icu-7.3.0' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/xzhyj8r30g26l00h0l91gn5nzg6paj87-json-glib-1.6.6' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/aknwg3f57bz98yxxwyyj71b5d822954c-libical-3.0.16' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/vk0382f3sgs99gdj8ahjn19624ml0bdx-libmbim-1.28.4' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/5dggcf9cc57fw6k1hjkkdjrdhirn17pc-libnotify-0.8.2' from 'https://cache.nixos.org'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/7w4x0ffiycqx165jpmkkyra8i7yzxvxw-harfbuzz-7.3.0-dev' from 'https://cache.nixos.org'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/v38si8xyfw05ixaaqh07h0h03zd08vc1-libarchive-3.6.2-dev' from 'https://cache.nixos.org'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/jrsachny9h9mkan5bg2cyn0qri7pknpw-libass-0.17.1' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/jmmqxgm6ghzc6rkvp8y6ln6li9rd4gln-libpinyin-2.8.1' from 'https://cache.nixos.org'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/2ba0aqsdf20p9nxcp72bp3si2pcwiimq-libqrtr-glib-1.2.2' to 'local'...
oct 07 00:18:28 nixos installer[1402]: copying path '/nix/store/6xpji6pv3srv5qysalr2q31x5mc04hjm-libsecret-0.20.5' to 'local'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/zrhjm2dj3k5hrx452dzvpk47js7xgdzm-libxklavier-5.4' from 'https://cache.nixos.org'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/jfpgajczhg8likm2fzi50al1klz16jr9-libxml++-3.0.1' to 'local'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/zrw29mzwk08csdcp35x4506xkcqjd0gz-gobject-introspection-wrapped-1.76.1' to 'local'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/xfjkl0z279hm041604wj7z64z45dj9wd-ffado-2.4.7' to 'local'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/8lplya3l860ifdapkjsf0k6mg3lvy9xc-libxmlb-0.3.10-lib' from 'https://cache.nixos.org'...
oct 07 00:18:29 nixos installer[1402]: copying path '/nix/store/f1llk1bp7l9j4xm2zhj9gf5px4nivkh3-mariadb-connector-c-3.3.5' from 'https://cache.nixos.org'...
oct 07 00:18:30 nixos installer[1402]: copying path '/nix/store/4nb3pzlvn6c99f0djqhx77rbj7qzma1n-minizip-1.3' from 'https://cache.nixos.org'...
oct 07 00:18:30 nixos installer[1402]: copying path '/nix/store/1s8kqv53fbcasggkhl94yzxfn7rg6m6h-nano-7.2' to 'local'...
oct 07 00:18:31 nixos installer[1402]: copying path '/nix/store/v5k23b5b9k27sj7b5i1k0hd7j6bva49p-neon-0.32.5' to 'local'...
oct 07 00:18:31 nixos installer[1402]: copying path '/nix/store/snsf5pplws981h184qdkjp6nf7b5lz8s-ntfs3g-2022.10.3' from 'https://cache.nixos.org'...
oct 07 00:18:42 nixos installer[1402]: copying path '/nix/store/a9hm4ccbqxgaffwh2whr9ck13s9k528n-openexr-2.5.8' to 'local'...
oct 07 00:18:43 nixos installer[1402]: copying path '/nix/store/hj7kn39byfz3bq9mqqvscq35bvqzsnc2-openjpeg-2.5.0' to 'local'...
oct 07 00:18:43 nixos installer[1402]: copying path '/nix/store/4lqfg9cl3pbpp0j8gpn7kf9mz4lrblzj-pango-1.50.14' to 'local'...
oct 07 00:18:43 nixos installer[1402]: copying path '/nix/store/90prhimx3ibxxrpd8af4527gmr1xzjqq-libjxl-0.8.2' to 'local'...
oct 07 00:18:43 nixos installer[1402]: copying path '/nix/store/h4k0f0ifnlxllc0lnchgw28k9a3il7fi-libjxl-0.8.2' from 'https://cache.nixos.org'...
oct 07 00:18:44 nixos installer[1402]: copying path '/nix/store/3k66dvkm8hy7wyj3mbjfkzsi8wpih4hn-gst-plugins-base-1.22.5' to 'local'...
oct 07 00:18:45 nixos installer[1402]: copying path '/nix/store/12bkcgjhn8vfd9halpqpklnvx0nvy4px-libaom-3.6.1' to 'local'...
oct 07 00:18:45 nixos installer[1402]: copying path '/nix/store/hb7q1inwn39q699na4yzsr0fnx9l1y3a-librsvg-2.56.3' to 'local'...
oct 07 00:18:46 nixos installer[1402]: copying path '/nix/store/n3c0nd58aivw2bnaxqhmnlgwanm10672-libavif-1.0.1' to 'local'...
oct 07 00:18:46 nixos installer[1402]: copying path '/nix/store/bqhb8k50fsylmzv97rxjh2gzbv9nm1sm-libheif-1.15.2' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/qwk9rvna9hlydw09hl2nzrdy68y187xx-libtiger-0.3.4' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/rd9fk4kvi3421wpgpxcd9v4d5sdw9h67-pango-1.50.14-bin' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/dwxqhpxsspkzj4qbyw8n77cq9rl08ks5-gd-2.3.3' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/1zyzfc55bzn8acjf2x9ib1f1b5gqkc2b-gdk-pixbuf-loaders.cache' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/mdffkpn045jyrcmbp00752dq92fpradx-pciutils-3.10.0' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/xjsicsbv7qsxwz49ab5ck3bmw9h800bc-appstream-0.15.5' from 'https://cache.nixos.org'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/1dcl4pfapcmmg7g4dij77j4yplnlswwx-perl-5.38.0' to 'local'...
oct 07 00:18:47 nixos installer[1402]: copying path '/nix/store/p4g0yyfpi6aiz95b5cn2395ycf7cx1d4-postgresql-14.9-lib' from 'https://cache.nixos.org'...
oct 07 00:18:48 nixos installer[1402]: copying path '/nix/store/pac7avzf92nqcf6qq116x8wkg5b8d2g9-protobuf-3.24.3' from 'https://cache.nixos.org'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/h936vs01sihiypvwp57z82x1wi1xdjb7-python3-minimal-3.10.12' from 'https://cache.nixos.org'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/w0wyg5rnv32fcm2scn0ia3dw0k6z13h2-python3-minimal-3.10.12' from 'https://cache.nixos.org'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/04zr8r12yxvn63rv9fb2va1x8y5vzlbf-python3.10-pygobject-3.44.1' from 'https://cache.nixos.org'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/wk9xwgfbghd94y705rhzq8dnxbs2gwnh-raptor2-unstable-2022-06-06' to 'local'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/04ckx6dnn3irppw91c2jpgbralkbwslb-gnuplot-5.4.9' from 'https://cache.nixos.org'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/mn4p61sp7ylhdz3fn1zxv1i9d89d6y1a-lrdf-0.6.1' to 'local'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/bkycdpc2nfc9h2037gg844sah5sf0390-rsync-3.2.7' to 'local'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/67zwmpwvvrncmf36pxmfcgqvyz0fjrff-rtmpdump-unstable-2021-02-19' to 'local'...
oct 07 00:18:49 nixos installer[1402]: copying path '/nix/store/33l6sj01y2agw8gmssgb4gf9m9ar2nkq-shared-mime-info-2.2' to 'local'...
oct 07 00:18:50 nixos installer[1402]: copying path '/nix/store/rn6psjij9072n5dyxwhv106azxcxczdf-slang-2.3.3' to 'local'...
oct 07 00:18:50 nixos installer[1402]: copying path '/nix/store/6rnxcsha6nv314pdb455rl3y5gpa0dm0-alsa-utils-1.2.10' from 'https://cache.nixos.org'...
oct 07 00:18:51 nixos installer[1402]: copying path '/nix/store/26r3bk793fwaiglv65803ksxx3cwdpk5-newt-0.52.23' to 'local'...
oct 07 00:18:51 nixos installer[1402]: copying path '/nix/store/9s5ayw7fih2jq1rx468cp6sqapkryxrc-spandsp-0.0.6' to 'local'...
oct 07 00:18:51 nixos installer[1402]: copying path '/nix/store/yz0fiq4lb7661f3sqddn35hn64ly131i-sqlite-3.43.1' to 'local'...
oct 07 00:18:51 nixos installer[1402]: copying path '/nix/store/b9f1bwwcynsch59w34nqc84wfxm9m8yh-sqlite-3.43.1-bin' from 'https://cache.nixos.org'...
oct 07 00:18:52 nixos installer[1402]: copying path '/nix/store/w5mjwihq08qrkyfccsfvkzkljp482niq-libaccounts-glib-1.24' from 'https://cache.nixos.org'...
oct 07 00:18:52 nixos installer[1402]: copying path '/nix/store/9c6dmh0g1lipicsh5bmd8l4yv37sgjr8-libchewing-unstable-2020-06-27' from 'https://cache.nixos.org'...
oct 07 00:18:52 nixos installer[1402]: copying path '/nix/store/azdignpplcnd1gw87a3zb8nyabqnfqi9-binutils-wrapper-2.40' from 'https://cache.nixos.org'...
oct 07 00:18:53 nixos installer[1402]: copying path '/nix/store/hiphg3qr8s2wrbbysz2dnd8f6cr9hnmh-libsoup-2.74.3' to 'local'...
oct 07 00:18:54 nixos installer[1402]: copying path '/nix/store/pmcrcj9ch4igdzm3wj0a979k600sncwy-libsoup-3.4.2' to 'local'...
oct 07 00:18:54 nixos installer[1402]: copying path '/nix/store/h75ym8424dd59zjxdk9f68vns19mkxjy-libqalculate-4.8.1' from 'https://cache.nixos.org'...
oct 07 00:18:54 nixos installer[1402]: copying path '/nix/store/jv9q1himmc12riw5yikliaww8ym29qsv-libaccounts-glib-1.24-dev' from 'https://cache.nixos.org'...
oct 07 00:18:54 nixos installer[1402]: copying path '/nix/store/x10ch8j4q2dna60ry0i33mgjpndm6y6j-nix-2.15.2' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/chhy3ks7c0jh4ki0ba07pi1kks7f8agf-gssdp-1.4.1' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/3imn765q3hzhq5h6iycw24qas70h0yxl-nix-2.17.0' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/chbgxmvj328syaz3scqf013j9azwi8ca-gupnp-1.4.4' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/5ispcfkmmz34way4j3vyy0lg2wpqv22r-nixos-option' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/cg9paq98xr6sd7820fpiz14pzv079gqp-gupnp-igd-1.2.0' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/cph64d40rmlx0bzi56bbqwal90g0k6km-nss-3.90' to 'local'...
oct 07 00:18:55 nixos installer[1402]: copying path '/nix/store/wkhnrm8kn0yakrxq8k8589jywrd968fb-libnice-0.1.21' to 'local'...
oct 07 00:18:56 nixos installer[1402]: copying path '/nix/store/yfkc5ynm6xl220d6z7hgvspzy6lxqwxl-presage-0.9.1' from 'https://cache.nixos.org'...
oct 07 00:18:56 nixos installer[1402]: copying path '/nix/store/idpjrasbr9n8kij11s5mphrw770sf13s-python3-3.10.12' to 'local'...
oct 07 00:18:56 nixos installer[1402]: copying path '/nix/store/ns3rw7dnk9cghp0q5lfz33ghax6vf985-strace-6.5' to 'local'...
oct 07 00:18:56 nixos installer[1402]: copying path '/nix/store/vyc74qmlwiq9xh8cna8vih7ypi50xmyv-taglib-1.13.1' from 'https://cache.nixos.org'...
oct 07 00:18:57 nixos installer[1402]: copying path '/nix/store/ynxi8c2m8i1227whkxiizjziafchjwja-thin-provisioning-tools-0.9.0' from 'https://cache.nixos.org'...
oct 07 00:19:00 nixos installer[1402]: copying path '/nix/store/h9h1jh41376lbp79svg95bdva0ivjapl-aspell-0.60.8' to 'local'...
oct 07 00:19:01 nixos installer[1402]: copying path '/nix/store/9jnd7adyxfrs57dwpcpydxi43hmp2d7x-hspell-1.1' to 'local'...
oct 07 00:19:01 nixos installer[1402]: copying path '/nix/store/gdqzfry2vrpixgkza4am02pi8nfa08i4-lm-sensors-3.6.0' to 'local'...
oct 07 00:19:01 nixos installer[1402]: copying path '/nix/store/hiibp1mqny1wp6jkb3zmk70inrqp0b5d-enchant-2.6.0' to 'local'...
oct 07 00:19:01 nixos installer[1402]: copying path '/nix/store/nwsimjslbqbksr512b3hfm3jvlglmj28-perl5.38.0-DBI-1.643' to 'local'...
oct 07 00:19:01 nixos installer[1402]: copying path '/nix/store/ciglkh06yaihzrn7zmrf590a0isz3g0i-perl5.38.0-File-MimeInfo-0.30' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/gwzv35fibwdjmdwigf71cg1lwndgkxhr-perl5.38.0-String-ShellQuote-1.04' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/gyxw3p0mnf5wv7kq6zfkpcy5mqpxdpjj-perl5.38.0-X11-Protocol-0.56' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/l9mzfrvhjcpf4f0wy9zrxiwj63qyxn2j-perl5.38.0-libwww-perl-6.67' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/pbhd5rwg4k0kf6b5h1n2c18vawd2vrih-sqlite-3.43.1-dev' from 'https://cache.nixos.org'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/6mk7d963bqr1f17a6ibv7fk1gzgwm6lf-perl5.38.0-DBD-SQLite-1.70' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/jyinzd4ly14ydflm9ak6n8w24i5862kx-perl5.38.0-XML-Parser-2.46' to 'local'...
oct 07 00:19:02 nixos installer[1402]: copying path '/nix/store/b4mvqnjca30j6j71lncvpdlisvjm5mbv-texinfo-7.0.3' from 'https://cache.nixos.org'...
oct 07 00:19:06 nixos installer[1402]: copying path '/nix/store/hcb8cs9kqvm3ddkn7yzw5iwzr6x3x77n-perl5.38.0-XML-Twig-3.52' to 'local'...
oct 07 00:19:06 nixos installer[1402]: copying path '/nix/store/ivcdjphv370shz23c19pg2sxbikkzbi8-texinfo-interactive-7.0.3' to 'local'...
oct 07 00:19:07 nixos installer[1402]: copying path '/nix/store/i7v1lzgmq52wqr35wmmrsv47gw6q2wzn-tpm2-tss-4.0.1' to 'local'...
oct 07 00:19:08 nixos installer[1402]: copying path '/nix/store/829y7gr3d08r4np73mdibr45wyikz10n-phonenumber-8.12.37' from 'https://cache.nixos.org'...
oct 07 00:19:09 nixos installer[1402]: copying path '/nix/store/6drnzq0abv3by3hxbvrq3sdwhma9qvak-tracker-3.5.3' to 'local'...
oct 07 00:19:10 nixos installer[1402]: copying path '/nix/store/vv023s9l05kgqa9xy1hf4s9430wpp15j-util-linux-minimal-2.39.2-bin' to 'local'...
oct 07 00:19:10 nixos installer[1402]: copying path '/nix/store/2jp2n91jms76qk2hc1c5np2z3hpz6vrx-wayland-1.22.0-bin' from 'https://cache.nixos.org'...
oct 07 00:19:11 nixos installer[1402]: copying path '/nix/store/wqchp6gxd77azmkns9g3ycm2m6yvl4cd-lttng-ust-2.13.1-bin' to 'local'...
oct 07 00:19:11 nixos installer[1402]: copying path '/nix/store/cnzf9ia4qxkd3q2dq2rlrxb23c9n9m2n-fuse-2.9.9' to 'local'...
oct 07 00:19:11 nixos installer[1402]: copying path '/nix/store/pv9s2h5lh2qgb4sbxy9b093firm0qh1g-fuse-3.11.0' to 'local'...
oct 07 00:19:11 nixos installer[1402]: copying path '/nix/store/yj0qr1s4ga52sdb4y40adgh2hnf4jvrj-exfat-1.4.0' from 'https://cache.nixos.org'...
oct 07 00:19:14 nixos installer[1402]: copying path '/nix/store/2p9h3j5mz765hsxmid6x522pmkdmddli-lttng-ust-2.13.1-dev' to 'local'...
oct 07 00:19:14 nixos installer[1402]: copying path '/nix/store/iwh0q0pixhjz04vkcpnkh6v9n0ydygm4-mesa-23.1.7' to 'local'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/4nvlq5i3k3rwmjra8dk7m8mfp2whpaaf-python3.10-brotli-1.0.9' from 'https://cache.nixos.org'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/kllla52bmxfx11zrn5yr4znp5fd02shb-python3.10-certifi-2023.05.07' from 'https://cache.nixos.org'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/kj30jlbxzmd1ixc26gvsgjm31k9d9891-python3.10-charset-normalizer-3.0.1' from 'https://cache.nixos.org'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/q8nhjl53i560ia50kmgk6j82l7snn1gx-python3.10-dnspython-2.4.2' from 'https://cache.nixos.org'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/aqmqdxzjmh3mhzrpl117xqazhb17wjm2-python3.10-idna-3.4' from 'https://cache.nixos.org'...
oct 07 00:19:15 nixos installer[1402]: copying path '/nix/store/x58gwfflafrfvy63r0dbrf2ag25rqs70-python3.10-jeepney-0.8.0' from 'https://cache.nixos.org'...
oct 07 00:19:18 nixos installer[1402]: copying path '/nix/store/y75qpgik5q7hsq79d1rnsdkvzb9g7rp3-python3.10-mutagen-1.47.0' from 'https://cache.nixos.org'...
oct 07 00:19:19 nixos installer[1402]: copying path '/nix/store/p490maf46zzgnd0vfsvdsgzcikwjxc8f-python3.10-pycairo-1.23.0' from 'https://cache.nixos.org'...
oct 07 00:19:19 nixos installer[1402]: copying path '/nix/store/72a1y5wkxzr077z1sr839zs5fhfvzrvj-python3.10-pycparser-2.21' from 'https://cache.nixos.org'...
oct 07 00:19:19 nixos installer[1402]: copying path '/nix/store/vsp1qgv5v4crz7h8bjqz1idcp3qzvi82-python3.10-pycryptodome-3.18.0' from 'https://cache.nixos.org'...
oct 07 00:19:19 nixos installer[1402]: copying path '/nix/store/vif00y7nqnw7dcwmgy3gc43rrnqwmyid-python3.10-pysocks-1.7.1' from 'https://cache.nixos.org'...
oct 07 00:19:20 nixos installer[1402]: copying path '/nix/store/s5z9ccpdymi560ic6cp4z24sj65gvn3i-python3.10-pyyaml-6.0.1' from 'https://cache.nixos.org'...
oct 07 00:19:20 nixos installer[1402]: copying path '/nix/store/ar6xrqd4jzxy8v3xfb3d6v7lc5xrg4mz-python3.10-setuptools-68.0.0' from 'https://cache.nixos.org'...
oct 07 00:19:21 nixos installer[1402]: copying path '/nix/store/a3vinnmw8bqbnfvi9y8vc63p3rf41dp6-python3.10-websockets-10.4' from 'https://cache.nixos.org'...
oct 07 00:19:22 nixos installer[1402]: copying path '/nix/store/2xqapcl3swwzq3vfs3r3f5j5pqy15yrw-security-wrapper' to 'local'...
oct 07 00:19:22 nixos installer[1402]: copying path '/nix/store/myi3sr99jwmvaf2laqapv24m0ca986xj-python3-3.10.12-env' from 'https://cache.nixos.org'...
oct 07 00:19:23 nixos installer[1402]: copying path '/nix/store/d70cddnxkx2fx13fx5zqb31sm2dw9ksg-security-wrapper' to 'local'...
oct 07 00:19:23 nixos installer[1402]: copying path '/nix/store/xsny10j0ciqy0hc0anb107xzay1q5316-python3.10-cffi-1.15.1' from 'https://cache.nixos.org'...
oct 07 00:19:23 nixos installer[1402]: copying path '/nix/store/6k7211gs1fjqq87pby58b290y9amcg32-python3.10-urllib3-1.26.16' from 'https://cache.nixos.org'...
oct 07 00:19:23 nixos installer[1402]: copying path '/nix/store/qdl924bc10p1rv1d9qj4jc5g81gzvs4s-talloc-2.4.1' from 'https://cache.nixos.org'...
oct 07 00:19:24 nixos installer[1402]: copying path '/nix/store/h57lcpbmcmriravwk1aj9a2fr700g3xg-tdb-1.4.9' from 'https://cache.nixos.org'...
oct 07 00:19:26 nixos installer[1402]: copying path '/nix/store/5ww387gapsharpjsnycwvjfdv3hpv7i8-wayland-1.22.0-dev' from 'https://cache.nixos.org'...
oct 07 00:19:27 nixos installer[1402]: copying path '/nix/store/0q1dfwhpm8aismxggyw23mb2ikjvnv6r-wpebackend-fdo-1.14.2' to 'local'...
oct 07 00:19:27 nixos installer[1402]: copying path '/nix/store/2a475q2jx5sld7wrayc387kdndky5619-xcb-util-cursor-0.1.4' from 'https://cache.nixos.org'...
oct 07 00:21:20 nixos installer[1402]: copying path '/nix/store/jl7v3i7m0lpsr7z4vvydzm92m9qrb0pg-xcb-util-image-0.4.1-dev' from 'https://cache.nixos.org'...
oct 07 00:21:20 nixos installer[1402]: copying path '/nix/store/fcix4ahqnk0p94y4r4bhir206wbpv5z1-xdg-dbus-proxy-0.1.5' to 'local'...
oct 07 00:21:21 nixos installer[1402]: copying path '/nix/store/lxqkvbgiywb5z8any1m7w303ql8ijk3k-tevent-0.15.0' from 'https://cache.nixos.org'...
oct 07 00:21:21 nixos installer[1402]: copying path '/nix/store/fwq30qik6vgwz68r89k7llfz7xprrh8p-xterm-384' from 'https://cache.nixos.org'...
oct 07 00:21:21 nixos installer[1402]: copying path '/nix/store/fbz3isj4vjq6fp14lcfbhw15hzpsm9l0-xwayland-23.2.1' from 'https://cache.nixos.org'...
oct 07 00:21:21 nixos installer[1402]: copying path '/nix/store/39npahk4l91x92vjffi70sshl32gdj7z-python3.10-brotlicffi-1.0.9.2' from 'https://cache.nixos.org'...
oct 07 00:21:21 nixos installer[1402]: copying path '/nix/store/5g1f30inki3m783ax0macgq47qcmviip-python3.10-cryptography-41.0.3' from 'https://cache.nixos.org'...
oct 07 00:21:22 nixos installer[1402]: copying path '/nix/store/cfqslbkvdqz8izqy1k3ais1mrvlj5apw-python3-3.10.12-env' from 'https://cache.nixos.org'...
oct 07 00:21:22 nixos installer[1402]: copying path '/nix/store/a2vcmdhbcq62ql3nn92dmwcnbhc3gm0r-xz-5.4.4-bin' to 'local'...
oct 07 00:21:22 nixos installer[1402]: copying path '/nix/store/zyfjchsf19zlnlj33pw9kikrrv3j6zhs-zlib-1.3-dev' to 'local'...
oct 07 00:21:22 nixos installer[1402]: copying path '/nix/store/vsd9v56gcpfxzg4x6h06q0n6bmwd179d-stdenv-linux' from 'https://cache.nixos.org'...
oct 07 00:21:22 nixos installer[1402]: copying path '/nix/store/ibsrvkljjzhiiiixsll22ck36i0dnsy0-glib-2.76.4-dev' from 'https://cache.nixos.org'...
oct 07 00:21:23 nixos installer[1402]: copying path '/nix/store/xjgac0fd07sp94zcmqlii79xd9bnli74-libpng-apng-1.6.40-dev' from 'https://cache.nixos.org'...
oct 07 00:21:24 nixos installer[1402]: copying path '/nix/store/jm9jwlfzbs8ib11xmv336hk3ai959bmg-libxml2-2.11.5-dev' from 'https://cache.nixos.org'...
oct 07 00:21:24 nixos installer[1402]: copying path '/nix/store/4hgd59lfpiiz6lkhl4nmslq9nyccv0d6-ldb-2.7.2' from 'https://cache.nixos.org'...
oct 07 00:21:26 nixos installer[1402]: copying path '/nix/store/8y054bd550xvjkbdwv30syvpnr7nbcdn-python3.10-requests-2.31.0' from 'https://cache.nixos.org'...
oct 07 00:21:26 nixos installer[1402]: copying path '/nix/store/l9lqb993b5irf7zdmw9vcbpjhfnnas8x-xz-5.4.4-dev' from 'https://cache.nixos.org'...
oct 07 00:21:27 nixos installer[1402]: building '/nix/store/wnvzchgf4rar2x5afkx2nzzml5lrxd5v-NetworkManager.conf.drv'...
oct 07 00:21:27 nixos installer[1402]: building '/nix/store/pmq3na1y1ai2jnnd1gsb8mjbdiqz51r6-Xresources-Xft.drv'...
oct 07 00:21:27 nixos installer[1402]: building '/nix/store/gwn6a0kk91icbiam12wg3n0jq1xhli6x-alsoft.conf.drv'...
oct 07 00:21:28 nixos installer[1402]: building '/nix/store/xhppwxnn0ld5sdj9dxsh8221l39c6m0g-append-initrd-secrets.drv'...
oct 07 00:21:28 nixos installer[1402]: building '/nix/store/rgbw9ymhylgcikfrcy69saic6862r1ck-audit-disable.drv'...
oct 07 00:21:29 nixos installer[1402]: building '/nix/store/ykbz9985hjv9rzd7lr5vvjly3p5g8frp-audit-stop.drv'...
oct 07 00:21:30 nixos installer[1402]: copying path '/nix/store/arbidndva2kip3kls150g9f8q47yj2xi-zstd-1.5.5-bin' to 'local'...
oct 07 00:21:30 nixos installer[1402]: copying path '/nix/store/4ifw488ggy0z0qvwcn1r75ya434z59vg-freetype-2.13.1-dev' from 'https://cache.nixos.org'...
oct 07 00:21:30 nixos installer[1402]: copying path '/nix/store/7c77x4vbjcbniikbmr9crji3iqfyx81w-libxslt-1.1.38-dev' from 'https://cache.nixos.org'...
oct 07 00:21:30 nixos installer[1402]: copying path '/nix/store/iwpy8gh57r56nnjahhg00jzmj3k31rvg-libtiff-4.5.1-dev' from 'https://cache.nixos.org'...
oct 07 00:21:30 nixos installer[1402]: building '/nix/store/vla4qsa2gxn5fbmsxy3mg53swajh5y0j-boot.json.drv'...
oct 07 00:21:31 nixos installer[1402]: building '/nix/store/0k9mg134a4vvcdk55mkhbgwb2r5wz2dj-bootlogd-task.rb.drv'...
oct 07 00:21:31 nixos installer[1402]: building '/nix/store/0rgidqchgldalradsar4kj02znx8g8zs-builder.pl.drv'...
oct 07 00:21:31 nixos installer[1402]: building '/nix/store/x0zdhmi9hnjricrxxg6xa460b99q36mc-chfn.pam.drv'...
oct 07 00:21:32 nixos installer[1402]: building '/nix/store/8y25a5grc3hdh46mbja3arm8a1imb3r0-chpasswd.pam.drv'...
oct 07 00:21:33 nixos installer[1402]: copying path '/nix/store/kzxl9lnzhl41q52h6mhicslvqqhyvcj1-kbd-2.6.2' to 'local'...
oct 07 00:21:33 nixos installer[1402]: copying path '/nix/store/hkzy8965i46110fisrfdh4lfggbspfvi-python3.10-mdurl-0.1.2' from 'https://cache.nixos.org'...
oct 07 00:21:33 nixos installer[1402]: copying path '/nix/store/mcjbb0dymchs3h7g2xgdpj4h776hz0z1-man-db-2.11.2' to 'local'...
oct 07 00:21:33 nixos installer[1402]: copying path '/nix/store/myfd83dja9cav9ipi6zdgb3rs21fzqjm-python3.10-secretstorage-3.3.3' from 'https://cache.nixos.org'...
oct 07 00:21:33 nixos installer[1402]: copying path '/nix/store/qlnfvmcin74y414qwq8p8f76cdz7rpz0-python3.10-ytmusicapi-1.2.1' from 'https://cache.nixos.org'...
oct 07 00:21:33 nixos installer[1402]: building '/nix/store/90dnz1az71mr10l8c56lg4lp3dncc740-X-Restart-Triggers-NetworkManager.drv'...
oct 07 00:21:34 nixos installer[1402]: building '/nix/store/dw384rd64h5dd47p9vj37y0vc716imci-chsh.pam.drv'...
oct 07 00:21:34 nixos installer[1402]: building '/nix/store/qx512n1r9ra6cx4vryd5nlm00j5fwm1i-client.conf.drv'...
oct 07 00:21:35 nixos installer[1402]: building '/nix/store/5w1j8nbaq244mjp4wjvyl7y6ps166cmb-container-init.drv'...
oct 07 00:21:35 nixos installer[1402]: building '/nix/store/gllqffgf4948kwpjpy9m6ybx9w32ympi-daemon.conf.drv'...
oct 07 00:21:37 nixos installer[1402]: copying path '/nix/store/b71qjd8p26npgqm9yhmc8zw12khhj41i-fontconfig-2.14.2-dev' from 'https://cache.nixos.org'...
oct 07 00:21:37 nixos installer[1402]: copying path '/nix/store/i8cdrls31aq2jpvl3vp4xb4mshpwppd1-gdk-pixbuf-2.42.10-dev' from 'https://cache.nixos.org'...
oct 07 00:21:37 nixos installer[1402]: copying path '/nix/store/pfjhczpah6c9i3z6bp6706da1rp96qb3-systemd-minimal-254.3' to 'local'...
oct 07 00:21:37 nixos installer[1402]: copying path '/nix/store/z23b1xy0s9g70hwqh9mh0mhl0xhiz5r9-w3m-0.5.3+git20230121' to 'local'...
oct 07 00:21:37 nixos installer[1402]: building '/nix/store/x51db002svyfaz3wf110ggd05a1zxw83-etc-UPower-UPower.conf.drv'...
oct 07 00:21:37 nixos installer[1402]: building '/nix/store/4f37h6zjs60pafhcw67hc50lqhr7y8nn-etc-X11-xorg.conf.d-00-keyboard.conf.drv'...
oct 07 00:21:38 nixos installer[1402]: building '/nix/store/xcs3xa858fq3bnnav8db6k7c0ls16pzf-etc-fstab.drv'...
oct 07 00:21:38 nixos installer[1402]: building '/nix/store/ak8kzd6vxjsqi0gzxbwsaanv17q74pd5-etc-fuse.conf.drv'...
oct 07 00:21:39 nixos installer[1402]: building '/nix/store/5ybbzjijnpyv8cs1r5qc51qnxg4263qy-etc-host.conf.drv'...
oct 07 00:21:39 nixos installer[1402]: building '/nix/store/nq8hq581ijqv6v5l3iv7bfgz6cfjq8af-etc-hostname.drv'...
oct 07 00:21:40 nixos installer[1402]: copying path '/nix/store/qc1gvwvxy5l4hn5nlcz4kwfrjpysk3wf-python3.10-markdown-it-py-2.2.0' from 'https://cache.nixos.org'...
oct 07 00:21:41 nixos installer[1402]: building '/nix/store/zvr99rlnn2pwsw4nr0k7m5c2sgi8wlkn-console-env.drv'...
oct 07 00:21:41 nixos installer[1402]: building '/nix/store/2lxxsxfx61s0kqv5ldmvcm9jilgibs6c-etc-lsb-release.drv'...
oct 07 00:21:42 nixos installer[1402]: building '/nix/store/yyg89mq3qssmrf6mm7i4m3dxb4yx33j6-etc-lvm-lvm.conf.drv'...
oct 07 00:21:42 nixos installer[1402]: building '/nix/store/66fx2gs0qpc6a74dhkmnb4z4dmxqycs3-etc-man_db.conf.drv'...
oct 07 00:21:43 nixos installer[1402]: building '/nix/store/aplm0iwhr01rsjkl9hj8mxb2v54w9i21-etc-modprobe.d-nixos.conf.drv'...
oct 07 00:21:43 nixos installer[1402]: created 333 symlinks in user environment
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/an8vjnv4iaf7x3zl8cxxd6j3q183fh96-cairo-1.16.0-dev' from 'https://cache.nixos.org'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/3jh4196idr0q7rwwwzhv6wbhgyh9s00z-dbus-1.14.8-lib' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/sfc8acsj4ayf9vz77l2m59m5yv8ac4hl-libXft-2.3.8-dev' from 'https://cache.nixos.org'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/r8r48fn3xc8h0zkksfzanb7fijgm7ywn-libfido2-1.13.0' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/la9r7ybc3bjcsan3hr5cwpmvsjm15n5y-libusb-1.0.26' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/33q81k1hlfphmz7rbai9cwirn8awisik-openldap-2.6.6' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/18iqyk7p8bx46dnb00y3n95y1pn8lhf7-lvm2-2.03.22-lib' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/g58qmscmqjbbizwqci7jvhrds8489w3j-polkit-123' to 'local'...
oct 07 00:21:44 nixos installer[1402]: copying path '/nix/store/80n973dgwqwc147pdibmi5nxfzjqhgb4-systemd-minimal-254.3-dev' from 'https://cache.nixos.org'...
oct 07 00:21:44 nixos installer[1402]: building '/nix/store/r7vq61zdxrpnxbnjq8m5sgj5mqcx2qv1-etc-nanorc.drv'...
oct 07 00:21:45 nixos installer[1402]: building '/nix/store/yxv95lxra5xznjbb2hls8f8sd7yf7klp-etc-netgroup.drv'...
oct 07 00:21:45 nixos installer[1402]: building '/nix/store/6f4d570zn7nr7yi6wxa2lzqfq3qgpnmq-etc-nix-registry.json.drv'...
oct 07 00:21:46 nixos installer[1402]: building '/nix/store/fdrj5ll4n87i4b8vhw2jxn8c18w0sraf-etc-nscd.conf.drv'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/7rg7b78nr6x622wc0ymrv60c46jdhin3-avahi-0.8' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/ig43rg8p5fb85j1pqal3mqcj977dz51p-cryptsetup-2.6.1' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/nvz60xfx153f7v6wlkdj6pcgdcw2g0kl-dbus-1.14.8' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/rn71f1sjw976wb01xnrcjspaqfxi7dgb-dnsmasq-2.89' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/dakw4x601395prdw4dr013qg50w61m81-libjack2-1.9.22' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/6w4r0x6kv8mzj4q48lcsxjipl9jxrsww-gnupg-2.4.1' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/cih11nqjfdqqbfcpfp7w1lifw5i2lbqk-libdecor-0.1.1' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/flm5835rp1j8s5fjid5m2fflhfnaaisk-libmtp-1.1.21' from 'https://cache.nixos.org'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/4812izn56jlxczv9bs5iqvivj9nbziw5-libpulseaudio-16.1' to 'local'...
oct 07 00:21:47 nixos installer[1402]: copying path '/nix/store/zhvmds812ggc9mkbnlhpjr4j2i4c11cc-libusb-compat-0.1.8' from 'https://cache.nixos.org'...
oct 07 00:21:48 nixos installer[1402]: building '/nix/store/r0jlf9503jl9c6lcgsny76322fzb3s02-etc-nsswitch.conf.drv'...
oct 07 00:21:48 nixos installer[1402]: building '/nix/store/x5xiv2zka8142azfhmrzs66dan2v1fpq-etc-os-release.drv'...
oct 07 00:21:49 nixos installer[1402]: building '/nix/store/xph5ysfk0j1kd0r2vikj1npnfr2v36x5-etc-polkit-1-rules.d-10-nixos.rules.drv'...
oct 07 00:21:49 nixos installer[1402]: building '/nix/store/0mjgac1ggchsljr75l2yb2sghw0g6hh1-etc-resolvconf.conf.drv'...
oct 07 00:21:50 nixos installer[1402]: building '/nix/store/mbl1jz2fqgj8n7a1dhy2scifxhlnckhx-etc-shells.drv'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/zznh3ynykpnji0vwqq1sfz40iz3r0ib1-lvm2-2.03.22-bin' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/h6b6ks1v559lfkd95mxxw481z9v9mbzs-openssh-9.4p1' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/yha4bxa15mi1bas63wkngg9sbml9rcan-parted-3.6' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/xzi68sgkmkldji46xhjfg1fgfq1gq6rz-polkit-123-bin' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/xpz4y6gc8l3i2v1garkaa6cg55wragj2-perl5.38.0-Net-DBus-1.2.0' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/jvb3yzk0zixl8wg92xvblxa7f5qsjih4-python3.10-dbus-python-1.2.18' from 'https://cache.nixos.org'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/g1975fbzx09rsi98h1p83kpcn9w309x1-python3.10-mdit-py-plugins-0.3.5' from 'https://cache.nixos.org'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/n9lj132qq958q379f4dzbcdhjjc76q0c-security-wrapper' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/k4758fx5jx5b4dn2wqs1n8mc5df8cc42-wpa_supplicant-2.10' to 'local'...
oct 07 00:21:51 nixos installer[1402]: copying path '/nix/store/qsqdy0z52bb6k53p7gsfhl8sbv0jij25-SDL-1.2.15' to 'local'...
oct 07 00:21:51 nixos installer[1402]: building '/nix/store/ypfbzi9rnbaxqg136sa3lp03s9wvap2r-etc-ssh-ssh_config.drv'...
oct 07 00:21:52 nixos installer[1402]: building '/nix/store/4g5y3rs96hs46hlhqkjk5831pipsvpsh-etc-ssh-ssh_known_hosts.drv'...
oct 07 00:21:53 nixos installer[1402]: building '/nix/store/xsrhngsssq42lc8lncspp4395rr1pzmg-etc-systemd-coredump.conf.drv'...
oct 07 00:21:53 nixos installer[1402]: building '/nix/store/0v26mxm1cdgl2gddg5pxplvkwgzymwx0-etc-systemd-journald.conf.drv'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/sc18hnraf1bnbhjzc98nb8xmwmwmg40h-callaudiod-0.1.9' from 'https://cache.nixos.org'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/y90f68x0n8769z46qmjdr2a2y72n5s10-cups-2.4.6-lib' to 'local'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/db6hmpzz6x8gbg4kcjw6x6njd5fm2544-flite-2.2' to 'local'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/wm3lawvprygq0a6z21bwndqb8nv38w1j-dbus-1.14.8-dev' from 'https://cache.nixos.org'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/0lgfa31gqq5b46raw3rn644j3lq8cslg-alsa-plugins-1.2.7.1' from 'https://cache.nixos.org'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/1803s96qyrv0dc2v5bz1ffspc2hi3xja-libao-1.2.2' to 'local'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/s0radj5q8iikwnvcsakc0h109x4jr73j-mpg123-1.31.3' to 'local'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/j434f2gbrnchx2y0c4fn2h0r217vd8y4-fluidsynth-2.3.3' to 'local'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/wskxc68yrr57402kriwlvzcyd6vdmzb1-pango-1.50.14-dev' from 'https://cache.nixos.org'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/m4721fzha7v17w0xyyjg53648a3ygzma-libusb-1.0.26-dev' from 'https://cache.nixos.org'...
oct 07 00:21:54 nixos installer[1402]: copying path '/nix/store/mpfyzldf9b5z0az19i304lpbch78j2x5-libcanberra-0.30' to 'local'...
oct 07 00:21:55 nixos installer[1402]: building '/nix/store/ns0n9j8p28a2bbhb1y9arv33jsl1arw3-etc-systemd-logind.conf.drv'...
oct 07 00:21:55 nixos installer[1402]: building '/nix/store/4rnxj5b9wxynqlm372vdkd4rxdzrp4zr-etc-systemd-oomd.conf.drv'...
oct 07 00:21:56 nixos installer[1402]: building '/nix/store/ypy4wkk6mdpq6kgjbs1kd4anladhw2jz-etc-systemd-sleep.conf.drv'...
oct 07 00:21:56 nixos installer[1402]: building '/nix/store/xijrmxpbh5x3ifvvxsbjxwmf59qv8yn4-etc-systemd-system.conf.drv'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/k0zy49m7j3ap7sbvn05cjh5km26fmq4f-SDL_image-1.2.12' from 'https://cache.nixos.org'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/300yz4waddf3l7p11cji5c6r3xsdyjkx-directfb-1.7.7' to 'local'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/89y502wbvgafjgmzqpmamsagsrkla2qc-gpgme-1.22.0' from 'https://cache.nixos.org'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/lnn2a7b5p35rd6hdsnnxdm886v4gvi62-openobex-1.7.2' from 'https://cache.nixos.org'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22' to 'local'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/3ab3knx6m2n5zpdw1s3r08rs03q40qad-security-wrapper' to 'local'...
oct 07 00:21:58 nixos installer[1402]: copying path '/nix/store/3jl63f6zkxd5v06ssanm53h4jknfrm52-security-wrapper' to 'local'...
oct 07 00:21:58 nixos installer[1402]: building '/nix/store/7b3sd0397kr4i83isbg1s6xlrdhih5ix-X-Restart-Triggers-resolvconf.drv'...
oct 07 00:21:59 nixos installer[1402]: building '/nix/store/krbbbv2dmg2xrkn14cb3qryb4avnk66y-etc-systemd-timesyncd.conf.drv'...
oct 07 00:21:59 nixos installer[1402]: building '/nix/store/kq910xjvp0h9dwz9frkrkiwmgq2qm3d8-etc-systemd-user.conf.drv'...
oct 07 00:22:00 nixos installer[1402]: building '/nix/store/paw1y2gbkfvr32c17y8c9zijq1v4ycj9-etc-wireplumber-main.lua.d-80-nixos.lua.drv'...
oct 07 00:22:00 nixos installer[1402]: building '/nix/store/1pkdqlj9sdw78qa53i9l2vig99g8pl4m-etc-xdg-kdeglobals.drv'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/4frh403k9ia34amnqivh0s9lcqhmycaw-cups-2.4.6' from 'https://cache.nixos.org'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/y85vr85icvgbpm1733axpsvzm8kyh7c7-libopenmpt-0.7.2' to 'local'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/0k3vvi35nazaam1s5cmdjqkvb7cyzgsd-systemd-stage-1-254.3' from 'https://cache.nixos.org'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/kq7xjfgy6186gw0v9qacmxm5dhp7vyrx-systemd-254.3' to 'local'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/25lzr3gn7lpflcrhp9dqny85ygn9lyqs-nixos-render-docs-0.0' from 'https://cache.nixos.org'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/7r1pmqj2jvjh5325f3c50hb95j6kzgmf-python3.10-dbus-python-1.2.18-dev' from 'https://cache.nixos.org'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/9bzyzrcviwlkdz450cdzdij4m66c6d10-sox-unstable-2021-05-09-lib' to 'local'...
oct 07 00:22:02 nixos installer[1402]: copying path '/nix/store/phymaw64p4lqj3y9i365kb0dhpzndml2-xdg-utils-unstable-2022-11-06' to 'local'...
oct 07 00:22:02 nixos installer[1402]: building '/nix/store/i8p42bramm53zgvf9rh9xsz1zvv92r4b-X-Restart-Triggers-systemd-journald-.drv'...
oct 07 00:22:03 nixos installer[1402]: building '/nix/store/im54fnqza095sff15mxcm2a2ys0j6qq3-X-Restart-Triggers-systemd-journald.drv'...
oct 07 00:22:03 nixos installer[1402]: building '/nix/store/lz1hgbs7id72f5lrnf3js7kkdsyyxdx5-etc-xdg-kwinrc.drv'...
oct 07 00:22:04 nixos installer[1402]: building '/nix/store/044z8l49qx1gknzs5vcp3csxx7a5ncga-extra-hosts.drv'...
oct 07 00:22:05 nixos installer[1402]: building '/nix/store/5r1dmdmqfa8xzs88fxkf4807vw5r1jpj-extra-hwdb-file.drv'...
oct 07 00:22:06 nixos installer[1402]: copying path '/nix/store/x0jj1w22bpxwgszq8v2cpzzj4d3amqvw-libftdi-1.5' from 'https://cache.nixos.org'...
oct 07 00:22:06 nixos installer[1402]: copying path '/nix/store/67yd0nzj4m6q25zk986a9gadlcvhrxg1-roc-toolkit-0.2.5' to 'local'...
oct 07 00:22:06 nixos installer[1402]: copying path '/nix/store/pvd8k6r0y1l8c0khzglxb5hhw81vxhf6-volume_key-0.3.11' from 'https://cache.nixos.org'...
oct 07 00:22:07 nixos installer[1402]: building '/nix/store/h0v8mamhzrw996993f9ph5ir6ssandya-X-Restart-Triggers-systemd-timesyncd.drv'...
oct 07 00:22:07 nixos installer[1402]: building '/nix/store/4wsj8b3kna8zl185qv1a25bp6w32fww5-asound.conf.drv'...
oct 07 00:22:08 nixos installer[1402]: building '/nix/store/15iplj1rvm4wq3g5q445a77n8ash6agk-extra-udev-rules.drv'...
oct 07 00:22:08 nixos installer[1402]: building '/nix/store/03skn7rpdcp86bl0068kw527hiaw9r42-firewall-start.drv'...
oct 07 00:22:09 nixos installer[1402]: building '/nix/store/70087dc0fr00rirczqi5dnhhcsd1g9qc-firewall-stop.drv'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/1amphjw1hkrnkinqsskx8wi1ddhzbwql-accountsservice-23.13.9' from 'https://cache.nixos.org'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/msrj99z5z874573mqxb4wxv1mgg8wixx-at-spi2-core-2.48.3' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/54lpvb2l1yycla19lydzkjv3ig32hkcp-btrfs-progs-6.5.1' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/7mc0bj4nld48h23bkm8z8fr3fb9abs33-libatasmart-0.19' from 'https://cache.nixos.org'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/bbvw3qi26m38989822l279hrdzlc31yv-bluez-5.66' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/kv7a00hdb1i785l5k10bg2rdw91anza5-libcamera-0.0.5' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/3rli71lddbvjndgbprdk9m14ki5ll97v-dhcpcd-9.4.1' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/y0na0mwz9zjqdny8wwcyhicm3xlwbmq1-libgudev-238' to 'local'...
oct 07 00:22:10 nixos installer[1402]: copying path '/nix/store/ni2p280nazsp18gf4y5vyk2ll0j8cq27-libndctl-71.1-lib' from 'https://cache.nixos.org'...
oct 07 00:22:11 nixos installer[1402]: building '/nix/store/6cdyqv4ykhvxqx4ncxmf3zy378qj1q2h-firmware.drv'...
oct 07 00:22:11 nixos installer[1402]: building '/nix/store/m0z2dzwf1bafc3aks7152ygbay0zz95y-firmware.drv'...
oct 07 00:22:12 nixos installer[1402]: building '/nix/store/igc72y3agff7kpxpxdcswl5dx52yn2vx-fontconfig-etc.drv'...
oct 07 00:22:12 nixos installer[1402]: building '/nix/store/v1nyxazq8p53qrv4lx0mv10q9anzwiwi-groupadd.pam.drv'...
oct 07 00:22:13 nixos installer[1402]: building '/nix/store/rr4yrnl02zj63my8nppx4di5al7jmwq2-groupdel.pam.drv'...
oct 07 00:22:13 nixos installer[1402]: created 4 symlinks in user environment
oct 07 00:22:13 nixos installer[1402]: created 2 symlinks in user environment
oct 07 00:22:13 nixos installer[1402]: created 1 symlinks in user environment
oct 07 00:22:14 nixos installer[1402]: copying path '/nix/store/b5yj9m4f90x35y55aqbl2va1ws33snv4-openfortivpn-1.20.5' to 'local'...
oct 07 00:22:14 nixos installer[1402]: copying path '/nix/store/353gii55382alipy7vfkhkbc4hngzh28-procps-3.3.17' to 'local'...
oct 07 00:22:14 nixos installer[1402]: copying path '/nix/store/6r71qcc2nf61s9qdq7ypppi9vni2phqc-rtkit-0.13' from 'https://cache.nixos.org'...
oct 07 00:22:14 nixos installer[1402]: copying path '/nix/store/3pcg67d0nh8nns6s263kqdjrama73c0p-python3.10-python-dbusmock-0.28.7' from 'https://cache.nixos.org'...
oct 07 00:22:14 nixos installer[1402]: copying path '/nix/store/554b8859rj004idxc5zs2fb99lmy4pkl-pulseaudio-16.1' from 'https://cache.nixos.org'...
oct 07 00:22:14 nixos installer[1402]: building '/nix/store/ap58ag0d7sqwxrqyhgq0823fs9mb2f3a-etc-sysctl.d-60-nixos.conf.drv'...
oct 07 00:22:15 nixos installer[1402]: copying path '/nix/store/4zbxyd2b3g5mqa4zffm1ys4ibhjpb8sq-iio-sensor-proxy-3.5' from 'https://cache.nixos.org'...
oct 07 00:22:15 nixos installer[1402]: copying path '/nix/store/bn4627y1frz3qff5wc4k9qzwbr9fnn78-libcamera-0.0.5-dev' to 'local'...
oct 07 00:22:16 nixos installer[1402]: building '/nix/store/68sy2ysfxk8q633zy7ac6s4wn9scs6nr-firewall-reload.drv'...
oct 07 00:22:16 nixos installer[1402]: building '/nix/store/ax61h79hagkpy3bin87gff24sspws2is-groupmems.pam.drv'...
oct 07 00:22:17 nixos installer[1402]: building '/nix/store/8fz9ig1xnfqh7sy3asvrcsvj3vrjn6ca-groupmod.pam.drv'...
oct 07 00:22:17 nixos installer[1402]: building '/nix/store/q7dywbgq80nccgpp1zfzvfl55bhr45za-i3lock-color.pam.drv'...
oct 07 00:22:18 nixos installer[1402]: building '/nix/store/nizyd1m832dl5ygh4p6pa10br9k2dwvs-i3lock.pam.drv'...
oct 07 00:22:19 nixos installer[1402]: copying path '/nix/store/ql4x2qlh87v6la5aa9pfaxpfby1h75k9-gtk+-2.24.33' from 'https://cache.nixos.org'...
oct 07 00:22:19 nixos installer[1402]: copying path '/nix/store/py4hhnxx0syqlyvgsailwixsq6has7bj-at-spi2-core-2.48.3-dev' from 'https://cache.nixos.org'...
oct 07 00:22:19 nixos installer[1402]: copying path '/nix/store/phjwl80b0dhjn5308y13jqylyfm1kcjm-gtk+3-3.24.38' to 'local'...
oct 07 00:22:20 nixos installer[1402]: building '/nix/store/x9nqhxxmcpd9dl5cqmahry02hlaiqy9g-etc-modprobe.d-firmware.conf.drv'...
oct 07 00:22:20 nixos installer[1402]: building '/nix/store/qaaf7yg3razhf3cs1fcwakkfxaxjdcpj-init-wrapper.drv'...
oct 07 00:22:21 nixos installer[1402]: building '/nix/store/g5j3yljvxiamyl9jc9qmpfrm84xsadcl-input.conf.drv'...
oct 07 00:22:21 nixos installer[1402]: building '/nix/store/3kbg42rszhy2jvrjjf7pb8bxmiigvjmn-ipv6-privacy-extensions.rules.drv'...
oct 07 00:22:22 nixos installer[1402]: building '/nix/store/4xq92wm6mwr6a1phwhasimjjgmpmcqv5-ipv6-privacy-extensions.rules.drv'...
oct 07 00:22:24 nixos installer[1402]: building '/nix/store/jq49hvm1yb89rgvg354lj82kn2zdx3fk-X-Restart-Triggers-systemd-sysctl.drv'...
oct 07 00:22:24 nixos installer[1402]: building '/nix/store/4zj3z2ahy9ziyvh6n9s201psqdgf8anr-issue.drv'...
oct 07 00:22:25 nixos installer[1402]: building '/nix/store/jr1m1kdpaarm5a2cmsyrv9qw1mvj9h5d-kde.pam.drv'...
oct 07 00:22:25 nixos installer[1402]: building '/nix/store/cymshb0m73wfag8h1ggiwfzxb69cficb-kernel-modules.drv'...
oct 07 00:22:26 nixos installer[1402]: building '/nix/store/2y2kic6zvk5xz0cc2v27lj0a087izslh-lessconfig.drv'...
oct 07 00:22:27 nixos installer[1402]: copying path '/nix/store/kfyzzjhdrvldkwz4fgfm4a3w8vyrnhgh-lesspipe-2.08' to 'local'...
oct 07 00:22:27 nixos installer[1402]: copying path '/nix/store/apg8vvbslnzik2vz7z6x90ib2x6axmcd-libmanette-0.2.6' to 'local'...
oct 07 00:22:27 nixos installer[1402]: building '/nix/store/9cpj97cdhqzxn3dk44pj13zxmqk1zplp-libao.conf.drv'...
oct 07 00:22:28 nixos installer[1402]: building '/nix/store/7ca0pgqszahkz6lgyh24dhq0xx6ak9yx-lightdm-autologin.pam.drv'...
oct 07 00:22:28 nixos installer[1402]: building '/nix/store/bihq6a115rjcjskpgn78bylwng04mq56-lightdm-greeter.pam.drv'...
oct 07 00:22:29 nixos installer[1402]: building '/nix/store/xq4qyfmxlx7p47yga6nd36r0am5f7ybz-lightdm-gtk-greeter.conf.drv'...
oct 07 00:22:29 nixos installer[1402]: created 4 symlinks in user environment
oct 07 00:22:29 nixos installer[1402]: No modules found.
oct 07 00:22:30 nixos installer[1402]: copying path '/nix/store/5p3acvkdn3a7kzcwr489nyildqvifnvi-gcr-3.41.1' to 'local'...
oct 07 00:22:30 nixos installer[1402]: copying path '/nix/store/0d5nsb29b112gv3sbjhw3x7132cvkxrh-libcanberra-0.30' from 'https://cache.nixos.org'...
oct 07 00:22:31 nixos installer[1402]: building '/nix/store/8mm5nzcjbcx2i7nakfc2qg960n23zw1w-lightdm.pam.drv'...
oct 07 00:22:31 nixos installer[1402]: building '/nix/store/66819bkxdly8kvipsn9cq5ybgblcl6n5-local-cmds.drv'...
oct 07 00:22:32 nixos installer[1402]: building '/nix/store/f3v69366pp104kgff64i0ks6hanqgcc2-locale.conf.drv'...
oct 07 00:22:32 nixos installer[1402]: building '/nix/store/wk3hnl26kakiw9vnv4z81rw7qksnbqj7-localhost-hosts.drv'...
oct 07 00:22:33 nixos installer[1402]: copying path '/nix/store/c59wwkxyhkl7dm9x7nc4lsnjj3c3dhif-libqmi-1.32.4' to 'local'...
oct 07 00:22:33 nixos installer[1402]: copying path '/nix/store/hn49yiz9ja7wwk15vcyfkgcrq01abvbs-libwacom-2.7.0' from 'https://cache.nixos.org'...
oct 07 00:22:33 nixos installer[1402]: copying path '/nix/store/nc6is5v4s0ki3rlil0yjmgyrn6i3njg0-lirc-0.10.2' from 'https://cache.nixos.org'...
oct 07 00:22:33 nixos installer[1402]: copying path '/nix/store/mk6bxc98xapzpzn7lywsrxm62d6840aq-obexftp-0.24.2' from 'https://cache.nixos.org'...
oct 07 00:22:34 nixos installer[1402]: building '/nix/store/k7bzry2w6k09i6c96xngbdxpj3n35v8h-login.defs.drv'...
oct 07 00:22:35 nixos installer[1402]: building '/nix/store/crb15sa84fgnrl63b7n5f3746kdw78dc-logrotate.conf.drv'...
oct 07 00:22:35 nixos installer[1402]: building '/nix/store/p7k1w6ychcbl2rcs42fdnripg9vy5k07-main.conf.drv'...
oct 07 00:22:36 nixos installer[1402]: building '/nix/store/9br8fvjzlccxqm6ll9dfi8lxc59x4p3j-mounts.sh.drv'...
oct 07 00:22:36 nixos installer[1402]: building '/nix/store/iykwnc1rvp5wfxddzlznsqgjksna91si-nameservers.drv'...
oct 07 00:22:37 nixos installer[1402]: copying path '/nix/store/7pyfvnyw2cf8fi1a7cg5lsn5af26pk96-libblockdev-3.0.3' from 'https://cache.nixos.org'...
oct 07 00:22:37 nixos installer[1402]: copying path '/nix/store/jr2pxynfrk8kkxy0f1nsrq449p01l953-plymouth-unstable-2023-06-17' from 'https://cache.nixos.org'...
oct 07 00:22:37 nixos installer[1402]: copying path '/nix/store/in97nczg4wqkwfd0mksd3l9nr38mlb4d-stoken-0.93' to 'local'...
oct 07 00:22:37 nixos installer[1402]: copying path '/nix/store/biizl68a07k05aizhsdjavbhnz8zc9c7-samba-4.18.6' from 'https://cache.nixos.org'...
oct 07 00:22:37 nixos installer[1402]: copying path '/nix/store/khd24hm1gsv1w5rha1lk0m0zibfx92kv-strongswan-5.9.11' to 'local'...
oct 07 00:22:38 nixos installer[1402]: building '/nix/store/bmqig930mz4ck4nq2v92h4xvsc5asp0r-network.conf.drv'...
oct 07 00:22:38 nixos installer[1402]: building '/nix/store/2f1c2vhpx17wbak12cnbflx7pka6djl1-nix.conf.drv'...
oct 07 00:22:39 nixos installer[1402]: building '/nix/store/40568a3lv5jmarqa11n59g3v5igsj9ml-nixos-build-vms.drv'...
oct 07 00:22:40 nixos installer[1402]: building '/nix/store/k0hw78vghkgxx4cvfq83ms7zl7mfwblm-nixos-enter.drv'...
oct 07 00:22:41 nixos installer[1402]: building '/nix/store/dvlfffapvx42j2f0hjng5jgydcds9p75-nixos-manual.desktop.drv'...
oct 07 00:22:41 nixos installer[1402]: Validating generated nix.conf
oct 07 00:22:41 nixos installer[1402]: copying path '/nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6' to 'local'...
oct 07 00:22:41 nixos installer[1402]: copying path '/nix/store/kv82bgbp9cmv6ra5q8kgv9bnrr5x7j0a-plymouth-unstable-2023-06-17' from 'https://cache.nixos.org'...
oct 07 00:22:41 nixos installer[1402]: copying path '/nix/store/ig6v7p1r1zb014lcgbdllk7r97fhwngc-python3-3.10.12-env' from 'https://cache.nixos.org'...
oct 07 00:22:41 nixos installer[1402]: copying path '/nix/store/7mgr5qdwqbxmgqa783mkni72cr9i9yvv-systemd-254.3-dev' from 'https://cache.nixos.org'...
oct 07 00:22:41 nixos installer[1402]: copying path '/nix/store/xiyzbvkhdkg4r673d708s41bcf0b29bd-systemd-default-tmpfiles' from 'https://cache.nixos.org'...
oct 07 00:22:42 nixos installer[1402]: building '/nix/store/2qn39v83ki8n1n9lqvq7aknlmfv928cv-nixos-version.drv'...
oct 07 00:22:43 nixos installer[1402]: building '/nix/store/2g9b6zc889a553g890fyia9d5w7az7bn-nixos.conf.drv'...
oct 07 00:22:43 nixos installer[1402]: building '/nix/store/rrznlcms5914fjwnvq385dy0n1dmrjd4-options.json.drv'...
oct 07 00:22:45 nixos installer[1402]: copying path '/nix/store/lz53c0cjfmjp2ihp50d350cm4xmr4r2a-util-linux-2.39.2-bin' to 'local'...
oct 07 00:22:45 nixos installer[1402]: copying path '/nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2' from 'https://cache.nixos.org'...
oct 07 00:22:45 nixos installer[1402]: building '/nix/store/l0ghipbd2gwz8rmdcnzfrzg6n5a04znr-02overridedns.drv'...
oct 07 00:22:46 nixos installer[1402]: building '/nix/store/00mcc8p7qnv07fp4yssna9a8c62w26gj-other.pam.drv'...
oct 07 00:22:47 nixos installer[1402]: building '/nix/store/f8lp1f9i8k117nwkk17kgglxwvqzkx12-passwd.pam.drv'...
oct 07 00:22:47 nixos installer[1402]: building '/nix/store/8jis05952a1786wy71jyf9a5288a4s5b-pine64-pinephonepro-boot-config.drv'...
oct 07 00:22:48 nixos installer[1402]: building '/nix/store/59frl7b3vzffnfwbz8cvk97bgcmlaljw-plymouthd.conf.drv'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0' from 'https://cache.nixos.org'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/lqn4cd67ph08dl8qqjd15cjii0miidd0-v4l-utils-1.24.1' to 'local'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/aqc50njqdpwxiivjay64j9hxm8n5f2sf-xorg-server-21.1.8' from 'https://cache.nixos.org'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/kbgrg4gpyvhidw843gz0sh9k980w90i2-vpnc-scripts-unstable-2023-01-03' to 'local'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/6qjpn73czcw48wb9qpc079qk2gk80zl5-zram-generator-1.1.2' to 'local'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/vjaxrlfn704yhyw0bba52hynnhyhd4xp-xf86-input-evdev-2.10.6' from 'https://cache.nixos.org'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/3kb9lgxnr2b8630gpcxi9rbgkgrhzqfq-eg25-manager-0.4.6' to 'local'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/j5pkkn5xmz8kikk7biyirchjjar9zr4v-cups-2.4.6-dev' from 'https://cache.nixos.org'...
oct 07 00:22:49 nixos installer[1402]: copying path '/nix/store/3l5gqg694lj0jaarvgyy6l55kpd2wq61-lightdm-1.32.0' from 'https://cache.nixos.org'...
oct 07 00:22:49 nixos installer[1402]: building '/nix/store/sz72gcgf6fks0dnnnzaz8rgg65395l85-X-Restart-Triggers-nix-daemon.drv'...
oct 07 00:22:50 nixos installer[1402]: building '/nix/store/76basgpppfq8qjdinxg53wxl0h3w9xqx-X-Restart-Triggers-systemd-modules-load.drv'...
oct 07 00:22:51 nixos installer[1402]: building '/nix/store/pvlb7lkgbrkxg90pvwhqy94g9cpjqhs4-nixos-install.drv'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/cgc840s96ignyrij311gv18gl6nw8w94-mdadm-4.2' from 'https://cache.nixos.org'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/rxn6w18hfxcsk8n5py2nxyxkknr65gr4-openvpn-2.5.8' to 'local'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/a9mq4zmnv2nqdbrqbwn7pg4c1xp7xlax-security-wrapper' to 'local'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/q6fpap4byfl05d07qli2r93g1lxsh79i-power-profiles-daemon-0.13' from 'https://cache.nixos.org'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/8b6qnm4z1y4ckirqf8h4ghbvycq38pfl-security-wrapper' to 'local'...
oct 07 00:22:52 nixos installer[1402]: copying path '/nix/store/hpaj6gic3z35yhgpwrg4wah7b139gh1q-ffmpeg-headless-5.1.3-lib' to 'local'...
oct 07 00:22:52 nixos installer[1402]: building '/nix/store/ibqshdjqgqbn01vygrr6rly9psqrmmk7-X-Restart-Triggers-NetworkManager-dispatcher.drv'...
oct 07 00:22:53 nixos installer[1402]: building '/nix/store/jds5wf5yipmv4mw1cfqrqyag3q0zv05h-ensure-all-wrappers-paths-exist.drv'...
oct 07 00:22:53 nixos installer[1402]: building '/nix/store/bpb7hnxfvvgd0r5y1a3sgjs4g1a223dw-mount-pstore.sh.drv'...
oct 07 00:22:54 nixos installer[1402]: building '/nix/store/70w05wqpailqaarzln70bx5ria69j1wa-nixos-rebuild.drv'...
oct 07 00:22:54 nixos installer[1402]: Checking that Nix store paths of all wrapped programs exist... OK
oct 07 00:22:55 nixos installer[1402]: copying path '/nix/store/dnglbrvlxxs8gmwq32f5v9789cg7h0kx-gst-plugins-good-1.22.5' from 'https://cache.nixos.org'...
oct 07 00:22:55 nixos installer[1402]: copying path '/nix/store/2wdslkgazxjc5yxsn9p6mw52fkgg9wj3-openconnect-9.12' to 'local'...
oct 07 00:22:55 nixos installer[1402]: copying path '/nix/store/k11r258a771fq354xm69bm3622v2b0jd-vpnc-unstable-2021-11-04' to 'local'...
oct 07 00:22:55 nixos installer[1402]: copying path '/nix/store/i4javvfjvadj780ci8n486nbd73c53gf-ffmpeg-headless-5.1.3-bin' from 'https://cache.nixos.org'...
oct 07 00:22:55 nixos installer[1402]: building '/nix/store/8bvlpfsbskyznsv3fwd7vlzvp0m7vzd2-plymouth-themes.drv'...
oct 07 00:22:56 nixos installer[1402]: building '/nix/store/f4ji4j8y9s2nvgsjbb3ifc5vfck4cv04-polkit-1.pam.drv'...
oct 07 00:22:57 nixos installer[1402]: building '/nix/store/qc329mwcl973wnb5j4vzgb5clfp209x9-runuser-l.pam.drv'...
oct 07 00:22:57 nixos installer[1402]: created 136 symlinks in user environment
oct 07 00:22:57 nixos installer[1402]: copying path '/nix/store/93b0bck2vn4kk6cbycvyydqbbv9csb6d-pipewire-0.3.80-lib' to 'local'...
oct 07 00:22:57 nixos installer[1402]: copying path '/nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8' to 'local'...
oct 07 00:22:58 nixos installer[1402]: building '/nix/store/r9pqicnnp2975b6rz2gg2zz4z9wqxcfp-runuser.pam.drv'...
oct 07 00:22:59 nixos installer[1402]: building '/nix/store/3rhqx7082r9fswix3a3392hh0d4z57m8-shutdown-ramfs-contents.drv'...
oct 07 00:22:59 nixos installer[1402]: building '/nix/store/1nggrrfpk59x7126gkagb0pcs7cd20hl-smb-dummy.conf.drv'...
oct 07 00:23:01 nixos installer[1402]: building '/nix/store/nn87z4s0i6ax72dss9iiijbd09k1djk3-stage-2-init.sh.drv'...
oct 07 00:23:01 nixos installer[1402]: building '/nix/store/d0ivp6pjr6gs15vf3xqnyvyiigqvlm22-string-hosts.drv'...
oct 07 00:23:02 nixos installer[1402]: building '/nix/store/2qp4zzjm8kc840fvl4s2f98gkcxpxq38-su.pam.drv'...
oct 07 00:23:02 nixos installer[1402]: building '/nix/store/r72d3sr77ykswgg65gycib3xqq73cacd-sudo.pam.drv'...
oct 07 00:23:03 nixos installer[1402]: copying path '/nix/store/909jqikj6mhq0hyz2w077bdy4796xih0-SDL2-2.28.3' to 'local'...
oct 07 00:23:03 nixos installer[1402]: copying path '/nix/store/8iw926dy93zzl822gs9lw00qb3dn68n5-libproxy-0.4.18' from 'https://cache.nixos.org'...
oct 07 00:23:04 nixos installer[1402]: building '/nix/store/v10frx02ninfz87q23s5wk1kn69sm5a1-systemd-user.pam.drv'...
oct 07 00:23:04 nixos installer[1402]: building '/nix/store/ds6zw38halglkcb2nnjbcvgjmr05mfgv-systemd.drv'...
oct 07 00:23:05 nixos installer[1402]: building '/nix/store/sdhap0ri8liig5hhv3xm79yk1492his3-udev-path.drv'...
oct 07 00:23:05 nixos installer[1402]: building '/nix/store/fl1c7y8z1lxibyc5bbpl623yxflv0jc2-udisks2.conf.drv'...
oct 07 00:23:07 nixos installer[1402]: copying path '/nix/store/lk1hmnk246sn2igzpd7gj4yjixjvhblj-openal-soft-1.23.1' to 'local'...
oct 07 00:23:07 nixos installer[1402]: building '/nix/store/a4jgfsr4vykxgsks17ydnngax9a62a96-hosts.drv'...
oct 07 00:23:08 nixos installer[1402]: building '/nix/store/2h611hjs35kv31s77qqx10i3b6xqm9yl-unit--.slice.drv'...
oct 07 00:23:08 nixos installer[1402]: building '/nix/store/70x7crsb4k1pb5sxwvsi98cd988azxvi-unit-ModemManager.service.drv'...
oct 07 00:23:08 nixos installer[1402]: created 458 symlinks in user environment
oct 07 00:23:09 nixos installer[1402]: copying path '/nix/store/ljxb08zmwc8cjbcprl0jiqzcfcswjzzd-ffmpeg-4.4.4-lib' to 'local'...
oct 07 00:23:10 nixos installer[1402]: building '/nix/store/0m05pbg1l3x47asjq4vcxpbhf9896knx-50-coredump.conf.drv'...
oct 07 00:23:10 nixos installer[1402]: building '/nix/store/8i9kl33zq3mkdr6jq3h2s2w5abb9bjwq-unit-NetworkManager-dispatcher.service.drv'...
oct 07 00:23:11 nixos installer[1402]: building '/nix/store/7dh1yjn8xp057vrx0sr0wccbxbj1c62z-unit-NetworkManager-wait-online.service.drv'...
oct 07 00:23:11 nixos installer[1402]: building '/nix/store/1bn1b4dd32ycjngxpdz0y0nq2kvmv180-unit-NetworkManager.service.drv'...
oct 07 00:23:13 nixos installer[1402]: copying path '/nix/store/5280d64c84sbxfxanz34mr3wy01zw9ar-ffmpeg-5.1.3-lib' from 'https://cache.nixos.org'...
oct 07 00:23:13 nixos installer[1402]: building '/nix/store/p6dfkn7444xz22vxkqh82v541gpzakq7-nixos-configuration-reference-manpage.drv'...
oct 07 00:23:14 nixos installer[1402]: building '/nix/store/zp3cm55spfz3zf69zv9pwgmva6famafr-nixos-manual-html.drv'...
oct 07 00:23:14 nixos installer[1402]: building '/nix/store/x5s8bcqwr4b1clfybpmin6ybpcvlash7-unit-alsa-store.service.drv'...
oct 07 00:23:15 nixos installer[1402]: building '/nix/store/nb64ls61kb902k7c526z7b6wx8d8ccld-unit-audit.service.drv'...
oct 07 00:23:16 nixos installer[1402]: building '/nix/store/xj2bkfyy4fh60jb88g576g63sih2s4xz-unit-autovt-.service.drv'...
oct 07 00:23:17 nixos installer[1402]: building '/nix/store/s59snspn7sldzyvzm8fl9n9b0680k90z-unit-bluetooth.service.drv'...
oct 07 00:23:17 nixos installer[1402]: building '/nix/store/4vkgqcn7cykzrc3gy38yd4fdv7da21yj-unit-console-getty.service-disabled.drv'...
oct 07 00:23:18 nixos installer[1402]: building '/nix/store/9y803c39xf3778q22ms1d5j047w6gf8h-unit-container-getty-.service.drv'...
oct 07 00:23:19 nixos installer[1402]: building '/nix/store/yhjk219s5gla2p1j85d7nxqbd1hzyd17-unit-dbus.socket.drv'...
oct 07 00:23:20 nixos installer[1402]: building '/nix/store/zpcp0s0rpsxmlk1c1k200674vz1lhqj4-unit-eg25-manager.service.drv'...
oct 07 00:23:20 nixos installer[1402]: building '/nix/store/iqvmbpfqzhp5jk4xgizjpqbjgpl3mm0i-unit-firewall.service.drv'...
oct 07 00:23:22 nixos installer[1402]: building '/nix/store/6995s92pp6xb2ya1rz0mxx9pc2ydhq3b-unit-fs.target.drv'...
oct 07 00:23:23 nixos installer[1402]: building '/nix/store/0fnag4h1qk1ardfpkl3dvwysb3dnbnc8-unit-generate-shutdown-ramfs.service.drv'...
oct 07 00:23:24 nixos installer[1402]: building '/nix/store/injpsy3crmwygh61hg6gvaggblann0ap-unit-getty-.service.drv'...
oct 07 00:23:27 nixos installer[1402]: building '/nix/store/4pb3gycxvy7z7jqsjbn0qcryx1kr2aqf-unit-keys.target.drv'...
oct 07 00:23:28 nixos installer[1402]: building '/nix/store/q20niigw2fp710bq0d8jbjcxqf7z24fc-unit-kmod-static-nodes.service.drv'...
oct 07 00:23:29 nixos installer[1402]: building '/nix/store/maqqyhg1hw06cvzybpaa6kcyp5qg2681-unit-local-fs.target.drv'...
oct 07 00:23:31 nixos installer[1402]: building '/nix/store/7zxa859fr8xyym6ng05b5ap1nlk5mhj1-unit-logrotate-checkconf.service.drv'...
oct 07 00:23:32 nixos installer[1402]: building '/nix/store/7pamsj08h9j46ll4cfh944swf5254szk-unit-logrotate.service.drv'...
oct 07 00:23:35 nixos installer[1402]: building '/nix/store/lyhzfb37qwpychkn98qp41vl3xpllr9j-unit-logrotate.timer.drv'...
oct 07 00:23:36 nixos installer[1402]: building '/nix/store/mx6bk6wyjdmp6cip7mjcmgg284fz9irb-unit-mount-pstore.service.drv'...
oct 07 00:23:37 nixos installer[1402]: building '/nix/store/kd6if543qdl3rc3nkmw04b93zljv5k98-unit-multi-user.target.drv'...
oct 07 00:23:40 nixos installer[1402]: building '/nix/store/x26wrm9sfj0z64p01ic9zkfmabpzmnz9-unit-network-interfaces.target.drv'...
oct 07 00:23:40 nixos installer[1402]: building '/nix/store/462yqswpcrqdi7gihj2rlq053vwpdr1i-unit-network-online.target.drv'...
oct 07 00:23:42 nixos installer[1402]: building '/nix/store/mgimzwrzryvk031743fi9l6jcibdmyd4-unit-nix-daemon.service.drv'...
oct 07 00:23:45 nixos installer[1402]: building '/nix/store/8b58n09aplp19af0gb6m1xwnip45755i-unit-nix-daemon.socket.drv'...
oct 07 00:23:47 nixos installer[1402]: building '/nix/store/wsq3gmkb4ck468hj75qlcsbl14cndni9-unit-nix-optimise.service.drv'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/ca2kp02x0xlc8dgrlrhwl945rcm8drna-chromaprint-1.5.1' to 'local'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/hd6jwjh5vj6684bs6nzcpyg6dm35s7yz-pipewire-0.3.80' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/7b9h7wmnl3k1xjhhnmch1bxmw5wcbb6w-gnome-themes-extra-3.28' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/c3qq36c51ddv75y7w7x61r9crfzngj0n-lightdm-gtk-greeter-2.0.8' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/0180nxamn1rsliz39mri0jzyvmzik9cr-qtbase-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/d5xfi09jmfjdhsprzbjbah15rsrr8m6p-gtk+3-3.24.38-dev' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/zcadjarrj676clc6clr753fqssxyjxrz-xf86-input-libinput-1.3.0' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/fxmbahbmzg7gzyq8zscgizr71r31qj18-glib-networking-2.76.1' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/h6p0c4m39pbxb1i84jfgshwzzq3wcyhi-gcc-wrapper-12.3.0' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/q1bm28hp3f97jp4yw5m7k2yjrsswjknz-python3.10-yt-dlp-2023.9.24' from 'https://cache.nixos.org'...
oct 07 00:23:48 nixos installer[1402]: copying path '/nix/store/l2syz9f94dq1mjadsplq9y6gv8g5fa00-udisks-2.10.1' from 'https://cache.nixos.org'...
oct 07 00:23:49 nixos installer[1402]: building '/nix/store/c6qac20z3hdrzjd5blfql71d3xmwx809-unit-nix-optimise.timer.drv'...
oct 07 00:23:50 nixos installer[1402]: building '/nix/store/z1w9xl9nifcrc7xc8anc82g1hw7l7x2a-unit-nixos-fake-graphical-session.target.drv'...
oct 07 00:23:52 nixos installer[1402]: copying path '/nix/store/9abln4xm6p2vswnw5bar4spda2v1z3v0-gst-plugins-bad-1.22.5' to 'local'...
oct 07 00:23:53 nixos installer[1402]: building '/nix/store/cmwajc7kqx42inc8733xsf2m41hjh3lh-unit-nscd.service.drv'...
oct 07 00:23:55 nixos installer[1402]: building '/nix/store/r7h2gf849n9xprx1bd2wcv6gi1jss30i-unit-obex.service.drv'...
oct 07 00:23:57 nixos installer[1402]: copying path '/nix/store/59n81dx2pmsv6fls1ccnan48c4fylidr-stdenv-linux' from 'https://cache.nixos.org'...
oct 07 00:23:57 nixos installer[1402]: copying path '/nix/store/ab6hpkn3i4fv01n86rn46ixdz457yzxa-pipewire-0.3.80-dev' from 'https://cache.nixos.org'...
oct 07 00:23:57 nixos installer[1402]: copying path '/nix/store/zddpypfabb5wx6iqy3n9hl4il5m4bqji-make-binary-wrapper-hook' from 'https://cache.nixos.org'...
oct 07 00:23:58 nixos installer[1402]: building '/nix/store/0m4h2aajijkgr1mn3jmz6frw0f5hbfix-unit-pipewire-pulse.service.drv'...
oct 07 00:24:00 nixos installer[1402]: building '/nix/store/kk296i945znjw7zgv44k383zcs5bcln0-unit-pipewire-pulse.socket.drv'...
oct 07 00:24:01 nixos installer[1402]: building '/nix/store/a0afqjqsxiqa5rkxrhx4xaj037zpa9gf-unit-pipewire.service-disabled.drv'...
oct 07 00:24:03 nixos installer[1402]: copying path '/nix/store/jlih8s2h51hbl6ndl0njw7p5lv0dgzaw-gtk4-4.10.4' to 'local'...
oct 07 00:24:03 nixos installer[1402]: copying path '/nix/store/g5xmza24nl3gqk4cr2qhy3b3zcz7dcwj-geoclue-2.7.0' from 'https://cache.nixos.org'...
oct 07 00:24:03 nixos installer[1402]: copying path '/nix/store/bj12s6mss7l2rwy467lrfndsj3jwcylk-webkitgtk-2.40.5+abi=4.1' to 'local'...
oct 07 00:24:03 nixos installer[1402]: copying path '/nix/store/9i4rj8n4g5izszj107cc2c554zd3chcl-pulseaudio-16.1' from 'https://cache.nixos.org'...
oct 07 00:24:05 nixos installer[1402]: building '/nix/store/dpph9w7wbhyxmzc8xh07xmn5ncj5hqna-lightdm-gtk-greeter-xgreeters.drv'...
oct 07 00:24:07 nixos installer[1402]: building '/nix/store/xf8pbj6gmqrm8nbnyylx6cd6q9avk4b2-unit-pipewire.service.drv'...
oct 07 00:24:13 nixos installer[1402]: building '/nix/store/c4r7bh29qmgajjypkr101bxlkw3jaqk2-unit-pipewire.socket-disabled.drv'...
oct 07 00:24:15 nixos installer[1402]: building '/nix/store/n83c15l1wgsvvg53f1wzdxd7phfzw2b2-unit-pipewire.socket.drv'...
oct 07 00:24:18 nixos installer[1402]: copying path '/nix/store/dc97bfznfsmygh0yx5w4jlmz4gk11j0d-gcr-4.1.0' to 'local'...
oct 07 00:24:18 nixos installer[1402]: copying path '/nix/store/24w1wi6p67karkrqihnxacy0sd9cyzzl-ibus-1.5.28' from 'https://cache.nixos.org'...
oct 07 00:24:18 nixos installer[1402]: copying path '/nix/store/49s1z94ia8d4w8smsqs31z6b6h76vlhc-wireplumber-0.4.14' from 'https://cache.nixos.org'...
oct 07 00:24:18 nixos installer[1402]: copying path '/nix/store/1714p0gw2sfb5m4cgdp3g3099izmmfha-xdg-desktop-portal-1.16.0' from 'https://cache.nixos.org'...
oct 07 00:24:20 nixos installer[1402]: building '/nix/store/qyyjql37kb0zdm2rgmllj5zzbrm4nmhi-mobile-nixos-init-0.1.0.drv'...
oct 07 00:24:23 nixos installer[1402]: building '/nix/store/v7a7sc1wlvd41bbzw6bzciccfn4l0116-unit-plymouth-halt.service.drv'...
oct 07 00:24:24 nixos installer[1402]: building '/nix/store/rfv52483qxy7v4p9r2hlks21mjizr8fk-unit-plymouth-kexec.service.drv'...
oct 07 00:24:24 nixos installer[1402]: unpacking sources
oct 07 00:24:24 nixos installer[1402]: unpacking source archive /nix/store/38gq5cyz9qlhb49j1jsisnsi8b9k1hh3-init
oct 07 00:24:24 nixos installer[1402]: source root is init
oct 07 00:24:24 nixos installer[1402]: patching sources
oct 07 00:24:24 nixos installer[1402]: updateAutotoolsGnuConfigScriptsPhase
oct 07 00:24:24 nixos installer[1402]: configuring
oct 07 00:24:24 nixos installer[1402]: no configure script, doing nothing
oct 07 00:24:24 nixos installer[1402]: building
oct 07 00:24:24 nixos installer[1402]: installing
oct 07 00:24:24 nixos installer[1402]: post-installation fixup
oct 07 00:24:24 nixos installer[1402]: shrinking RPATHs of ELF executables and libraries in /nix/store/6lbsmvlw5vpzj371kifgwqk90laywfrb-mobile-nixos-init-0.1.0
oct 07 00:24:24 nixos installer[1402]: checking for references to /build/ in /nix/store/6lbsmvlw5vpzj371kifgwqk90laywfrb-mobile-nixos-init-0.1.0...
oct 07 00:24:24 nixos installer[1402]: patching script interpreter paths in /nix/store/6lbsmvlw5vpzj371kifgwqk90laywfrb-mobile-nixos-init-0.1.0
oct 07 00:24:24 nixos installer[1402]: stripping (with command strip and flags -S -p) in /nix/store/6lbsmvlw5vpzj371kifgwqk90laywfrb-mobile-nixos-init-0.1.0/libexec
oct 07 00:24:25 nixos installer[1402]: copying path '/nix/store/qy5m4df5ldd8ha7a8qjg7j45lnczq898-libvlc-3.0.18' from 'https://cache.nixos.org'...
oct 07 00:24:25 nixos installer[1402]: copying path '/nix/store/4v731mvynrqp2mrqb0n9jxd6zarri3fg-libnma-1.10.6' to 'local'...
oct 07 00:24:25 nixos installer[1402]: copying path '/nix/store/5k4207q6chr8v6q1ipn715v03gx41wwq-libnma-1.10.6' to 'local'...
oct 07 00:24:27 nixos installer[1402]: building '/nix/store/7nm8l2flfvcf6n2a9skzmdfi30is10cb-perl-5.38.0-env.drv'...
oct 07 00:24:28 nixos installer[1402]: building '/nix/store/crwz3am34sdlj1fx58n0i8sxbs7vqj0q-perl-5.38.0-env.drv'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/p1vncw6if3kvlqmkx1rdqjji70h6xwzc-NetworkManager-fortisslvpn-gnome-1.4.0' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/4kji3sviaw6g441vrlghzz4qknyisy2g-NetworkManager-iodine-gnome-unstable-2019-11-05' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/yzvb9jlcg9dfyw9y4kl7i34gx8alcm7k-NetworkManager-openconnect-1.2.10' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/6srdlk7qd0zw6z80wlkg6c71w3v203dm-NetworkManager-l2tp-gnome-1.20.10' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/fvcl2wph7wsxxh9h16davm1qqlrls0h9-NetworkManager-vpnc-1.2.8' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/20db5l570i7nm5gz4zzgl2vd2ibnkr8k-NetworkManager-sstp-gnome-unstable-2023-03-09' to 'local'...
oct 07 00:24:30 nixos installer[1402]: copying path '/nix/store/ilw74mp0nljb36cb4r9a7r8szsxa3ksk-NetworkManager-openvpn-1.10.2' to 'local'...
oct 07 00:24:32 nixos installer[1402]: building '/nix/store/h533x4k81iq9i47pv22cmx99cfj6pplb-default.pa.drv'...
oct 07 00:24:34 nixos installer[1402]: building '/nix/store/fin80kk2fhb3rbki4anb124492hd540n-perl-5.38.0-env.drv'...
oct 07 00:24:34 nixos installer[1402]: created 475 symlinks in user environment
oct 07 00:24:34 nixos installer[1402]: created 184 symlinks in user environment
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/i6ax30brp5q13wvqql3zr7g70m8ab6v6-bluez-qt-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/czinsbkpcmzacy2mqwz0m7xgsmb5n9fc-futuresql-0.1.1' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/fnf82wjx6vqmmbhp3f48n4krh4kx6f7f-attica-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/si204m7z7nvna7yscwjhxhwl3lv8pjfc-kcalendarcore-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/4cgqafn3ngd3f27rs0rxj6siinbpbc02-kidletime-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/0gsxc8w5avqcq8d6wjsvrfnzd2f64pmw-karchive-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/wd51ljdjk3lgyg1vy4sg7zr4kp09hg4g-gpgme-1.22.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/b3rwcvlq92wwpbm4zwl0546m1bpxplwp-kcoreaddons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/fa3m1h4kbcg3kmhvqr5j471af2yqfi9n-kcodecs-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/xp2l0pz06i3wha30ldfy04nvwj970vwh-kitemviews-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/hykllxjdnh8cn6d8rw6kdp4qzglagrrz-kdnssd-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/bf9rql4r0rm748qvl87z0i8wydp3q77m-kactivities-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:35 nixos installer[1402]: copying path '/nix/store/cwn66j75w6rk3h44jf2fwh05aq3jylry-ki18n-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:36 nixos installer[1402]: building '/nix/store/p75vk43fakddy2j5n8aq1j2xya1wxy8k-mobile-nixos-initrd-pine64-pinephonepro.drv'...
oct 07 00:24:37 nixos installer[1402]: created 180 symlinks in user environment
oct 07 00:24:44 nixos installer[1402]: building '/nix/store/yw2ml1392xqq86dvsiqdwcd4lik9dkwl-X-Restart-Triggers-systemd-udevd.drv'...
oct 07 00:24:45 nixos installer[1402]: copying path '/nix/store/33px74mbjcwp8iwhvjsb5imfxlmjznq5-kjs-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:48 nixos installer[1402]: building '/nix/store/3cwmy813j6daqn68wkxid6ld4qm1mzhp-hwdb.bin.drv'...
oct 07 00:24:50 nixos installer[1402]: Adding hwdb files for package /nix/store/kq7xjfgy6186gw0v9qacmxm5dhp7vyrx-systemd-254.3
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/n29clk6z6g50rlny179vbdi17hhihgkw-kplotting-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/grxq2iz0f0dbr6x61ra2dbd6v30qac2j-kwidgetsaddons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/xri8hgim52yb9wnmimix2acsbk53c9c9-libdbusmenu-qt-0.9.3+16' from 'https://cache.nixos.org'...
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/w8hjx9gjx0ajmhr7irvabmy5m2nxprn1-libkexiv2-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/87hc0zc0ii573kh75azqyp76k7vdiqjw-libqaccessibilityclient-0.4.1' from 'https://cache.nixos.org'...
oct 07 00:24:50 nixos installer[1402]: copying path '/nix/store/3d5np0l0kyc9sv4ihzsvq4pn6h9z0czj-kimageformats-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: copying path '/nix/store/qrfrw7a2zvinhvrqbpzcyypcyaizjv41-modemmanager-qt-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: copying path '/nix/store/mld72s2d3vlvxxwp2nw885hxgnqxki28-networkmanager-qt-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: copying path '/nix/store/rj2gnd7rv2npn4ib73153nr4xpyfdja7-polkit-qt-1-0.114.0' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: copying path '/nix/store/mj01jy19d8ik5dslvgsaz868dv814jcm-poppler-qt5-23.08.0' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: copying path '/nix/store/qmw1xj4b0g8xajmvqasq8vjz23w045br-qca-qt5-2.3.6' from 'https://cache.nixos.org'...
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/3kb9lgxnr2b8630gpcxi9rbgkgrhzqfq-eg25-manager-0.4.6
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/flm5835rp1j8s5fjid5m2fflhfnaaisk-libmtp-1.1.21
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/31j079ya3p96jfa0y2y12chkd602rm1g-media-player-info-24
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/0add4npjgcmib6n36zbdvjfkaa4yzhi9-ipv6-privacy-extensions.rules
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/1lz1am620b4c3g615kk5k7ii4mwkkmmj-ipv6-privacy-extensions.rules
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/s52kdfppwkgvi43f4bimb2jizpjs74v8-bcache-tools-1.0.7
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/p1vncw6if3kvlqmkx1rdqjji70h6xwzc-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/4kji3sviaw6g441vrlghzz4qknyisy2g-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/6srdlk7qd0zw6z80wlkg6c71w3v203dm-NetworkManager-l2tp-gnome-1.20.10
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/yzvb9jlcg9dfyw9y4kl7i34gx8alcm7k-NetworkManager-openconnect-1.2.10
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/ilw74mp0nljb36cb4r9a7r8szsxa3ksk-NetworkManager-openvpn-1.10.2
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/fvcl2wph7wsxxh9h16davm1qqlrls0h9-NetworkManager-vpnc-1.2.8
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/20db5l570i7nm5gz4zzgl2vd2ibnkr8k-NetworkManager-sstp-gnome-unstable-2023-03-09
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/k4758fx5jx5b4dn2wqs1n8mc5df8cc42-wpa_supplicant-2.10
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/l2syz9f94dq1mjadsplq9y6gv8g5fa00-udisks-2.10.1
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/74qmwpvjy0kakk9c57x4lwsk8509wvwz-extra-udev-rules
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/a4hg71l6493yw3mifp8yr10iwc1mfy9d-extra-hwdb-file
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/q6fpap4byfl05d07qli2r93g1lxsh79i-power-profiles-daemon-0.13
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/bbvw3qi26m38989822l279hrdzlc31yv-bluez-5.66
oct 07 00:24:51 nixos installer[1402]: Adding hwdb files for package /nix/store/hd6jwjh5vj6684bs6nzcpyg6dm35s7yz-pipewire-0.3.80
oct 07 00:24:52 nixos installer[1402]: Adding hwdb files for package /nix/store/6rnxcsha6nv314pdb455rl3y5gpa0dm0-alsa-utils-1.2.10
oct 07 00:24:52 nixos installer[1402]: Adding hwdb files for package /nix/store/4zbxyd2b3g5mqa4zffm1ys4ibhjpb8sq-iio-sensor-proxy-3.5
oct 07 00:24:52 nixos installer[1402]: Adding hwdb files for package /nix/store/9i4rj8n4g5izszj107cc2c554zd3chcl-pulseaudio-16.1
oct 07 00:24:52 nixos installer[1402]: Generating hwdb database...
oct 07 00:24:53 nixos installer[1402]: copying path '/nix/store/rqyd5viw0mnhzim1x9pya2ndc8nvl5gp-qtbase-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:24:53 nixos installer[1402]: copying path '/nix/store/a8vjaxy7x5ajw2h05lkhvf2mg2mxravs-qtcharts-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:54 nixos installer[1402]: copying path '/nix/store/m2yzqqhwsz6nfpdax8nnmd5sa57spzy8-kdecoration-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/8rnpcambzfy5lmizj128w7yakmjyiri6-kfilemetadata-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/37pyyjwhwxyz8hc7fsg6z8xlpmm08wh3-kpackage-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/rvwmgf551wf9z7a1yqczmqxdv7vs5xvl-kpty-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/p44kbrmijkda0pxawpq78p2fw4ql9val-kunitconversion-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/b378f7q111rsdfzy369v765qc02lq0sf-qtdeclarative-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/qr7ilfaw2vv5g19f8ss0i5mn69w7z4bg-qtimageformats-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:57 nixos installer[1402]: copying path '/nix/store/k8m881yahy89rngryma8lzpa0wr3jci6-qtkeychain-0.14.1' from 'https://cache.nixos.org'...
oct 07 00:24:58 nixos installer[1402]: copying path '/nix/store/21i23zrbw659x7nqyjdlbgwfk11420sr-qtsensors-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:58 nixos installer[1402]: copying path '/nix/store/8a4pgb3fz8nfx7lfr7fcsh0rapad8qfx-qtsvg-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:59 nixos installer[1402]: copying path '/nix/store/j21q31ffcb0m6rl3fcs2xni1ri84xmd8-qttools-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:24:59 nixos installer[1402]: copying path '/nix/store/0pvavksaaxm7p9d3q5maqq9fmig4250c-qtwebsockets-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/pvwmdp7j9g4c7ciqlajaix50yir21l5z-qtx11extras-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/vd8js2lz42i8psksd7dhsnb5nshax1gw-solid-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/hpha4mmar9ydjjsgf29skcpvywnn77xf-sonnet-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/glqa2rql9c5kd67hvzi0ivw5bp1hch6d-syndication-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/af0khfd69yhpl2av6y8x3dlrhmzw83f4-kfilemetadata-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/3x8h0vbc9v526bk1m48n97nwxri44pvp-mesa-23.1.7-drivers' from 'https://cache.nixos.org'...
oct 07 00:25:00 nixos installer[1402]: copying path '/nix/store/ann5piqw7an5np5b5gny2xjxm82731zp-syntax-highlighting-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:01 nixos installer[1402]: copying path '/nix/store/3sw4v5dv2ww7prm3pbbwz99h1i3lsz2h-qtbase-5.15.10-dev' from 'https://cache.nixos.org'...
oct 07 00:25:02 nixos installer[1402]: copying path '/nix/store/f91i3swhi1wi55x97gyajiyrmyvkbijd-kpeople-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:03 nixos installer[1402]: copying path '/nix/store/1lc9bpfzvlxinhzisj4f90r7xmfq9vr2-threadweaver-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:03 nixos installer[1402]: copying path '/nix/store/ijadbc5ikbs4jb5j0z1l6qlbmgjckjqv-kjsembed-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:03 nixos installer[1402]: copying path '/nix/store/16jwv74a0ppnx9z5c41myrkg729lqiaz-qtsvg-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:06 nixos installer[1402]:
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/06j0snkwi4ylfdb1add3i71ay7225hs0-kitemmodels-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/70npxhp0lmy9n7fsklrffh7wkvdh56pm-kpipewire-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/psrzsm1348l00nijfhwl7fwzy9yvz4hc-kpeople-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/04mpmqvm4swnpk3xxlxl219gcshwd4p7-kpublictransport-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/ih8y432pwg2kk712fs7r9v76zxh4a0yf-ki18n-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/3ib4g3f6lsaiz4rpa4h8glnx50l8pl2f-bluez-qt-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/7qg28irp1w5zl5594qp2s40gkxcbryay-kholidays-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:07 nixos installer[1402]: copying path '/nix/store/niv0dfbd13gy4ad03p5r720v3s5va3q1-kconfig-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:08 nixos installer[1402]: copying path '/nix/store/vkz7yp4khg9cigihb2avyw0k511c77h6-kquickimageeditor-0.2.0' from 'https://cache.nixos.org'...
oct 07 00:25:09 nixos installer[1402]: building '/nix/store/vsc059gf5zc8q83gb1p51wyn818q47a6-perl-5.38.0-env.drv'...
oct 07 00:25:09 nixos installer[1402]: copying path '/nix/store/8skdg2vy5lnxmf0fx23490hj0sa2q2sm-kuserfeedback-1.2.0' from 'https://cache.nixos.org'...
oct 07 00:25:09 nixos installer[1402]: copying path '/nix/store/xhzm0jh7lb8pyyxa9b6lr7jn4h0gqp4p-qtcharts-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:09 nixos installer[1402]: copying path '/nix/store/k0bpvxbvhq1mnqgqp0jgnmkavk843fdf-qtdeclarative-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:10 nixos installer[1402]: copying path '/nix/store/d4h9wyqijfa2w1kgx38drv7ypc1jmryi-phonon-4.11.1' from 'https://cache.nixos.org'...
oct 07 00:25:12 nixos installer[1402]: created 183 symlinks in user environment
oct 07 00:25:12 nixos installer[1402]: copying path '/nix/store/9n1w2d9nz4rjrqpsysp5wq1hsk76y1zr-qtfeedback-unstable-2018-09-03' from 'https://cache.nixos.org'...
oct 07 00:25:13 nixos installer[1402]: copying path '/nix/store/gpm9mgv3jvgza4vp226m7xpxid63j5mh-kcrash-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/yp9rylb46k3rf7lrn8a7rlflsfh4bd1r-kdbusaddons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/vy9sbpqxrssy5bcaf31s2sd89rzr64f6-kjobwidgets-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/2g75fs1krlw7i55p6jr999xgbz19q37x-kwindowsystem-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/1w4hds3ppqvpls8x4l3wqic8jx6g1447-qtgraphicaleffects-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/jwk8yq2aswmkh71s9pcxybsizagv8v9l-qtlocation-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/hq9pnyz20171hahd34i5i12hcw51larq-qtmultimedia-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:14 nixos installer[1402]: copying path '/nix/store/qyfpkcqb4ycgnx2p0jsmfmhgs085fjf7-kactivities-stats-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:15 nixos installer[1402]: copying path '/nix/store/0j7xc9abpgnjls3ibky298qyzn9h3d8n-kcompletion-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:15 nixos installer[1402]: copying path '/nix/store/g98j7yd7gsllc0k25l23zynaz99bc9i1-kcontacts-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:16 nixos installer[1402]: copying path '/nix/store/z422qj6glnk1c8fdjckrvgabjydwx22q-libqofono-0.103' from 'https://cache.nixos.org'...
oct 07 00:25:16 nixos installer[1402]: copying path '/nix/store/9cbnrw2vr8bwdndzbndjhls5qz56d1ai-purpose-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:16 nixos installer[1402]: copying path '/nix/store/7azfwnhxcsw2bslrsm332rhwha4s9fm3-qtquickcontrols-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:16 nixos installer[1402]: copying path '/nix/store/2akimmbd9d9561xmh7q4b3wrpih2na8h-phonon-backend-vlc-0.11.3' from 'https://cache.nixos.org'...
oct 07 00:25:16 nixos installer[1402]: copying path '/nix/store/rwmcxgx2biq5xjprlsi0hcqgvm5f2glh-qtquickcontrols2-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:19 nixos installer[1402]: copying path '/nix/store/76grx0jgx0hh0ahn7562s2arn0xas3zl-qtsensors-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:19 nixos installer[1402]: copying path '/nix/store/gxs8x0qwjpqijnrhljjcml51v1azcpg5-qttools-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:19 nixos installer[1402]: copying path '/nix/store/bnlhrn9vyrv45a2lic8k5vzvfkafd5rf-kservice-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/l7gy86w74gg7586399qwnxxbp7jxjknb-qtvirtualkeyboard-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/q4x1pq0vng3i1vb069mrmnwzbrzxd2qd-qtwayland-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/42wqzwwylhssf184kgl7dimd10scr8r6-prison-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/r2q4xkhlfz6fl3hmr4p9nkry75xd19wp-qtmultimedia-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/3z5qbqqpgy9wvf9zpfqrri53dx9hwwr7-knotifications-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:20 nixos installer[1402]: copying path '/nix/store/61hmyd45yvjn0hc72ndw72fhgszm86ba-kweathercore-0.6' from 'https://cache.nixos.org'...
oct 07 00:25:21 nixos installer[1402]: copying path '/nix/store/3f4qjqsgdxib00dmcny2anvgjknjmrlb-qtlocation-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:22 nixos installer[1402]: copying path '/nix/store/59i8cjf97cbjxmy0sk43bmyjwy1ch0xl-kpeoplevcard-0.1' from 'https://cache.nixos.org'...
oct 07 00:25:22 nixos installer[1402]: copying path '/nix/store/vvygrrxkrd5yldmraphbnhcabl21basw-qtwebchannel-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:23 nixos installer[1402]: copying path '/nix/store/2l78vpi2s20zsyv0d3mgydbjvsy1w0rs-qtwebsockets-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:23 nixos installer[1402]: copying path '/nix/store/grgk311z6z4fm86bywqcgyl02ap7k7lf-qtxmlpatterns-5.15.10' from 'https://cache.nixos.org'...
oct 07 00:25:23 nixos installer[1402]: copying path '/nix/store/x2mjsn37q3dd7d91yrcx5i6hx5kdpdlh-kirigami-addons-0.11.0' from 'https://cache.nixos.org'...
oct 07 00:25:26 nixos installer[1402]: building '/nix/store/fwiryjxj4cgjdy31c3vf0wad0jgpxrvs-udev-rules.drv'...
oct 07 00:25:26 nixos installer[1402]: copying path '/nix/store/nbwp5znl8kd26a42a6zz63gmvw23mzcv-qtquickcontrols2-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:26 nixos installer[1402]: copying path '/nix/store/0k4m879hdmjf2h9p7plzh8g9ryjp5sai-kirigami2-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:26 nixos installer[1402]: copying path '/nix/store/ddrm40ifra822lcfqi4vp9fs1wm8s01c-kquickcharts-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:26 nixos installer[1402]: copying path '/nix/store/0ki4w044bliwmrf020dy40vs2hbxkdm5-kemoticons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:26 nixos installer[1402]: Adding rules for package /nix/store/3kb9lgxnr2b8630gpcxi9rbgkgrhzqfq-eg25-manager-0.4.6
oct 07 00:25:26 nixos installer[1402]: Copying /nix/store/3kb9lgxnr2b8630gpcxi9rbgkgrhzqfq-eg25-manager-0.4.6/lib/udev/rules.d/80-modem-eg25.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/80-modem-eg25.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/flm5835rp1j8s5fjid5m2fflhfnaaisk-libmtp-1.1.21
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/flm5835rp1j8s5fjid5m2fflhfnaaisk-libmtp-1.1.21/lib/udev/rules.d/69-libmtp.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/69-libmtp.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/31j079ya3p96jfa0y2y12chkd602rm1g-media-player-info-24
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/31j079ya3p96jfa0y2y12chkd602rm1g-media-player-info-24/lib/udev/rules.d/40-usb-media-players.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/40-usb-media-players.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/0add4npjgcmib6n36zbdvjfkaa4yzhi9-ipv6-privacy-extensions.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/0add4npjgcmib6n36zbdvjfkaa4yzhi9-ipv6-privacy-extensions.rules/etc/udev/rules.d/98-ipv6-privacy-extensions.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/98-ipv6-privacy-extensions.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/1lz1am620b4c3g615kk5k7ii4mwkkmmj-ipv6-privacy-extensions.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/1lz1am620b4c3g615kk5k7ii4mwkkmmj-ipv6-privacy-extensions.rules/etc/udev/rules.d/99-ipv6-privacy-extensions.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/99-ipv6-privacy-extensions.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22/lib/udev/rules.d/10-dm.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/10-dm.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22/lib/udev/rules.d/11-dm-lvm.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/11-dm-lvm.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22/lib/udev/rules.d/13-dm-disk.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/13-dm-disk.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22/lib/udev/rules.d/69-dm-lvm.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/69-dm-lvm.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/8hfbp61zmiaqipjzqxz7y4vkvm9jji69-lvm2-2.03.22/lib/udev/rules.d/95-dm-notify.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/95-dm-notify.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/s52kdfppwkgvi43f4bimb2jizpjs74v8-bcache-tools-1.0.7
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/s52kdfppwkgvi43f4bimb2jizpjs74v8-bcache-tools-1.0.7/lib/udev/rules.d/69-bcache.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/69-bcache.rules
oct 07 00:25:27 nixos installer[1402]: copying path '/nix/store/lc2kbzx7ygxijgqxmi4wmjbain1i7z29-kwayland-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:27 nixos installer[1402]: copying path '/nix/store/pdh8q7k7ssdc3v30q7w5dvkbdwvwzma6-kidletime-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0/lib/udev/rules.d/80-libinput-device-groups.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/80-libinput-device-groups.rules
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/0ir20n6m6xnkvrvq4y2nz2jrwrfjqk53-libinput-1.24.0/lib/udev/rules.d/90-libinput-fuzz-override.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/90-libinput-fuzz-override.rules
oct 07 00:25:27 nixos installer[1402]: Adding rules for package /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6
oct 07 00:25:27 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-broadmobi-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-broadmobi-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-cinterion-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-cinterion-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-dell-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-dell-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-dlink-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-dlink-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-ericsson-mbm.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-ericsson-mbm.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-fibocom-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-fibocom-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-foxconn-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-foxconn-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-gosuncn-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-gosuncn-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-haier-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-haier-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-huawei-net-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-huawei-net-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-linktop-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-linktop-port-types.rules
oct 07 00:25:28 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-longcheer-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-longcheer-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-mtk-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-mtk-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-nokia-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-nokia-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-qcom-soc.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-qcom-soc.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-quectel-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-quectel-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-sierra.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-sierra.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-simtech-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-simtech-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-telit-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-telit-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-tplink-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-tplink-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-ublox-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-ublox-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-x22x-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-x22x-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/77-mm-zte-port-types.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/77-mm-zte-port-types.rules
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/nsxfpbq3kapmwjlkrsswjlgkzhsk4b4k-modemmanager-1.20.6/lib/udev/rules.d/80-mm-candidate.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/80-mm-candidate.rules
oct 07 00:25:29 nixos installer[1402]: Adding rules for package /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8
oct 07 00:25:29 nixos installer[1402]: Copying /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8/lib/udev/rules.d/84-nm-drivers.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/84-nm-drivers.rules
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8/lib/udev/rules.d/85-nm-unmanaged.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/85-nm-unmanaged.rules
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/a8d9cmy5889dj2kz0fjn6h9nfdcqc5p4-networkmanager-1.42.8/lib/udev/rules.d/90-nm-thunderbolt.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/90-nm-thunderbolt.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/p1vncw6if3kvlqmkx1rdqjji70h6xwzc-NetworkManager-fortisslvpn-gnome-1.4.0
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/4kji3sviaw6g441vrlghzz4qknyisy2g-NetworkManager-iodine-gnome-unstable-2019-11-05
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/6srdlk7qd0zw6z80wlkg6c71w3v203dm-NetworkManager-l2tp-gnome-1.20.10
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/yzvb9jlcg9dfyw9y4kl7i34gx8alcm7k-NetworkManager-openconnect-1.2.10
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/ilw74mp0nljb36cb4r9a7r8szsxa3ksk-NetworkManager-openvpn-1.10.2
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/fvcl2wph7wsxxh9h16davm1qqlrls0h9-NetworkManager-vpnc-1.2.8
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/20db5l570i7nm5gz4zzgl2vd2ibnkr8k-NetworkManager-sstp-gnome-unstable-2023-03-09
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/k4758fx5jx5b4dn2wqs1n8mc5df8cc42-wpa_supplicant-2.10
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2/lib/udev/rules.d/95-upower-hid.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/95-upower-hid.rules
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/78lw0vgjq1cyxiz675qrv6gwa4phvamc-upower-1.90.2/lib/udev/rules.d/95-upower-wup.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/95-upower-wup.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/l2syz9f94dq1mjadsplq9y6gv8g5fa00-udisks-2.10.1
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/l2syz9f94dq1mjadsplq9y6gv8g5fa00-udisks-2.10.1/lib/udev/rules.d/80-udisks2.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/80-udisks2.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/74qmwpvjy0kakk9c57x4lwsk8509wvwz-extra-udev-rules
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/74qmwpvjy0kakk9c57x4lwsk8509wvwz-extra-udev-rules/etc/udev/rules.d/99-local.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/99-local.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/a4hg71l6493yw3mifp8yr10iwc1mfy9d-extra-hwdb-file
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/q6fpap4byfl05d07qli2r93g1lxsh79i-power-profiles-daemon-0.13
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/bbvw3qi26m38989822l279hrdzlc31yv-bluez-5.66
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/bbvw3qi26m38989822l279hrdzlc31yv-bluez-5.66/lib/udev/rules.d/97-hid2hci.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/97-hid2hci.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/hd6jwjh5vj6684bs6nzcpyg6dm35s7yz-pipewire-0.3.80
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/hd6jwjh5vj6684bs6nzcpyg6dm35s7yz-pipewire-0.3.80/lib/udev/rules.d/90-pipewire-alsa.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/90-pipewire-alsa.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/6rnxcsha6nv314pdb455rl3y5gpa0dm0-alsa-utils-1.2.10
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/6rnxcsha6nv314pdb455rl3y5gpa0dm0-alsa-utils-1.2.10/lib/udev/rules.d/90-alsa-restore.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/90-alsa-restore.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/4zbxyd2b3g5mqa4zffm1ys4ibhjpb8sq-iio-sensor-proxy-3.5
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/4zbxyd2b3g5mqa4zffm1ys4ibhjpb8sq-iio-sensor-proxy-3.5/lib/udev/rules.d/80-iio-sensor-proxy.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/80-iio-sensor-proxy.rules
oct 07 00:25:30 nixos installer[1402]: Adding rules for package /nix/store/9i4rj8n4g5izszj107cc2c554zd3chcl-pulseaudio-16.1
oct 07 00:25:30 nixos installer[1402]: Copying /nix/store/9i4rj8n4g5izszj107cc2c554zd3chcl-pulseaudio-16.1/lib/udev/rules.d/90-pulseaudio.rules to /nix/store/l7accpaq2bcxrs7pq35b52s2k6c53k85-udev-rules/90-pulseaudio.rules
oct 07 00:25:33 nixos installer[1402]: Checking that all programs called by relative paths in udev rules exist in /nix/store/kq7xjfgy6186gw0v9qacmxm5dhp7vyrx-systemd-254.3/lib/udev... OK
oct 07 00:25:33 nixos installer[1402]: Checking that all programs called by absolute paths in udev rules exist... grep: warning: stray \ before /
oct 07 00:25:33 nixos installer[1402]: OK
oct 07 00:25:34 nixos installer[1402]: copying path '/nix/store/wkxzddbqb7qjc277hb1bk9b82vbmwm6m-layer-shell-qt-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:36 nixos installer[1402]: building '/nix/store/xh4avb0bbzirn6f8igrz303zhr8wa3yq-nixos-help.drv'...
oct 07 00:25:39 nixos installer[1402]: building '/nix/store/n0p4nvlvp2113v49dbdp2c00xs4a57jc-unit-plymouth-poweroff.service.drv'...
oct 07 00:25:41 nixos installer[1402]: building '/nix/store/jvhhymzp7vhp7k4a461fnpwqs5piq83h-nixos-help.drv'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/x65fvahj8dnxgvbzz9jwsfvlysyfgdm7-qtwayland-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/plyidv8clx68m6xb2ibswn8prhzzrfzx-frameworkintegration-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/a8k8vqyhaxl9hms7ls7q1c8746azqa7c-kwallet-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/43ih3ll1bag7g04yc4hsny067z0xgn64-qtwebengine-5.15.14' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/7jkhx55l1479w6q9q9g14hdhl0bjai53-knotifications-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/cwd9abzvsm6adf7vgnqnjxf31gl0askd-qtwebchannel-5.15.10-bin' from 'https://cache.nixos.org'...
oct 07 00:25:42 nixos installer[1402]: copying path '/nix/store/02yw5pddf54lc8v7i8b5s7inaljx7sac-kemoticons-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:44 nixos installer[1402]: building '/nix/store/bhqbr7fdphpk2hp03mfs1bscynwksvyj-unit-plymouth-quit-wait.service.drv'...
oct 07 00:25:44 nixos installer[1402]: building '/nix/store/ka8c16162avm5wqd8b7figxzr5w9jdji-unit-plymouth-quit.service.drv'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/ili1nrmrb7nqkdjkwvb3qml8n0r0bf14-kconfig-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/vm73p8s4h5qnznjz1nqv6111vbxa12ha-kwayland-integration-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/4jmri9qy2f42hr30c84wrjhgs974mfna-signond-8.61' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/xl3frnfan5gyyygd9inf8h2kawcis2gq-keysmith-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/6xgca393ybkb4klh3dni277xil4hafw7-libkscreen-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/lxxnldqjbqlbgq9yif1il2dkcybzpxp1-kdoctools-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/5kbhx9avvxav0m3n4d52mr4h6ss2y63p-appstream-qt-0.15.5' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/2xi4gf4y8hkz30qaa0fbagrsbqjg05s9-kdbusaddons-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/isagaflik7fhspxf4f82331b2757r2gn-kcoreaddons-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/lk7k4mxg3l7lsz16fasryh21mqx0m45n-plasma-nano-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/rpzls13ra3gjqjnqxrr8mb8hlwfbd1b9-accounts-qt-1.16' from 'https://cache.nixos.org'...
oct 07 00:25:45 nixos installer[1402]: copying path '/nix/store/ddvyml3rh9zmpgfvrxyvrv4h0b6y524b-kguiaddons-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:46 nixos installer[1402]: copying path '/nix/store/nw80h0ljcb5wpjbwqdw35g655972aziy-maliit-framework-2.3.0' from 'https://cache.nixos.org'...
oct 07 00:25:46 nixos installer[1402]: building '/nix/store/i0mzl3h9bj1lgb6r4iqnji3rpd4jiinq-nixos-container.drv'...
oct 07 00:25:47 nixos installer[1402]: building '/nix/store/fd23qvh485lfw187vd9smqzm8f4bp63a-nixos-generate-config.drv'...
oct 07 00:25:49 nixos installer[1402]: building '/nix/store/3v5cp8n906d6rsalbsp2jv3gdhx5if3g-command-not-found.drv'...
oct 07 00:25:50 nixos installer[1402]: building '/nix/store/zfl74l00pvjbpn6x42a5zh5sznwf01c9-opengl-drivers.drv'...
oct 07 00:25:51 nixos installer[1402]: copying path '/nix/store/fgll9bbwgrzxgx37c5iazwzrsdv59sj0-solid-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:51 nixos installer[1402]: copying path '/nix/store/77z0jgrchahddsp2y9f6m93098xmns6j-sonnet-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:52 nixos installer[1402]: building '/nix/store/05x5zqrw05j5ms6j18lbsmfbixr3mf9k-unit-plymouth-read-write.service.drv'...
oct 07 00:25:53 nixos installer[1402]: building '/nix/store/yflz5c84wspkw1ysyw3f4bgnv3ksnd4y-unit-plymouth-reboot.service.drv'...
oct 07 00:25:53 nixos installer[1402]: created 2 symlinks in user environment
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/qnhfs11rlwh70qdmlamg4l382sfm1y9l-syntax-highlighting-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/rl09f4fcsdp273dxsqlca54fsalw8mxs-audiotube-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/f21k98i0mjwb3fxgsxmmrjwg53kq50dc-kalk-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/iwc160jlf1l5k38nnd77436sfh8n6rpk-kauth-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/ykg806sdbl3jqgj7nnbbvp6qjr6i4xz1-kpackage-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/9s7d03x6ydnps9zf261lhazygg56gmj1-kwrited-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/haf13v9mx33szhyrk7mgnmzyx8dqcx7c-maliit-keyboard-2.3.1' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/im1q9844b9kiqiqrbf87l91r5fm94bzb-kservice-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/80vrsrjwv0l2dn8v7f7x4fbbpvcj9qh7-kasts-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/w0ah2q35nqvwh21gib245lpwx6644bif-alligator-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:54 nixos installer[1402]: copying path '/nix/store/rx0p89y3p62ibn77avnhznayq5y362ps-krecorder-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:25:55 nixos installer[1402]: building '/nix/store/sjy3bbnv7j68vi4rfmfd3080ss29nz0i-reload-container.drv'...
oct 07 00:25:57 nixos installer[1402]: building '/nix/store/d72y878acgny3vwzgsjayixqgwgh1ndk-etc-bashrc.drv'...
oct 07 00:25:58 nixos installer[1402]: building '/nix/store/xchqx9g1zq6jz01446l7agnqcxbpm32x-unit-plymouth-start.service.drv'...
oct 07 00:25:59 nixos installer[1402]: building '/nix/store/mb6gkdhfr6zk431lqg3skl2yjqbfi1r1-unit-post-resume.target.drv'...
oct 07 00:26:01 nixos installer[1402]: copying path '/nix/store/i7nk6rc842gkk4ikc8lhcvrkx9xigz65-calindori-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:26:01 nixos installer[1402]: copying path '/nix/store/m01dhgvp5zyj1s9z8vla8d57bpah79vk-kded-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:01 nixos installer[1402]: copying path '/nix/store/xzypnwq5mzjyfdn1bxxz2mh7wr9x006z-kdesu-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:01 nixos installer[1402]: copying path '/nix/store/vww009id7b2ipkvbvsgyl76c92p0hvkl-plasma-phonebook-23.01.0' from 'https://cache.nixos.org'...
oct 07 00:26:01 nixos installer[1402]: copying path '/nix/store/qnwyqrc09f0bs4r8fhs76k5jlydaxx0h-kglobalaccel-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:02 nixos installer[1402]: building '/nix/store/w701f85929j6plpjjk5cy3987gsn7mrj-nixos-tmpfiles.d.drv'...
oct 07 00:26:03 nixos installer[1402]: building '/nix/store/lg4k63sx7l37q02l7ypzlx4wp5051hqf-unit-pulseaudio.service.drv'...
oct 07 00:26:03 nixos installer[1402]: building '/nix/store/nc7r80k1zj2hgichafsvilzhs1kbygic-unit-pulseaudio.service.drv'...
oct 07 00:26:04 nixos installer[1402]: building '/nix/store/4cs0mprbpysmnbmq0k6dxa8yr5vzc7mz-unit-pulseaudio.socket.drv'...
oct 07 00:26:05 nixos installer[1402]: building '/nix/store/bm3pf2q3xkvnh9rr2a885yz12znb7lhr-unit-remote-fs.target.drv'...
oct 07 00:26:07 nixos installer[1402]: copying path '/nix/store/7wdz0343pk9f62ndnr1rfn48si44mwi9-kconfigwidgets-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:08 nixos installer[1402]: building '/nix/store/a0kdvqb5kz8y4l2sm9aqqq6j25s52mkh-unit-resolvconf.service.drv'...
oct 07 00:26:09 nixos installer[1402]: building '/nix/store/v3c41b7if05h4wbalbf2pfn3l4qfrv6q-unit-run-initramfs.mount.drv'...
oct 07 00:26:10 nixos installer[1402]: building '/nix/store/cmzbg145mssx4fmpxsf9p3cwp0j32wg4-unit-save-hwclock.service.drv'...
oct 07 00:26:10 nixos installer[1402]: building '/nix/store/jqbsb359kr3z7wghayzf5m7frpy5q7i6-unit-script-container_-post-start.drv'...
oct 07 00:26:11 nixos installer[1402]: building '/nix/store/pyx9jcmpaia6wrfh3m5nrfs3ghfb6kq2-unit-script-container_-pre-start.drv'...
oct 07 00:26:13 nixos installer[1402]: building '/nix/store/4n25vkl2kw923rbmkbfrib3j3ln9f2jr-tmpfiles.d.drv'...
oct 07 00:26:14 nixos installer[1402]: building '/nix/store/qlms6d1kdnr0fqd0blk4bwqrvvi9c69b-unit-script-container_-start.drv'...
oct 07 00:26:15 nixos installer[1402]: building '/nix/store/bq29a7ycqs29s8mnxgn457xrh24vxld4-unit-script-display-manager-pre-start.drv'...
oct 07 00:26:16 nixos installer[1402]: building '/nix/store/96y51jbwpx4lrrmj0w79c5i83naylc6d-unit-script-display-manager-start.drv'...
oct 07 00:26:16 nixos installer[1402]: building '/nix/store/0i6v9y2xfq593f013na0mn6gblpnhhfz-unit-script-network-local-commands-start.drv'...
oct 07 00:26:18 nixos installer[1402]: copying path '/nix/store/9wm4anrgyj774rg2fxc83rsn7j3j7bsf-breeze-qt5-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:18 nixos installer[1402]: copying path '/nix/store/l7cnlbsj4hf3bq33vsh32kbpjbx1ph9i-ktextwidgets-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:18 nixos installer[1402]: copying path '/nix/store/wnb6vhyycaabnyg0b5diy4nx2jxjnw01-kgamma5-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:18 nixos installer[1402]: copying path '/nix/store/m7n9vsaadag0z3agdqgcv9g2mgylw2xj-oxygen-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:18 nixos installer[1402]: copying path '/nix/store/pmwdbr84hy01k0p5dfnhhd6gvwjxkr6s-kiconthemes-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:19 nixos installer[1402]: building '/nix/store/ynk3345l43fpmf13g511mcwmppsmcvpk-unit-script-network-setup-start.drv'...
oct 07 00:26:19 nixos installer[1402]: building '/nix/store/grybab6zxc4impgkvh87y6a8hhc21lds-unit-script-nix-gc-start.drv'...
oct 07 00:26:20 nixos installer[1402]: building '/nix/store/5di116qfyr0h0qkhai0ix5x0g03b9qmw-unit-script-nixos-activation-start.drv'...
oct 07 00:26:21 nixos installer[1402]: building '/nix/store/j5hiwww004kfgjxk2w52yfdxi1fpnfq4-unit-script-plasma-early-setup-start.drv'...
oct 07 00:26:22 nixos installer[1402]: building '/nix/store/fbzgs0rf3bspg57sknhaf7y7lv9ikdca-unit-script-post-resume-start.drv'...
oct 07 00:26:25 nixos installer[1402]: building '/nix/store/3ssg5cxqpv7gcxgz4b4h8875lpc7hbkd-unit-container-.service.drv'...
oct 07 00:26:25 nixos installer[1402]: building '/nix/store/aa9awfzs45m22m87ya4wxr3sf0k0rcpp-unit-script-pre-sleep-start.drv'...
oct 07 00:26:26 nixos installer[1402]: building '/nix/store/343ww93kk1jgbr7aqh5rh93mxjaa2a92-unit-script-prepare-kexec-start.drv'...
oct 07 00:26:27 nixos installer[1402]: building '/nix/store/wbvwp71zd977s6hn34v543brrp0nqv76-unit-serial-getty-.service.drv'...
oct 07 00:26:28 nixos installer[1402]: building '/nix/store/wr3dj3f5z7sybp1rj56d5c052xx5vcfd-unit-system.slice.drv'...
oct 07 00:26:29 nixos installer[1402]: copying path '/nix/store/02fwvjkvi89fwkfs0wg70h91c3if8zbh-kiconthemes-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:29 nixos installer[1402]: copying path '/nix/store/59w57204l8dkir2fwsic5n59ns4hgpb5-ktextwidgets-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:29 nixos installer[1402]: copying path '/nix/store/4d675aaczbcjhbshlk10yw3pdk2mcadb-qqc2-desktop-style-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:29 nixos installer[1402]: copying path '/nix/store/g6yipb5ji3whrzlbdii30cjil087i04p-kxmlgui-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:30 nixos installer[1402]: building '/nix/store/ks976rgdc12zdqqhlp275s0pz68f3nkn-unit-network-local-commands.service.drv'...
oct 07 00:26:30 nixos installer[1402]: building '/nix/store/45839pq4j7s78js8zkp1wbcrkns15yqn-unit-network-setup.service.drv'...
oct 07 00:26:31 nixos installer[1402]: building '/nix/store/gahzsjmsc42jv65w5h1v90pyj1yiqzf7-unit-nix-gc.service.drv'...
oct 07 00:26:32 nixos installer[1402]: building '/nix/store/r5dkcm4pbw5dgvd80srx4l4abzmb0gh4-unit-nixos-activation.service.drv'...
oct 07 00:26:33 nixos installer[1402]: building '/nix/store/lwla8fn79fdh6n40v9knrsdfmv0qygi7-unit-plasma-early-setup.service.drv'...
oct 07 00:26:35 nixos installer[1402]: copying path '/nix/store/pvjjxfs5d5b9ml1z6c7f7jyfqa9xpx8i-kbookmarks-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:35 nixos installer[1402]: copying path '/nix/store/1zrjg2jxnn2jm0n1v1jk56fahfxclhcw-ktrip-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:26:35 nixos installer[1402]: copying path '/nix/store/9nmmqs6klj44vmhjj56511xpdiiljs3b-kwallet-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:35 nixos installer[1402]: copying path '/nix/store/kgzjbd2nqdq38r3xlzxp92f9j2prn8ai-kxmlgui-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:35 nixos installer[1402]: copying path '/nix/store/j46dcyj24s73xsb8rm22a28x9ji8jrvs-polkit-kde-agent-1-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:35 nixos installer[1402]: building '/nix/store/k5w5h6mxx8xx7328dpb5fmrnqq8wgij1-unit-post-resume.service.drv'...
oct 07 00:26:36 nixos installer[1402]: building '/nix/store/w0v598nj7518ykfhvb3qw58a9zmajjlb-unit-pre-sleep.service.drv'...
oct 07 00:26:37 nixos installer[1402]: building '/nix/store/k99gdfls7ls71mbzk0gzdp2z448ibmvb-unit-prepare-kexec.service.drv'...
oct 07 00:26:37 nixos installer[1402]: building '/nix/store/jxmqi82s9nyf8nsf9q3i2566rb4hbir1-unit-systemd-ask-password-plymouth.path.drv'...
oct 07 00:26:38 nixos installer[1402]: building '/nix/store/dbs628h07srfbxli21jsbfr5inixplf2-unit-systemd-ask-password-plymouth.service.drv'...
oct 07 00:26:39 nixos installer[1402]: copying path '/nix/store/4qq3wj36bgvsap1ki1mwqn100rr3kx2p-kio-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:39 nixos installer[1402]: copying path '/nix/store/q84k9wxbwfh5n8mc774f2j3frykprf08-kwallet-pam-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:39 nixos installer[1402]: copying path '/nix/store/b3n4avpzazr83n70ir8l9h5gpxg57fsq-qtwebengine-5.15.14-bin' from 'https://cache.nixos.org'...
oct 07 00:26:39 nixos installer[1402]: copying path '/nix/store/87wfq0wmzs3jkdi3r0blflljdb4wdimk-ksshaskpass-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:40 nixos installer[1402]: building '/nix/store/1acp5di8zgr2lg7clphvg2pqqk2n5vl5-unit-systemd-backlight-.service.drv'...
oct 07 00:26:40 nixos installer[1402]: building '/nix/store/gfayhwmrdv43m6wzjhbxmvsqacq28jfp-unit-systemd-fsck-.service.drv'...
oct 07 00:26:41 nixos installer[1402]: building '/nix/store/wm50c6vggib90iwhb6b79fq7yz40bhhl-unit-systemd-importd.service.drv'...
oct 07 00:26:42 nixos installer[1402]: building '/nix/store/xasv0r2ar77b1zi39flqzi90nvzf2719-unit-systemd-journal-flush.service.drv'...
oct 07 00:26:42 nixos installer[1402]: building '/nix/store/fz9v8l6zvbh54a3k7nwl4rvank5lwrrf-unit-systemd-journal-gatewayd.socket.drv'...
oct 07 00:26:44 nixos installer[1402]: building '/nix/store/c1lkfbi8grq0p2yz17w6pcy9wj0ks5kw-unit-systemd-journald-.service.drv'...
oct 07 00:26:44 nixos installer[1402]: building '/nix/store/ayhiy68qhcwxhk9mbzidm9sqcfxygqfx-unit-systemd-journald.service.drv'...
oct 07 00:26:45 nixos installer[1402]: building '/nix/store/x91g2z4030b6qmaxx6vccnzs2k21q766-unit-systemd-logind.service.drv'...
oct 07 00:26:45 nixos installer[1402]: building '/nix/store/fdqaskkwj7ldbl1y1jyb2ss8mi4pi2c3-unit-systemd-makefs-.service.drv'...
oct 07 00:26:46 nixos installer[1402]: building '/nix/store/1p6dnllvlswm3vjg8wh4rmmdc21r6niz-unit-systemd-mkswap-.service.drv'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/28ms64cyjx3mjgg2sim9fp4gj1a23qag-baloo-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/kzh8zq2c46zavqgsjrx3ry2ka2b39lw7-kdeclarative-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/gna52yqp60iddhkpg4cdjldgsqyrvpi0-knewstuff-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/cafy0rxnxa6yl9pai9s39c6p88zicyf3-kactivities-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/2i1nz8kgvhmbbs731mwb5cc7n4k0fhy9-kactivitymanagerd-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/4xkxj99q0ngqw97ipd6k8zmh959i9raj-libksysguard-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/p29nx501ywvzf1sfw8bp83b1h0aqn7dh-plasma-dialer-23.01.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/vzv6hpvga9c0cblvyf3v6y8a037fqm6v-spacebar-23.01.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/7znqib7xh3xs37z9gwd5bi4awxvn4h3f-kxmlrpcclient-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/khymwznvy44v5mqwkfbkp3nylwz9mrl8-knotifyconfig-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:47 nixos installer[1402]: copying path '/nix/store/f1a2s5vb7cp0fdmjr76xwwrphi0c9czc-kparts-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:48 nixos installer[1402]: building '/nix/store/a7ykicic0w5220b51q70vfxvxzgsmhh1-login.pam.drv'...
oct 07 00:26:49 nixos installer[1402]: building '/nix/store/6map7cfw070mjxj2pkh56ni13s5gzw2l-unit-systemd-modules-load.service.drv'...
oct 07 00:26:49 nixos installer[1402]: building '/nix/store/7jc26vx1n1sc0bim88j98j220irj6b7h-unit-systemd-oomd.service.drv'...
oct 07 00:26:50 nixos installer[1402]: building '/nix/store/l8gx3b8hfwj2nzgn8xw7hygiiv42m3g5-unit-systemd-pstore.service.drv'...
oct 07 00:26:50 nixos installer[1402]: building '/nix/store/yk19hy9dr2gjg7k4acc4ldxwy93b8pi3-unit-systemd-random-seed.service.drv'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/jn2djy1ccqnc7bi9ypchq20yg2pwavpl-frameworkintegration-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/7y4scqrm81d5g4vmyr5h8v4fiy2frl2s-kcmutils-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/jb10p387mqjvppi9zsz3d6vpi50x1yx0-kaccounts-integration-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/glsjpl0cja2lx7j8l8gpm5wq08ldysrd-kdeclarative-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/1r7x79i007cs3ps2ni7pv3cc2k6sz719-plasma-framework-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/1fvc6n6l1hpnj3pcpb6rgpl3md7la2vr-ktexteditor-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/ffs5xzd96yy5rlc5zmknmdljng0k73dn-knewstuff-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/nvv32g170cjw3x4139pzy4w71ay3vsia-libksysguard-5.27.8-bin' from 'https://cache.nixos.org'...
oct 07 00:26:51 nixos installer[1402]: copying path '/nix/store/8w358l4f0nr4w76my2jaw2injsmfg8ik-plasma-pa-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:52 nixos installer[1402]: building '/nix/store/0saxmxizkjsa75a6q3szb7wfakfh2swj-unit-systemd-remount-fs.service.drv'...
oct 07 00:26:53 nixos installer[1402]: building '/nix/store/7nraiszlkla0k39sib6jns24cmq8gaiz-unit-systemd-sysctl.service.drv'...
oct 07 00:26:53 nixos installer[1402]: building '/nix/store/216q2ma4vrq2ai111k53raa5vfjhhp28-unit-systemd-timedated.service.drv'...
oct 07 00:26:54 nixos installer[1402]: building '/nix/store/cbhbj2pik9d38mzpin2x79bfcax7vp1h-unit-systemd-timesyncd.service.drv'...
oct 07 00:26:54 nixos installer[1402]: building '/nix/store/41g05xbly5sfc6zgvlxjm7993ig81k95-unit-systemd-tmpfiles-setup.service.drv'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/w0i6kymkfinbv0mxr79vn6p0cs4k7f3k-kcmutils-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/bsp9dgcp051gax5dfg7bpc786c6fdlan-krunner-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/42wy81jpzc7bx09ff1fhrkk666xlhza0-kinit-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/n9qg1yynqkkyk1cd25dn715jpz4gkl1a-plasma-framework-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/mb5hwzzxnyr4h7myqjb4jaiv6ij7hv6j-ktexteditor-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/7m94p8lrc4icd95q2y1m8jz5lwiqrrdf-purpose-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: copying path '/nix/store/1354ilh8fimbmwn5kkbgkqykp65lspjc-plasma-nm-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:26:56 nixos installer[1402]: building '/nix/store/hh0ddpiqwcg2nprk6270ww406gnzfszd-unit-systemd-udev-settle.service.drv'...
oct 07 00:26:57 nixos installer[1402]: building '/nix/store/hcxv25g4x6ydjvk3k195bqn9rpkkw3s1-unit-systemd-udevd.service.drv'...
oct 07 00:26:57 nixos installer[1402]: building '/nix/store/sjpfshxmk6w6dhkl40s110wddl8f95gj-unit-systemd-update-utmp.service.drv'...
oct 07 00:26:58 nixos installer[1402]: building '/nix/store/ikvmcf04f7y09pvwhayicq0djjfc4fd9-unit-systemd-user-sessions.service.drv'...
oct 07 00:26:59 nixos installer[1402]: building '/nix/store/dv9xpj5y1g7mp4j8hxv857k44kzrva7s-unit-systemd-zram-setup-.service.drv'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/l01razxm0gvky4m23hj8iandw0ygz020-angelfish-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/j8gv4j3vfsigzvwc10wslz073j5nlwl7-breeze-qt5-5.27.8-bin' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/kmcqh07y24hy4lmnbgsk9ll49qraqq2x-bluedevil-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/q2bad3nwvpp9xcw8mwl286qwp5dhlxdp-koko-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/08cwzmrgn5wzpfbyv2agr34kg8x4r9yl-kscreenlocker-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/30q2n8bpdq37sm9c2kbapmdyf7vpcz4a-krunner-5.110.0-bin' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/d19lygfhcbpknrzzq3sd1lwv1l3ysj4w-kde-gtk-config-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/ljnandmz6i1ankhhcqdvizs4r2bbdiz4-konsole-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/zg5x6r9drdd7m1waxy3b41vfbr5nkfk7-plasma-settings-23.01.0' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/1q9swdqa2kg0q592rlgkqn6km3ikr5hp-kclock-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/g5f6y809pnvd432kmb5sskj7fw937z3a-kdelibs4support-5.110.0' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/frh0fv4vvy1q64pigvyh3mjv7winqzwv-oxygen-5.27.8-bin' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/h03n1mw86yw044qzl66aj2m93m4psq4i-kwalletmanager-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/23bhqvc9i9wk0ws3yi43azg9lgh7cdfc-milou-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/4kzjipf5zbggmgn5qpcxyrryi6ijd100-kweather-23.08.1' from 'https://cache.nixos.org'...
oct 07 00:27:00 nixos installer[1402]: copying path '/nix/store/zf9r6q5ir1zcyi8clxzwy11hypjyvig1-kscreen-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:01 nixos installer[1402]: building '/nix/store/w5m6cf1n09jjznyvxn8djy7j43887zks-unit-user-.service.drv'...
oct 07 00:27:02 nixos installer[1402]: building '/nix/store/x1j1pbrgr2ggyf4jaiya6zmq0yirxqyn-unit-user-runtime-dir-.service.drv'...
oct 07 00:27:02 nixos installer[1402]: building '/nix/store/vnrydi2gxk33sffganq12bln7nsx5pmq-unit-wireplumber.service-disabled.drv'...
oct 07 00:27:03 nixos installer[1402]: building '/nix/store/0dl3fzcigsdzrrzl673rvfdb4kc8i4si-unit-wireplumber.service.drv'...
oct 07 00:27:04 nixos installer[1402]: building '/nix/store/1priqvfa9jx065q01pf7hb3d7w0mwm8r-useradd.drv'...
oct 07 00:27:06 nixos installer[1402]: building '/nix/store/jhg7c3s6krpbxgcip826y9xqqscf85ss-useradd.pam.drv'...
oct 07 00:27:07 nixos installer[1402]: building '/nix/store/28m6cyd09w7rb7qcfkyplrmmw1c5b4ql-userdel.pam.drv'...
oct 07 00:27:07 nixos installer[1402]: building '/nix/store/bkmxd738k8wv18sy2h7fvjvbbzhq951g-usermod.pam.drv'...
oct 07 00:27:08 nixos installer[1402]: building '/nix/store/n23y75hz1p5x63cspmp9lpyrsq42axsh-users-groups.json.drv'...
oct 07 00:27:08 nixos installer[1402]: building '/nix/store/id8b77rv1iiildivsn0yhh3yw21i93ks-users.conf.drv'...
oct 07 00:27:10 nixos installer[1402]: building '/nix/store/qyzfabzbzrihlv8kq0xplal5kk4wqaqz-vconsole.conf.drv'...
oct 07 00:27:11 nixos installer[1402]: building '/nix/store/zy1ablmsqxical376d4qwjikcxgszlqm-vlock.pam.drv'...
oct 07 00:27:11 nixos installer[1402]: building '/nix/store/5vsvgsh05davjmmqym950zjjjl8gksdy-xlock.pam.drv'...
oct 07 00:27:12 nixos installer[1402]: building '/nix/store/x60hl0r6rijfrngb2riv5iyv2ycilhbv-xscreensaver.pam.drv'...
oct 07 00:27:12 nixos installer[1402]: building '/nix/store/kl01019b9fpa77x7wiiki1y603an3d8v-xserver.conf.drv'...
oct 07 00:27:14 nixos installer[1402]: building '/nix/store/ww7drw7d42qi4asm4sabky0lgm6g6q17-xsession-wrapper.drv'...
oct 07 00:27:14 nixos installer[1402]: building '/nix/store/435xyjvghkn7ay46bwxpmrmfhrkqbqjz-zram-generator.conf.drv'...
oct 07 00:27:15 nixos installer[1402]: building '/nix/store/r0721lgr3idpi6rnylkghcy7hipizf69-zram-reloader-start-pre.drv'...
oct 07 00:27:16 nixos installer[1402]: building '/nix/store/pq6fpykgk42n9rykiimjjpa8q7g753kw-zram-reloader-start.drv'...
oct 07 00:27:16 nixos installer[1402]: building '/nix/store/nxbr8gxchfd6vq32cb4yix2fbqwc9h58-zram-reloader-stop.drv'...
oct 07 00:27:17 nixos installer[1402]: copying path '/nix/store/ll8r60c4zlyicrx2pwh2z489bbzr53xr-breeze-gtk-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:17 nixos installer[1402]: copying path '/nix/store/nx5krm1b24f5yk5xa8jlzj1ww2g50rrb-kwin-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:17 nixos installer[1402]: copying path '/nix/store/j5g05ba1gp2an09bnn82hzxr64kglw59-kdeplasma-addons-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:17 nixos installer[1402]: copying path '/nix/store/4k8qmlxzj6r3bgv5hm5sbf7nn23lvfwy-plasma-integration-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:18 nixos installer[1402]: building '/nix/store/0bk91vps5bdcqp206p67wjx8nnky1han-X-Restart-Triggers-reload-systemd-vconsole-setup.drv'...
oct 07 00:27:19 nixos installer[1402]: building '/nix/store/yjl7i0bcaz4fk0abavajlyrlnm96bh2v-unit-zram-reloader.service.drv'...
oct 07 00:27:20 nixos installer[1402]: building '/nix/store/7772fdsl8wnq68d949gj9lzhf5bxw39h-unit-reload-systemd-vconsole-setup.service.drv'...
oct 07 00:27:22 nixos installer[1402]: copying path '/nix/store/7q4p9rxd8jp933y4819nkphhkn4s4imp-plasma-workspace-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/vd3dxn7pm5h5kfhlh5xfcxzr0x0fycqv-kde-cli-tools-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/y481574bjgmwk81bqs8qhsz7rk78yjzg-khotkeys-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/kmdlpmg57w7n1ig9p3wkik13mf8xhf8i-plasma-desktop-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/0g504xcffsnq6a9igaw9ihhx0bxf2kl2-xdg-desktop-portal-kde-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/cbaksdxymi785w8ywykkkrpglkiaycr1-plasma-browser-integration-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/0fj69i03csy7icl4x04y85nic517zjj7-plasma-mobile-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:29 nixos installer[1402]: copying path '/nix/store/np2qndinxdhwjaanks5jzja2vfyadx9z-powerdevil-5.27.8' from 'https://cache.nixos.org'...
oct 07 00:27:30 nixos installer[1402]: building '/nix/store/x3978qglm5fw14z3wp9vmd4qlmzafqr7-system-generators.drv'...
oct 07 00:27:31 nixos installer[1402]: building '/nix/store/d9jlh6bbbzkz14mki1xynw83pgby6123-system-shutdown.drv'...
oct 07 00:27:32 nixos installer[1402]: building '/nix/store/i84bki64fnpsxgwl8bjhbin7kqqyd42s-xdg-portals.drv'...
oct 07 00:27:33 nixos installer[1402]: copying path '/nix/store/fybdza0bvrvp85hiw17smvy5g22xzsd7-khotkeys-5.27.8-bin' from 'https://cache.nixos.org'...
oct 07 00:27:34 nixos installer[1402]: building '/nix/store/rbc4kcfq1jh6pcg86nyr7jwrnxi7f6zl-desktops.drv'...
oct 07 00:27:34 nixos installer[1402]: created 4 symlinks in user environment
oct 07 00:27:35 nixos installer[1402]: building '/nix/store/41hnhsh1lzn189ivv5ricrzlpdfscjsl-etc-pam-environment.drv'...
oct 07 00:27:36 nixos installer[1402]: building '/nix/store/xsyvkd2hd5rbv0rc2vk594k3ikkl6pg0-set-environment.drv'...
oct 07 00:27:37 nixos installer[1402]: building '/nix/store/yj33vw00fiyy1c3iphc22lfc197qpl32-unit-display-manager.service.drv'...
oct 07 00:27:37 nixos installer[1402]: building '/nix/store/4w0bxj5763hphv1rwghc9lz7msqaj7m4-xserver-wrapper.drv'...
oct 07 00:27:39 nixos installer[1402]: building '/nix/store/9z533j470s6crwkv0zmizjzzikxh47q4-etc-profile.drv'...
oct 07 00:27:40 nixos installer[1402]: building '/nix/store/x8xp7vr6y64sx15nc5zigyjkr1m0qy0z-system-path.drv'...
oct 07 00:27:41 nixos installer[1402]: building '/nix/store/2yswf253gs2gq041gs5pk1cq4g2qp0hn-lightdm.conf.drv'...
oct 07 00:27:41 nixos installer[1402]: warning: collision between `/nix/store/dkn5fa735fr565wg41ji8yip6qjzxi4c-pine64-alsa-ucm/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf' and `/nix/store/796z67cq4njczvhqlmr68x78sxf3pk37-alsa-ucm-conf-1.2.9/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf'
oct 07 00:28:00 nixos installer[1402]: created 29374 symlinks in user environment
oct 07 00:28:04 nixos installer[1402]: gtk-update-icon-cache: Cache file created successfully.
oct 07 00:28:14 nixos installer[1402]: building '/nix/store/41ybwp5pahivqf2dlxxhzky78pa3dp6n-X-Restart-Triggers-polkit.drv'...
oct 07 00:28:14 nixos installer[1402]: building '/nix/store/hqpmjf9vkj5x9gs6s6g2r9a7xq0kcp12-dbus-1.drv'...
oct 07 00:28:15 nixos installer[1402]: building '/nix/store/5xy2nlrczfvs8wmj867nvi8l3qfr5119-unit-accounts-daemon.service.drv'...
oct 07 00:28:17 nixos installer[1402]: building '/nix/store/bi7i3586a2rl45pc80s8qgkvkqmmmh3g-X-Restart-Triggers-dbus.drv'...
oct 07 00:28:18 nixos installer[1402]: building '/nix/store/zdynv44231gfq1fzkncd62w7j8lwjiy4-unit-polkit.service.drv'...
oct 07 00:28:20 nixos installer[1402]: building '/nix/store/gg6ndzpynkzsq17ppfphi3f7cb40x8ss-unit-dbus.service.drv'...
oct 07 00:28:20 nixos installer[1402]: building '/nix/store/q8n99xdb5ywjiy00nskly757r1idq09w-unit-dbus.service.drv'...
oct 07 00:28:22 nixos installer[1402]: building '/nix/store/l3jvx0a100zwy65wxv2x2rk5dad7wzih-system-units.drv'...
oct 07 00:28:23 nixos installer[1402]: building '/nix/store/3xbw74nn04blsp659iy3gxb4bl5hgs6q-user-units.drv'...
oct 07 00:28:30 nixos installer[1402]: building '/nix/store/qr9blq69jsx96p43d2yirmk86yz1yx79-etc.drv'...
oct 07 00:28:35 nixos installer[1402]: building '/nix/store/iy6fmmdh3q8hdvnlrh8dyj9xvzysiac4-nixos-system-mobile-23.11pre-git.drv'...
oct 07 00:28:37 nixos installer[1402]: :: Adding Mobile NixOS information to the build...
oct 07 00:28:37 nixos installer[1402]: $ mkdir -p /nix/store/f5aq62s27yrj87lslhx0g5aapcpx46zs-nixos-system-mobile-23.11pre-git/mobile-nixos
oct 07 00:28:37 nixos installer[1402]: $ cd /nix/store/f5aq62s27yrj87lslhx0g5aapcpx46zs-nixos-system-mobile-23.11pre-git/mobile-nixos
oct 07 00:28:37 nixos installer[1402]: $ echo pine64-pinephonepro
oct 07 00:28:37 nixos installer[1402]: $ ln -s /nix/store/5bwy1nvnib3hj7z2nkbk6gaig76dihsb-dtb-mapping.json dtb-mapping.json
oct 07 00:28:38 nixos installer[1402]: Building the boot image...
oct 07 00:28:38 nixos installer[1402]: $ env NIX_PATH\=nixos-config\=/mnt/etc/nixos/configuration.nix:nixpkgs\=/nix/store/9ra832a61kfk304js7azwm6d1p0ql8lh-5rb11cz8xmv8cdk7b0w80pzczbzk0p26-source:mobile-nixos\=/nix/store/1x9cm8z72akpyayxfhwqlz1hqq7isapz-fkf6sxbwp0phwbrlw7n8bj8s5lpl6y3k-source nix-build --no-out-link --extra-substituters auto\?trusted\=1 --store /mnt --attr config.mobile.outputs.u-boot.boot-partition \<nixpkgs/nixos\>
oct 07 00:29:12 nixos installer[1402]: these 5 derivations will be built:
oct 07 00:29:12 nixos installer[1402]: /nix/store/0ngry6pkaa6sw02n5rbijbxgz8ar7nxv-pine64-pinephonepro-boot.cmd.drv
oct 07 00:29:12 nixos installer[1402]: /nix/store/k9aiwvipbn7qakjnbr577ava1ff29ynf-pine64-pinephonepro-boot.scr.drv
oct 07 00:29:12 nixos installer[1402]: /nix/store/lv5j9gpivfv44s87xry6kv123rm3zfir-pine64-pinephonepro-boot-config.drv
oct 07 00:29:12 nixos installer[1402]: /nix/store/q9lh0az6nq7ndyq1jbx2rrrxglq57097-mobile-nixos-initrd-pine64-pinephonepro.drv
oct 07 00:29:12 nixos installer[1402]: /nix/store/j55mwhp9y6gxhk4cd54k51p2s2z0j8wy-filesystem-image.drv
oct 07 00:29:12 nixos installer[1402]: these 6 paths will be fetched (0.52 MiB download, 2.19 MiB unpacked):
oct 07 00:29:12 nixos installer[1402]: /nix/store/lafgnxv3x3h5rlzgapfqy03plwbysqb6-e2fsprogs-1.47.0-dev
oct 07 00:29:12 nixos installer[1402]: /nix/store/crh2wnmy7di1plbmp3jd6mpspapmkqc5-libfaketime-0.9.10
oct 07 00:29:12 nixos installer[1402]: /nix/store/3f5vcr2im47ywhknvqp0sm21f1z6x57j-make_ext4fs-unstable-2017-05-21
oct 07 00:29:12 nixos installer[1402]: /nix/store/d0yl0r5ciyvmmi1q5i439dqwr4im3zqr-ncdu-2.3
oct 07 00:29:12 nixos installer[1402]: /nix/store/vyhh39smzzgh70fm6b0z1mirvfwr9h02-tree-2.1.1
oct 07 00:29:12 nixos installer[1402]: /nix/store/7hnrp133pp39kixr6aby1p9lsq6dmrif-uboot-tools-only_defconfig-2023.07.02
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/lafgnxv3x3h5rlzgapfqy03plwbysqb6-e2fsprogs-1.47.0-dev' from 'https://cache.nixos.org'...
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/crh2wnmy7di1plbmp3jd6mpspapmkqc5-libfaketime-0.9.10' from 'https://cache.nixos.org'...
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/3f5vcr2im47ywhknvqp0sm21f1z6x57j-make_ext4fs-unstable-2017-05-21' from 'https://cache.nixos.org'...
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/d0yl0r5ciyvmmi1q5i439dqwr4im3zqr-ncdu-2.3' from 'https://cache.nixos.org'...
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/vyhh39smzzgh70fm6b0z1mirvfwr9h02-tree-2.1.1' from 'https://cache.nixos.org'...
oct 07 00:29:12 nixos installer[1402]: copying path '/nix/store/7hnrp133pp39kixr6aby1p9lsq6dmrif-uboot-tools-only_defconfig-2023.07.02' from 'https://cache.nixos.org'...
oct 07 00:29:13 nixos installer[1402]: building '/nix/store/lv5j9gpivfv44s87xry6kv123rm3zfir-pine64-pinephonepro-boot-config.drv'...
oct 07 00:29:13 nixos installer[1402]: building '/nix/store/0ngry6pkaa6sw02n5rbijbxgz8ar7nxv-pine64-pinephonepro-boot.cmd.drv'...
oct 07 00:29:14 nixos installer[1402]: building '/nix/store/q9lh0az6nq7ndyq1jbx2rrrxglq57097-mobile-nixos-initrd-pine64-pinephonepro.drv'...
oct 07 00:29:15 nixos installer[1402]: building '/nix/store/k9aiwvipbn7qakjnbr577ava1ff29ynf-pine64-pinephonepro-boot.scr.drv'...
oct 07 00:29:15 nixos installer[1402]: Image Name:
oct 07 00:29:15 nixos installer[1402]: Created: Tue Jan 1 00:00:00 1980
oct 07 00:29:15 nixos installer[1402]: Image Type: AArch64 Linux Script (uncompressed)
oct 07 00:29:15 nixos installer[1402]: Data Size: 2375 Bytes = 2.32 KiB = 0.00 MiB
oct 07 00:29:15 nixos installer[1402]: Load Address: 00000000
oct 07 00:29:15 nixos installer[1402]: Entry Point: 00000000
oct 07 00:29:15 nixos installer[1402]: Contents:
oct 07 00:29:15 nixos installer[1402]: Image 0: 2367 Bytes = 2.31 KiB = 0.00 MiB
oct 07 00:29:47 nixos installer[1402]: building '/nix/store/j55mwhp9y6gxhk4cd54k51p2s2z0j8wy-filesystem-image.drv'...
oct 07 00:29:47 nixos installer[1402]:
oct 07 00:29:47 nixos installer[1402]: :: Running populatePhase
oct 07 00:29:47 nixos installer[1402]:
oct 07 00:29:47 nixos installer[1402]: mkdir: created directory 'mobile-nixos'
oct 07 00:29:47 nixos installer[1402]: mkdir: created directory 'mobile-nixos/boot'
oct 07 00:29:47 nixos installer[1402]: mkdir: created directory 'mobile-nixos/recovery'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/yy728yabw924xsbijyila703irr0k0zd-mobile-nixos-initrd-pine64-pinephonepro/initrd' -> 'stage-1'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/Image' -> 'kernel'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs' -> 'dtbs'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip' -> 'dtbs/rockchip'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-ctouch2.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-ctouch2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-edimm2.2.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-edimm2.2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-evb.dtb' -> 'dtbs/rockchip/px30-evb.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-ringneck-haikou.dtb' -> 'dtbs/rockchip/px30-ringneck-haikou.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-evb.dtb' -> 'dtbs/rockchip/rk3308-evb.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-roc-cc.dtb' -> 'dtbs/rockchip/rk3308-roc-cc.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-rock-pi-s.dtb' -> 'dtbs/rockchip/rk3308-rock-pi-s.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3318-a95x-z2.dtb' -> 'dtbs/rockchip/rk3318-a95x-z2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-anbernic-rg351m.dtb' -> 'dtbs/rockchip/rk3326-anbernic-rg351m.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go2-v11.dtb' -> 'dtbs/rockchip/rk3326-odroid-go2-v11.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go2.dtb' -> 'dtbs/rockchip/rk3326-odroid-go2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go3.dtb' -> 'dtbs/rockchip/rk3326-odroid-go3.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-a1.dtb' -> 'dtbs/rockchip/rk3328-a1.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-evb.dtb' -> 'dtbs/rockchip/rk3328-evb.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-nanopi-r2c.dtb' -> 'dtbs/rockchip/rk3328-nanopi-r2c.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-nanopi-r2s.dtb' -> 'dtbs/rockchip/rk3328-nanopi-r2s.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-orangepi-r1-plus-lts.dtb' -> 'dtbs/rockchip/rk3328-orangepi-r1-plus-lts.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-orangepi-r1-plus.dtb' -> 'dtbs/rockchip/rk3328-orangepi-r1-plus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-roc-cc.dtb' -> 'dtbs/rockchip/rk3328-roc-cc.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-roc-pc.dtb' -> 'dtbs/rockchip/rk3328-roc-pc.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-rock-pi-e.dtb' -> 'dtbs/rockchip/rk3328-rock-pi-e.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-rock64.dtb' -> 'dtbs/rockchip/rk3328-rock64.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-evb-act8846.dtb' -> 'dtbs/rockchip/rk3368-evb-act8846.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-geekbox.dtb' -> 'dtbs/rockchip/rk3368-geekbox.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-lion-haikou.dtb' -> 'dtbs/rockchip/rk3368-lion-haikou.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-orion-r68-meta.dtb' -> 'dtbs/rockchip/rk3368-orion-r68-meta.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-px5-evb.dtb' -> 'dtbs/rockchip/rk3368-px5-evb.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-r88.dtb' -> 'dtbs/rockchip/rk3368-r88.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-eaidk-610.dtb' -> 'dtbs/rockchip/rk3399-eaidk-610.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-evb.dtb' -> 'dtbs/rockchip/rk3399-evb.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-ficus.dtb' -> 'dtbs/rockchip/rk3399-ficus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-firefly.dtb' -> 'dtbs/rockchip/rk3399-firefly.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-bob.dtb' -> 'dtbs/rockchip/rk3399-gru-bob.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-kevin.dtb' -> 'dtbs/rockchip/rk3399-gru-kevin.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-dumo.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-dumo.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-inx.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-inx.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-kd.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-kd.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-hugsun-x99.dtb' -> 'dtbs/rockchip/rk3399-hugsun-x99.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge-captain.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge-captain.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge-v.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge-v.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-kobol-helios64.dtb' -> 'dtbs/rockchip/rk3399-kobol-helios64.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-leez-p710.dtb' -> 'dtbs/rockchip/rk3399-leez-p710.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopc-t4.dtb' -> 'dtbs/rockchip/rk3399-nanopc-t4.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-m4.dtb' -> 'dtbs/rockchip/rk3399-nanopi-m4.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-m4b.dtb' -> 'dtbs/rockchip/rk3399-nanopi-m4b.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-neo4.dtb' -> 'dtbs/rockchip/rk3399-nanopi-neo4.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-r4s-enterprise.dtb' -> 'dtbs/rockchip/rk3399-nanopi-r4s-enterprise.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-r4s.dtb' -> 'dtbs/rockchip/rk3399-nanopi-r4s.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-orangepi.dtb' -> 'dtbs/rockchip/rk3399-orangepi.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-pinebook-pro.dtb' -> 'dtbs/rockchip/rk3399-pinebook-pro.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-pinephone-pro.dtb' -> 'dtbs/rockchip/rk3399-pinephone-pro.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-puma-haikou.dtb' -> 'dtbs/rockchip/rk3399-puma-haikou.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc-mezzanine.dtb' -> 'dtbs/rockchip/rk3399-roc-pc-mezzanine.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc-plus.dtb' -> 'dtbs/rockchip/rk3399-roc-pc-plus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc.dtb' -> 'dtbs/rockchip/rk3399-roc-pc.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-4c-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-4c-plus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4a-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4a-plus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4a.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4a.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4b-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4b-plus.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4b.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4b.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4c.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4c.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock960.dtb' -> 'dtbs/rockchip/rk3399-rock960.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rockpro64-v2.dtb' -> 'dtbs/rockchip/rk3399-rockpro64-v2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rockpro64.dtb' -> 'dtbs/rockchip/rk3399-rockpro64.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-sapphire-excavator.dtb' -> 'dtbs/rockchip/rk3399-sapphire-excavator.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-sapphire.dtb' -> 'dtbs/rockchip/rk3399-sapphire.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399pro-rock-pi-n10.dtb' -> 'dtbs/rockchip/rk3399pro-rock-pi-n10.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353p.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353p.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353v.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353v.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353vs.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353vs.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg503.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg503.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-box-demo.dtb' -> 'dtbs/rockchip/rk3566-box-demo.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-lubancat-1.dtb' -> 'dtbs/rockchip/rk3566-lubancat-1.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-pinenote-v1.1.dtb' -> 'dtbs/rockchip/rk3566-pinenote-v1.1.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-pinenote-v1.2.dtb' -> 'dtbs/rockchip/rk3566-pinenote-v1.2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-quartz64-a.dtb' -> 'dtbs/rockchip/rk3566-quartz64-a.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-quartz64-b.dtb' -> 'dtbs/rockchip/rk3566-quartz64-b.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-radxa-cm3-io.dtb' -> 'dtbs/rockchip/rk3566-radxa-cm3-io.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-roc-pc.dtb' -> 'dtbs/rockchip/rk3566-roc-pc.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-blade.dtb' -> 'dtbs/rockchip/rk3566-soquartz-blade.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-cm4.dtb' -> 'dtbs/rockchip/rk3566-soquartz-cm4.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-model-a.dtb' -> 'dtbs/rockchip/rk3566-soquartz-model-a.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-bpi-r2-pro.dtb' -> 'dtbs/rockchip/rk3568-bpi-r2-pro.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-evb1-v10.dtb' -> 'dtbs/rockchip/rk3568-evb1-v10.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-lubancat-2.dtb' -> 'dtbs/rockchip/rk3568-lubancat-2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-nanopi-r5c.dtb' -> 'dtbs/rockchip/rk3568-nanopi-r5c.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-nanopi-r5s.dtb' -> 'dtbs/rockchip/rk3568-nanopi-r5s.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-odroid-m1.dtb' -> 'dtbs/rockchip/rk3568-odroid-m1.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-radxa-e25.dtb' -> 'dtbs/rockchip/rk3568-radxa-e25.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-rock-3a.dtb' -> 'dtbs/rockchip/rk3568-rock-3a.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-edgeble-neu6a-io.dtb' -> 'dtbs/rockchip/rk3588-edgeble-neu6a-io.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-evb1-v10.dtb' -> 'dtbs/rockchip/rk3588-evb1-v10.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-rock-5b.dtb' -> 'dtbs/rockchip/rk3588-rock-5b.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588s-khadas-edge2.dtb' -> 'dtbs/rockchip/rk3588s-khadas-edge2.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588s-rock-5a.dtb' -> 'dtbs/rockchip/rk3588s-rock-5a.dtb'
oct 07 00:29:47 nixos installer[1402]: '/nix/store/brzi79c6yydinpfvqz2rc23ga1dmnm07-mobile-nixos-initrd-pine64-pinephonepro/initrd' -> 'stage-1'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/Image' -> 'kernel'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs' -> 'dtbs'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip' -> 'dtbs/rockchip'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-ctouch2.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-ctouch2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-engicam-px30-core-edimm2.2.dtb' -> 'dtbs/rockchip/px30-engicam-px30-core-edimm2.2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-evb.dtb' -> 'dtbs/rockchip/px30-evb.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/px30-ringneck-haikou.dtb' -> 'dtbs/rockchip/px30-ringneck-haikou.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-evb.dtb' -> 'dtbs/rockchip/rk3308-evb.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-roc-cc.dtb' -> 'dtbs/rockchip/rk3308-roc-cc.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3308-rock-pi-s.dtb' -> 'dtbs/rockchip/rk3308-rock-pi-s.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3318-a95x-z2.dtb' -> 'dtbs/rockchip/rk3318-a95x-z2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-anbernic-rg351m.dtb' -> 'dtbs/rockchip/rk3326-anbernic-rg351m.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go2-v11.dtb' -> 'dtbs/rockchip/rk3326-odroid-go2-v11.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go2.dtb' -> 'dtbs/rockchip/rk3326-odroid-go2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3326-odroid-go3.dtb' -> 'dtbs/rockchip/rk3326-odroid-go3.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-a1.dtb' -> 'dtbs/rockchip/rk3328-a1.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-evb.dtb' -> 'dtbs/rockchip/rk3328-evb.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-nanopi-r2c.dtb' -> 'dtbs/rockchip/rk3328-nanopi-r2c.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-nanopi-r2s.dtb' -> 'dtbs/rockchip/rk3328-nanopi-r2s.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-orangepi-r1-plus-lts.dtb' -> 'dtbs/rockchip/rk3328-orangepi-r1-plus-lts.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-orangepi-r1-plus.dtb' -> 'dtbs/rockchip/rk3328-orangepi-r1-plus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-roc-cc.dtb' -> 'dtbs/rockchip/rk3328-roc-cc.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-roc-pc.dtb' -> 'dtbs/rockchip/rk3328-roc-pc.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-rock-pi-e.dtb' -> 'dtbs/rockchip/rk3328-rock-pi-e.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3328-rock64.dtb' -> 'dtbs/rockchip/rk3328-rock64.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-evb-act8846.dtb' -> 'dtbs/rockchip/rk3368-evb-act8846.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-geekbox.dtb' -> 'dtbs/rockchip/rk3368-geekbox.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-lion-haikou.dtb' -> 'dtbs/rockchip/rk3368-lion-haikou.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-orion-r68-meta.dtb' -> 'dtbs/rockchip/rk3368-orion-r68-meta.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-px5-evb.dtb' -> 'dtbs/rockchip/rk3368-px5-evb.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3368-r88.dtb' -> 'dtbs/rockchip/rk3368-r88.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-eaidk-610.dtb' -> 'dtbs/rockchip/rk3399-eaidk-610.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-evb.dtb' -> 'dtbs/rockchip/rk3399-evb.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-ficus.dtb' -> 'dtbs/rockchip/rk3399-ficus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-firefly.dtb' -> 'dtbs/rockchip/rk3399-firefly.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-bob.dtb' -> 'dtbs/rockchip/rk3399-gru-bob.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-kevin.dtb' -> 'dtbs/rockchip/rk3399-gru-kevin.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-dumo.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-dumo.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-inx.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-inx.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-gru-scarlet-kd.dtb' -> 'dtbs/rockchip/rk3399-gru-scarlet-kd.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-hugsun-x99.dtb' -> 'dtbs/rockchip/rk3399-hugsun-x99.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge-captain.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge-captain.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge-v.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge-v.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-khadas-edge.dtb' -> 'dtbs/rockchip/rk3399-khadas-edge.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-kobol-helios64.dtb' -> 'dtbs/rockchip/rk3399-kobol-helios64.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-leez-p710.dtb' -> 'dtbs/rockchip/rk3399-leez-p710.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopc-t4.dtb' -> 'dtbs/rockchip/rk3399-nanopc-t4.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-m4.dtb' -> 'dtbs/rockchip/rk3399-nanopi-m4.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-m4b.dtb' -> 'dtbs/rockchip/rk3399-nanopi-m4b.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-neo4.dtb' -> 'dtbs/rockchip/rk3399-nanopi-neo4.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-r4s-enterprise.dtb' -> 'dtbs/rockchip/rk3399-nanopi-r4s-enterprise.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-nanopi-r4s.dtb' -> 'dtbs/rockchip/rk3399-nanopi-r4s.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-orangepi.dtb' -> 'dtbs/rockchip/rk3399-orangepi.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-pinebook-pro.dtb' -> 'dtbs/rockchip/rk3399-pinebook-pro.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-pinephone-pro.dtb' -> 'dtbs/rockchip/rk3399-pinephone-pro.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-puma-haikou.dtb' -> 'dtbs/rockchip/rk3399-puma-haikou.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc-mezzanine.dtb' -> 'dtbs/rockchip/rk3399-roc-pc-mezzanine.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc-plus.dtb' -> 'dtbs/rockchip/rk3399-roc-pc-plus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-roc-pc.dtb' -> 'dtbs/rockchip/rk3399-roc-pc.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-4c-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-4c-plus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4a-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4a-plus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4a.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4a.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4b-plus.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4b-plus.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4b.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4b.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock-pi-4c.dtb' -> 'dtbs/rockchip/rk3399-rock-pi-4c.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rock960.dtb' -> 'dtbs/rockchip/rk3399-rock960.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rockpro64-v2.dtb' -> 'dtbs/rockchip/rk3399-rockpro64-v2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-rockpro64.dtb' -> 'dtbs/rockchip/rk3399-rockpro64.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-sapphire-excavator.dtb' -> 'dtbs/rockchip/rk3399-sapphire-excavator.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399-sapphire.dtb' -> 'dtbs/rockchip/rk3399-sapphire.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3399pro-rock-pi-n10.dtb' -> 'dtbs/rockchip/rk3399pro-rock-pi-n10.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353p.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353p.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353v.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353v.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg353vs.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg353vs.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-anbernic-rg503.dtb' -> 'dtbs/rockchip/rk3566-anbernic-rg503.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-box-demo.dtb' -> 'dtbs/rockchip/rk3566-box-demo.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-lubancat-1.dtb' -> 'dtbs/rockchip/rk3566-lubancat-1.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-pinenote-v1.1.dtb' -> 'dtbs/rockchip/rk3566-pinenote-v1.1.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-pinenote-v1.2.dtb' -> 'dtbs/rockchip/rk3566-pinenote-v1.2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-quartz64-a.dtb' -> 'dtbs/rockchip/rk3566-quartz64-a.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-quartz64-b.dtb' -> 'dtbs/rockchip/rk3566-quartz64-b.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-radxa-cm3-io.dtb' -> 'dtbs/rockchip/rk3566-radxa-cm3-io.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-roc-pc.dtb' -> 'dtbs/rockchip/rk3566-roc-pc.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-blade.dtb' -> 'dtbs/rockchip/rk3566-soquartz-blade.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-cm4.dtb' -> 'dtbs/rockchip/rk3566-soquartz-cm4.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3566-soquartz-model-a.dtb' -> 'dtbs/rockchip/rk3566-soquartz-model-a.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-bpi-r2-pro.dtb' -> 'dtbs/rockchip/rk3568-bpi-r2-pro.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-evb1-v10.dtb' -> 'dtbs/rockchip/rk3568-evb1-v10.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-lubancat-2.dtb' -> 'dtbs/rockchip/rk3568-lubancat-2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-nanopi-r5c.dtb' -> 'dtbs/rockchip/rk3568-nanopi-r5c.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-nanopi-r5s.dtb' -> 'dtbs/rockchip/rk3568-nanopi-r5s.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-odroid-m1.dtb' -> 'dtbs/rockchip/rk3568-odroid-m1.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-radxa-e25.dtb' -> 'dtbs/rockchip/rk3568-radxa-e25.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3568-rock-3a.dtb' -> 'dtbs/rockchip/rk3568-rock-3a.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-edgeble-neu6a-io.dtb' -> 'dtbs/rockchip/rk3588-edgeble-neu6a-io.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-evb1-v10.dtb' -> 'dtbs/rockchip/rk3588-evb1-v10.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588-rock-5b.dtb' -> 'dtbs/rockchip/rk3588-rock-5b.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588s-khadas-edge2.dtb' -> 'dtbs/rockchip/rk3588s-khadas-edge2.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/llil4jfyqq9aawpdvn251x8ln1fgii83-linux-6.4.7/dtbs/rockchip/rk3588s-rock-5a.dtb' -> 'dtbs/rockchip/rk3588s-rock-5a.dtb'
oct 07 00:29:48 nixos installer[1402]: '/nix/store/7vz3w6q2xgc62fhwsfqcr30l4inxqvld-pine64-pinephonepro-boot.scr' -> './boot.scr'
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]: :: Running allocationPhase
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]: :: Running filesystemPhase
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]: :: Running copyPhase
oct 07 00:29:48 nixos installer[1402]:
oct 07 00:29:48 nixos installer[1402]: Creating filesystem with parameters:
oct 07 00:29:48 nixos installer[1402]: Size: 134217728
oct 07 00:29:48 nixos installer[1402]: Block size: 4096
oct 07 00:29:48 nixos installer[1402]: Blocks per group: 32768
oct 07 00:29:48 nixos installer[1402]: Inodes per group: 8192
oct 07 00:29:48 nixos installer[1402]: Inode size: 256
oct 07 00:29:48 nixos installer[1402]: Journal blocks: 1024
oct 07 00:29:48 nixos installer[1402]: Label:
oct 07 00:29:48 nixos installer[1402]: UUID: ED3902B6-920A-4971-BC07-966D4E021683
oct 07 00:29:48 nixos installer[1402]: Blocks: 32768
oct 07 00:29:48 nixos installer[1402]: Block groups: 1
oct 07 00:29:48 nixos installer[1402]: Reserved blocks: 0
oct 07 00:29:48 nixos installer[1402]: Reserved block group size: 7
oct 07 00:29:48 nixos installer[1402]: Created filesystem with 217/8192 inodes and 25448/32768 blocks
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]: :: Running checkPhase
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]: e2fsck 1.47.0 (5-Feb-2023)
oct 07 00:29:49 nixos installer[1402]: Pass 1: Checking inodes, blocks, and sizes
oct 07 00:29:49 nixos installer[1402]: Pass 2: Checking directory structure
oct 07 00:29:49 nixos installer[1402]: Pass 3: Checking directory connectivity
oct 07 00:29:49 nixos installer[1402]: Pass 4: Checking reference counts
oct 07 00:29:49 nixos installer[1402]: Pass 5: Checking group summary information
oct 07 00:29:49 nixos installer[1402]: Padding at end of inode bitmap is not set. Fix? yes
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]: /nix/store/g8cxybmhdksi4dvb13wdkqsqqjpqavjw-filesystem-image: ***** FILE SYSTEM WAS MODIFIED *****
oct 07 00:29:49 nixos installer[1402]: /nix/store/g8cxybmhdksi4dvb13wdkqsqqjpqavjw-filesystem-image: 217/8192 files (0.0% non-contiguous), 25448/32768 blocks
oct 07 00:29:49 nixos installer[1402]: e2fsck 1.47.0 (5-Feb-2023)
oct 07 00:29:49 nixos installer[1402]: Pass 1: Checking inodes, blocks, and sizes
oct 07 00:29:49 nixos installer[1402]: Pass 2: Checking directory structure
oct 07 00:29:49 nixos installer[1402]: Pass 3: Checking directory connectivity
oct 07 00:29:49 nixos installer[1402]: Pass 4: Checking reference counts
oct 07 00:29:49 nixos installer[1402]: Pass 5: Checking group summary information
oct 07 00:29:49 nixos installer[1402]: /nix/store/g8cxybmhdksi4dvb13wdkqsqqjpqavjw-filesystem-image: 217/8192 files (0.0% non-contiguous), 25448/32768 blocks
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]: :: Running additionalCommandsPhase
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:49 nixos installer[1402]:
oct 07 00:29:54 nixos installer[1402]: trace (most recent call last):
oct 07 00:29:54 nixos installer[1402]: automated-installer.rb:86:in load: `boot_image` build unexpectedly failed? (boot_image == nil) (RuntimeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment