Closed rgrunbla closed 1 year ago
This might be relevant https://discourse.nixos.org/t/error-this-derivation-has-bad-meta-outputstoinstall/20019/2
Also, just in case, have you tried:
nix-env --rollback
I cannot rollback since I collected garbage last week:
[remy@typhoon:~]$ nix-env --rollback
error: no profile version older than the current (333) exists
I tried updating packages, and i'm blocked by tor-browser which I cannot remove:
[remy@typhoon:~]$ nix-env -q
acpi-1.7
aircrack-ng-1.7
appimage-run
bind-9.18.3
bridge-utils-1.7.1
cargo-1.60.0
chromedriver-103.0.5060.134
diffoscope-213
direnv-2.31.0
exiv2-0.27.5
file-5.41
filezilla-3.58.0
firecracker-1.0.0
fractal-4.4.0
fuzzel-1.7.0
gcc-wrapper-11.3.0
gh-2.10.1
gimp-2.10.30
gnumake-4.3
gopass-jsonapi-1.11.1
gparted-1.4.0
grim-1.4.0
gtk+3-3.24.34
htop-3.2.0
hyperfine-1.13.0
imagemagick-7.1.0-44
imv-4.3.1
inkscape-1.1.2
ipcalc-1.0.1
iperf-3.11
irssi-1.2.3
kdenlive-22.04.1
keepassxc-2.7.1
lftp-4.9.2
libwebp-1.2.1
llvm-binutils-11.1.0
lm-sensors-3.6.0
masterpdfeditor4-4.3.89
mat2-0.12.4
mpv-with-scripts-0.34.1
mtr-0.95
ncdu-1.16
ncurses-6.3-p20220507
nikto-2.2.0
nmap-7.92
p7zip-17.04
pandoc-2.17.1.1
patchelf-0.14.5
pdftk-3.3.2
perl5.34.1-Image-ExifTool-12.39
pinentry-1.2.0
poppler-utils-22.04.0
pwgen-2.08
python-2.7.18
python3-3.11.0a7
python3.10-yt-dlp-2022.05.18
python3.9-deluge-2.0.5
python3.9-notebook-6.4.10
qFlipper-1.0.2
recode-3.7.12
ricochet-1.1.4
scrot-1.7
socat-1.7.4.3
spotify-tui-0.25.0
sqlite-3.38.5
tcpdump-4.99.1
teams-1.5.00.10453
tigervnc-1.12.0
tor-browser-bundle-bin-11.0.14
unrar-wrapper-1.0.0
unzip-6.0
urlhunter-0.1.1
usbutils-014
wayvnc-0.4.1
wf-recorder-0.2.1
whois-5.5.12
wireshark-qt-3.6.3
x11vnc-0.9.16
xvfb-run
zeal-0.6.999
zip-3.0
zoom-5.10.4.2845
[remy@typhoon:~]$ nix-env --list-generations
333 2022-08-29 10:14:58 (current)
[remy@typhoon:~]$ nix-channel --update
unpacking channels...
[remy@typhoon:~]$ nix-env -u
upgrading 'imagemagick-7.1.0-44' to 'imagemagick-7.1.0-47'
upgrading 'chromedriver-103.0.5060.134' to 'chromedriver-104.0.5112.79'
upgrading 'llvm-binutils-11.1.0' to 'llvm-binutils-14.0.1'
upgrading 'python3.9-notebook-6.4.10' to 'python3.9-notebook-6.4.12'
upgrading 'ncdu-1.16' to 'ncdu-2.1.2'
upgrading 'diffoscope-213' to 'diffoscope-217'
error: Package ‘zoom-5.11.10.4400’ in /nix/store/98fjk74dz2280kc6dm2s62ym08bgzmnn-nixos-22.05/nixos/pkgs/applications/networking/instant-messengers/zoom-us/default.nix:189 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"zoom"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
(use '--show-trace' to show detailed location information)
[remy@typhoon:~]$ NIXPKGS_ALLOW_UNFREE=1 nix-env -u
upgrading 'imagemagick-7.1.0-44' to 'imagemagick-7.1.0-47'
upgrading 'chromedriver-103.0.5060.134' to 'chromedriver-104.0.5112.79'
upgrading 'llvm-binutils-11.1.0' to 'llvm-binutils-14.0.1'
upgrading 'python3.9-notebook-6.4.10' to 'python3.9-notebook-6.4.12'
upgrading 'ncdu-1.16' to 'ncdu-2.1.2'
upgrading 'diffoscope-213' to 'diffoscope-217'
upgrading 'zoom-5.10.4.2845' to 'zoom-5.11.10.4400'
upgrading 'libwebp-1.2.1' to 'libwebp-1.2.4'
upgrading 'wireshark-qt-3.6.3' to 'wireshark-qt-3.6.5'
upgrading 'mat2-0.12.4' to 'mat2-0.13.0'
upgrading 'poppler-utils-22.04.0' to 'poppler-utils-22.06.0'
upgrading 'python3.10-yt-dlp-2022.05.18' to 'python3.10-yt-dlp-2022.9.1'
upgrading 'tor-browser-bundle-bin-11.0.14' to 'tor-browser-bundle-bin-11.5.1'
upgrading 'gcc-wrapper-11.3.0' to 'gcc-wrapper-12.2.0'
these 5 derivations will be built:
/nix/store/0kqnskpplhg1cazsbf66fr799kppacib-torbrowser.desktop.drv
/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv
/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv
/nix/store/nj92gb9d86jqdcnyg1j4ljca7rqnwib4-zoom_x86_64.pkg.tar.xz.drv
/nix/store/p5w56r26j7i6kri0pzb0lw3pvkn0qq2j-zoom-5.11.10.4400.drv
these 197 paths will be fetched (1127.80 MiB download, 5239.41 MiB unpacked):
/nix/store/006bwbrhil9pwdv7jfz289d7lvywqiqv-python3.9-beautifulsoup4-4.11.1
/nix/store/03n06hjlamnjpgxs95bl8cck5zb8ln2r-python3.9-jupyterlab_pygments-0.1.2
/nix/store/09nwdfi5vrlscnq2bix38cra9fkf9ajs-libdevil-1.7.8
/nix/store/0q2wqm39ayh6j4skqisxpzd34p9kxinf-diffoscope-217
/nix/store/0qvb9dghqxmjdlkb88k9yci8yxcycl2x-python3-3.9.13-env
/nix/store/0y0bh2vzz8zq9pzjf7q5fh8m13pba9yj-python3.9-networkx-2.7.1
/nix/store/10zmizpfrvwld6isw4hslf53wqwplpmc-python3.9-mat2-0.13.0
/nix/store/125hy2wl0i4jk3wyrbazkgjv8679c117-python3.9-pydot-1.4.2
/nix/store/16zjxd6s2xz4cvphki65r7vzqa8vssrx-xmlbeans-5.0.2-20211014
/nix/store/1clwnjnf7a6phw7hric5svs1f4sklwzl-djvulibre-3.5.28-dev
/nix/store/1cqb3rhb6j4x9qbz3mr33a69faf4fdcf-python3.9-asn1crypto-1.5.1
/nix/store/1fkv7fmjsq1f8zdmgwxrpc4102rj2ymd-python3.9-backcall-0.2.0
/nix/store/1v80kwyqnrq5562csvm3ni8p9qvqjpz7-gnumeric-1.12.52
/nix/store/20dk94365nv8qddsbrihdg0frf2v20f5-python3.9-tlsh-4.10.0
/nix/store/213jakjckcmzh0q0dlbwrk0ifi44rs7x-python3.9-jupyter_client-7.2.1
/nix/store/21y5dqk1n9v1s537155z0myf4mpvdhg0-lld-14.0.1-lib
/nix/store/27pyc4n0i2f8aa1n1mra7p794bisjc76-python3.9-ptyprocess-0.7.0
/nix/store/280f3np6psv4rkw0yazpzbwijcxhvddz-ncdu-2.1.2
/nix/store/28n304lpqqdc24njzda2h66jvnbkj2hv-python3.9-parso-0.8.3
/nix/store/2d3nw77b75abn10nii1sy3x4v911kb2q-wireshark-qt-3.6.5
/nix/store/2hz9snkbhx1ch7rgmqz5s9kj19b0srxf-liblqr-1-0.4.2
/nix/store/2mmg1dnkd0zm35w5w9yrwd6z62vvyxn0-python3.9-pygobject-3.42.1-dev
/nix/store/2r7lxfbxhrvf1p5gb2yl5pxynfz6i68n-python3-3.10.4
/nix/store/2s24h41rzns7gf4cz4bj6r1y4ikbj35f-openjpeg-2.4.0-dev
/nix/store/2y921ynj2xsm4vph4hybcl1vv6v0vj6f-ghc-9.0.2
/nix/store/2yplr52fxivbz88gz0rajzjzpf9ryggp-python3.9-argon2-cffi-bindings-21.2.0
/nix/store/2zsd1whn3hirsbsh22qr6abk8bql3z95-gcc-12.2.0-man
/nix/store/32xvp7w81r9qcvxvxlahlk2l5x0rp1w5-sng-1.1.0
/nix/store/3ds0z9c8i9740j22caz2lgkyjlycw84p-xxHash-0.8.1-dev
/nix/store/3n9cs4ijib62d5pdhh9hrrbid36zfk4w-python3.9-executing-0.8.2
/nix/store/3r253gc3j2q0j5hid7l25m34bn9xhxkf-python3.9-bleach-5.0.0
/nix/store/3sc6mi14jhdk57q2skpcgzzmxmvqr0x2-mono-6.12.0.122
/nix/store/48xg7c34f5gp9xv7rc19k4bv2yfmrdng-jsbeautifier-1.14.3
/nix/store/4whyf4in5528xycfvv4p4rnkv7xw8b8f-python3.10-websockets-10.1
/nix/store/59m2d4cc5fc01ig0a5hj6rx57637xfq4-imagemagick-7.1.0-47-doc
/nix/store/5il8vnz5nch188qd9c3scd9iixwkijhf-python3.9-nest_asyncio-1.5.4
/nix/store/5jx778q00wm5rwyjnjxwjc3qm3yqw526-gcc-wrapper-12.2.0-man
/nix/store/5n1dhl0zm8fpgpiylqinww75x9cn51xv-python3.9-wcwidth-0.2.5
/nix/store/5n7r43mrl1qyb2aydsigl4rwslsqykm3-libjxl-0.6.1
/nix/store/5nk1iz7ijvjckv9lym0z3yng9yl64hfs-jupyter-kernels
/nix/store/62k32630wa9p50vs388g324dyl8qx84y-python3.9-ipython_genutils-0.2.0
/nix/store/6f10sxav4k6xcz6pw22477nyxh4gmkm1-python3.9-binwalk-2.3.3
/nix/store/6whpvnyw6crb53vjdnshm1sikf9nrdsh-sasquatch-4.4
/nix/store/7a34rn7p4dh1md8fgdy12k7ish5xrl28-wabt-1.0.28
/nix/store/7cszj49idgabc85g0rzjz94qhmr2j4vf-python3.9-argon2-cffi-21.3.0
/nix/store/7kh7c03x2simfnfacfpgq1ij6hjmwk24-lcms-1.19
/nix/store/7lik2v3ww7kpf3y3sv8p3adrml6mbh0j-poppler-utils-22.06.0-dev
/nix/store/82dyyyav85shvmirz3b23ynqf10b4gs1-python3.10-pycryptodomex-3.14.1
/nix/store/86ywdx5lkllc1gnbkfwsmrxsi39l5f4m-libzip-1.8.0-dev
/nix/store/872b3kd28f0q57rfhbndhiwdww70nxwr-cbfstool-4.14
/nix/store/8hpgzvgw7hvv5cibffsgacczbs96hkqz-python3.9-pyxattr-0.7.2
/nix/store/8sn6vp80ffk7n19352hr7rh42mpdzrks-python3.9-editorconfig-0.12.3
/nix/store/8wxjqjj74khz9v93csp88qg6wvwddg43-pgpdump-0.35
/nix/store/91yvdacx4kqrsmrsz46c42gg8kpqxwfj-xxd-vim-9.0.0244
/nix/store/956k13i6rdag9xq83hyrcp7x94m390mj-openexr-2.5.7-dev
/nix/store/9cravcgkpjh5ykrd30znilg59amnj2d1-perl5.34.1-Image-ExifTool-12.39
/nix/store/9cv4lg4k96wha4gcfh9sym2bg3ya4l7w-openexr-2.5.7-bin
/nix/store/9qmlarwfhl39cws9lk4hk9ls3z1xipf4-gcc-wrapper-12.2.0-info
/nix/store/9v289jjbhfb8h4qq1znr1k3dccza7rvv-gcc-12.2.0-info
/nix/store/9wk29yyw3kr4162ypsf9ykdp1013l9pd-libraw-0.20.2.p2-dev
/nix/store/a0p424apljk0iz5892faa913g5pjjshd-netpbm-10.97.4
/nix/store/a2arzvc1ks9j4pfc7jzgljzfpsnhfrmh-python3.9-ipython-8.2.0
/nix/store/a2l5r5wa22mwg0aghl9jbfhzyxmihxcv-python3.9-psutil-5.9.0
/nix/store/a9hiigf8y5h9j6p6j8f52ifd92xl1d1w-python3.9-asttokens-2.0.5
/nix/store/aal4hgl5xzj3f0jz1vsl7giwyyfkshc9-python3.9-pickleshare-0.7.5
/nix/store/accv05jbg030qfq85gb7sdscy8mqrci3-gfortran-11.3.0
/nix/store/adr7sgvsiwim3ijd9wq2kmnixz3j3lvl-p7zip-17.04
/nix/store/ag681jm7kxm48dw7zcrpw0v1zb0v2j7c-python3.9-matplotlib-3.5.2
/nix/store/ahfmhjn3qqi32mp3cd7xbxywjbc60fak-python3.9-jedi-0.18.1
/nix/store/b3bzrxvh4qahbhcp1lbm1fi05z446sx6-libcaca-0.99.beta20-bin
/nix/store/b57qnxpl04fajvac9zdhf3kckdfglrc3-python3.9-prompt-toolkit-3.0.28
/nix/store/c0yhk7xyymw0kajx4nnd9dk3jxwh00gp-cramfsprogs-1.1
/nix/store/c8f2zs6jxr1bz3pn4mpn3hlr1c3i0iic-python3.10-yt-dlp-2022.9.1
/nix/store/chvnqxsx12kzmxkv0kfalc1r5mnndgq8-python3.9-future-0.18.2
/nix/store/cixgsair9wkg5799hn2vxz2d5glr23vc-python3.9-path-16.4.0
/nix/store/cv0z5z8cxqjw8z9p730vqijyqch9bigl-fontforge-20220308
/nix/store/cwdgwzx33sl16i8ji1z8lfkxclnr0j19-python3.9-mutagen-1.45.1
/nix/store/dajzr16cxcir98qarql17waiqjg5ddfm-apksigner
/nix/store/dcsvgj7r1q7l1p94y8dp1ngj4mqggivf-python3.9-pure_eval-0.2.1
/nix/store/didfys681km1bqi2cddyg0xjih0bn4w5-R-4.2.0
/nix/store/dw09a1bc86blpb2hryv2rmk5plgm8lyc-python3.9-Send2Trash-1.8.1b0
/nix/store/f2p01xphjjhyk7f09pqfykl00mzjvsrb-zip-3.0
/nix/store/f8zf7m0vlp3x0m3q9q8glajj19c5lzbz-gcc-12.2.0
/nix/store/f93k5glpribizi10f5m80p04gl3hr74m-python3.9-androguard-3.4.0a1
/nix/store/fg4n1b3m0xbq2gia5y67dggskx14awps-diffoscope-217-man
/nix/store/fhda3rdw72x0bb5lg089p80zq3435rmx-python3.9-async-generator-1.10
/nix/store/fp0zi87g34f0fxk1ri25q7022i8x93nl-fpc-3.2.0
/nix/store/fsnq0wp3c3vma01w3wdv4rza3j56waf8-python3.9-nbformat-5.2.0
/nix/store/fwh8g7h0imrzmbx8wwcax9bwyv8vy416-python3.9-PyPDF2-1.28.4
/nix/store/g0lackaf8km64f4m7qwc3881hqrl5bf8-python3.9-cycler-0.11.0
/nix/store/g574bvzw0cricjzfjcp53ca8svszxcdv-python3.9-terminado-0.13.3
/nix/store/gfivcvckjci4c3m3wdxnmg7r4j9li5lr-ghc-9.0.2-doc
/nix/store/glqx570c1xqs18pz1d6vmm0h3z3w5735-libpng-1.2.59
/nix/store/gps1gjkxd953x2yx6wv3pf01pyg0lwa4-dtc-1.6.1
/nix/store/gsrq9pks1g4ibpnhmq5pwpnk34ym672c-build-tools-31.0.0
/nix/store/gyd64lws5nzzwm5h7drhd7svhwzk6048-libzip-1.8.0
/nix/store/gzh0x1hn983wyd469rrh7mifzryjpxni-chromedriver-104.0.5112.79
/nix/store/h0ifqpcv63wa3w8x8qv0a3hmd1vxrwfc-python3.9-pdfminer_six-20220506
/nix/store/iawvgv99xvrb1wqbgcjc84qvq5jxb5s6-python3.9-python-debian-0.1.43
/nix/store/ig88zk2hiy4c7vi423my94slxiraypnr-wireshark-qt-3.6.5-dev
/nix/store/ihw3p34lxz39xndwxll9z491h5iz5dyq-llvm-14.0.1
/nix/store/iiz4mg4iqwxd306bq6j7nl46qn0inp4z-enjarify-1.0.3
/nix/store/inqx3s7xfmz0isa5bg286q53jnp3hpar-isl-0.20
/nix/store/ixs46agd7cg003cfc1rhfzixqzgaj3j6-ocaml-4.13.1
/nix/store/j09qym4l2kjppl0nwimk2rq3dcw3ffz3-djvulibre-3.5.28-bin
/nix/store/j6qhksn1jcmg6i5bj60ghzpbkq786kpl-imagemagick-7.1.0-47-dev
/nix/store/j7g3xlxjg0k4cnnzvn1xwx9552kv0bd9-python3.9-tkinter-3.9.13
/nix/store/jww33cfcrcqplj18dsj7d8wnfx466xpl-libmpc-1.2.1
/nix/store/jxpg4zfn8g46klwy5n7w9xjd40s0s9mb-python3.9-dicttoxml-1.7.4
/nix/store/k1i7h31zsqfq9f5cqyjddz27f2i4bh3g-python3.9-prometheus-client-0.13.1
/nix/store/k2id0vn7b6j5kyv25p8jmyy28gqyy5ky-atomicparsley-20210715.151551.e7ad03a
/nix/store/kfbpac0b3vs8p9n9ij7vq383kz6hvmnh-python3.9-soupsieve-2.3.1
/nix/store/kkdd5674sww50249zzp7ygdzgqigxrsg-apktool-2.6.1
/nix/store/l0pcdwzmgvbf53dgapbzqyhc05rq072d-uboot-tools-only_defconfig-2022.01
/nix/store/l1z839d93h3sf0ij85v1a75zl6cxwxh2-python3.10-mutagen-1.45.1
/nix/store/l2k5xp9c0x6rqmg745wqz9yc6i16yhhr-libheif-1.12.0-bin
/nix/store/l3hsxgl9ywwil03bk10bc5iny8i93apb-gcc-12.2.0-lib
/nix/store/l683v3201zg5s8mjwjbbsbbncrxsn7zs-gcc-wrapper-12.2.0
/nix/store/linmxiwpcyfsvp6yqs0y5dli6jhv0y30-python3.9-progressbar33-2.4
/nix/store/ln7pi9qg5a01aknmk3v21si62z66v9f4-llvm-11.1.0
/nix/store/lq66dp7v680vq9qw3cghsfw0k89wiqfv-python3.9-mock-4.0.3
/nix/store/lqxxv7jv82nyiam9zxnxmm2jmba34g6s-gts-0.7.6
/nix/store/lzywnv6czyghvjqg1p3igqj5xq2j4hcv-gfortran-wrapper-11.3.0
/nix/store/m9in1ca8xclwcj39vky32ljsvj3qkpgq-python3.9-kiwisolver-1.4.2
/nix/store/mb860cksyhpy5f5a0j4lp13kc3dg66zj-python3.9-libarchive-c-4.0
/nix/store/mwyvcyary3qw70r7hsjjb40lxfkpi8sw-cramfsswap-1.4.2
/nix/store/mzzmsv50z9im266l4f7habmmc21pqjpq-python3.9-requests-toolbelt-0.9.1
/nix/store/n5fdwh6ay0h5217wbc7qxl6ps34hi0w3-squashfs-4.5.1
/nix/store/nd3kk2yd5z20zhnvsg0fbxr39gy84wc5-python3.9-webencodings-0.5.1
/nix/store/nhgs2924f4x59rnfwh3hixinipx2hz1x-python3.9-decorator-5.1.1
/nix/store/njr59mbvxwasy5591xjdf2w47aikkcxg-python3.9-testpath-0.6.0
/nix/store/njwwwz036z4ykjp89niirzvmnzc9mvw3-cabextract-1.9.1
/nix/store/nmmzn74v5vfwzdkji4grdnr0578k99i8-llvm-binutils-14.0.1
/nix/store/nnd45xm6xmwfd1hfyhiif1nchxkyqlzl-procyon-0.6-prerelease
/nix/store/p43fb6b9rv6zsaqyg2hrj16rwlyx9cf4-python3.9-ipykernel-6.12.1
/nix/store/pbhdvdxkjm466441y1m0gzrg5pb30c58-poppler-glib-22.06.0
/nix/store/pcicl9y6z1ibh9i58m1m1s9qy0mjm986-python3.9-prettytable-3.2.0
/nix/store/pckx457s8m8rwkaq135z6rs49r5a9dqn-python3.9-guestfs-1.40.1
/nix/store/pk5qp9qbip33sizbfn99ly315z35g4l0-lld-14.0.1
/nix/store/pkp75ddskqjb62shpp8cxsdk4xslg1l2-python3.9-nbconvert-6.5.0
/nix/store/pm9bg0pc3qhici6c3pgzis4az3q4wbdj-python3.9-pycrypto-3.14.1
/nix/store/pqi0l0pv8iapmr48bz0a3yw2v8v05jhq-libgsf-1.14.49
/nix/store/pzc7bc0vcvsq18wcprk9rarwv70vh45r-python3.9-pyzmq-22.3.0
/nix/store/pzyci8jh7cklaqm392hidil2mwinwfrj-oggvideotools-0.9.1
/nix/store/q3wz6b15irps3r8gra1fwvbkl672g2ai-python3.9-matplotlib-inline-0.1.3
/nix/store/qal83y6wps1cfdhn2dppikbgiz5z14ax-python3.9-traitlets-5.1.1
/nix/store/qwyilanhmv864w9rq6gi4whjr47snnbk-python3.9-nbclient-0.6.3
/nix/store/qzrvs61h5pn1qx1c698bykc3z313xywd-libguestfs-1.48.0
/nix/store/r1bnm7z2azd7z0l9nw02acfn12gq898f-python3.9-python-magic-0.4.25
/nix/store/r254aj8rndhkvpdfar05gcdavf6gcvma-python3.9-argcomplete-2.0.0
/nix/store/r8pgpvrk7gvhhxg5y5icqf70ryiyia4n-ilmbase-2.5.7-dev
/nix/store/r8r1hp5xbvcs8z147k2n9wicwb6rwinf-libraw-0.20.2.p2
/nix/store/r9qypazl0blfbmpbqg0k6d1vn36fv532-capstone-4.0.2
/nix/store/rgdcqvffrql6pcbcdccgiqn6lj8gr088-python3.9-entrypoints-0.4
/nix/store/rgrmhi18mk78hzl27x75rmvbpa3iv77l-libgdiplus-6.0.5
/nix/store/rjcmccnbf48083f3rmv52ava2fp09607-python3.9-stack-data-0.2.0
/nix/store/rksddlr08mg3zbiw3x8srvwa7kbajmk1-hivex-1.3.21
/nix/store/rqr5lm29xd24dis31zszckm9sxw2scpr-goffice-0.10.52
/nix/store/rw2ah2a8bp059dnrmfpd8a0kjgyqzg65-libheif-1.12.0-dev
/nix/store/s0bplnk7fw8zj842pby76wx2z5s31k8g-graphviz-2.50.0
/nix/store/s52snzqwihj606h4rxyg5glvk0k7jpav-python3.10-brotli-1.0.9
/nix/store/sfd58d6c08q78mcnwvyj0ypghrnxvvwy-python3.10-certifi-2021.10.08
/nix/store/siv7n8f09469512bq83k5npjifji7w3g-vim-9.0.0244
/nix/store/skfvbchsjdqq3d9b0irq655m9pixfxmp-python3.9-pycryptodome-3.14.1
/nix/store/sqpn95bcjfh3nacwb6crj731ppkyc39r-python3.9-notebook-6.4.12
/nix/store/sqpnx7dlf1vib8xz7j1csq4pw4km9jyx-python3.9-pycairo-1.20.1
/nix/store/ssxz02lx91qj5gyd37vff5bcf1d6b34n-python3.9-tinycss2-1.1.0
/nix/store/sxi6jy6mqbggpc88scy9h42p5hlaciwl-pdftk-3.3.2
/nix/store/sxx07mg6mnh7pdm8d6fgqrsp42j1vsfp-librsvg-2.54.4-dev
/nix/store/v7y3jqf22hxbairadn855rnmwp013kd4-python3.9-pexpect-4.8.0
/nix/store/vbf402n2k332ahmnic6h015503mb3pyq-tk-8.6.11
/nix/store/vd2bh7f3zwwsvygnlxwalrc0ixw1gkj5-gperftools-2.9.1
/nix/store/vv8gayypkm3gm92125pf28r05f5jwcn1-python3.9-click-8.1.3
/nix/store/vv9msg0apv1s5s6vw43sp2p76819zarh-tk-8.6.11-dev
/nix/store/w43jsd1rx8dcl6mnypnwy1rbw0m96ajk-rpm-4.17.0
/nix/store/w73dzxfzq8236nnlnrddqicj2iky79na-db-5.3.28-bin
/nix/store/waa03713wwmv9fd669kf7pb2gym5iv5i-lcms2-2.13.1-bin
/nix/store/wfmm510kpy2yjbyk5xfh8i1nhv9myp86-python3.9-h5py-3.6.0
/nix/store/wpbc6narx091mrxgkhgfs8p5qysgbqxv-odt2txt-0.5
/nix/store/wyx1y606lnjvp8pjqc9zvk6nazxqsfzi-libconfig-1.7.3
/nix/store/wzgsfhvvzpsn5lihpkxpilv7986jh8bn-openjdk-headless-17.0.3+7
/nix/store/x001a0724n8agkx6ba89mw3mxhwyhx2j-imlib2-1.8.1
/nix/store/x2lpywingvldw4d05jz1q09qpnhdjv1r-graphene-hardened-malloc-11
/nix/store/xilwwwciyzwdjdhg9p4b53r1jdh7fib2-python3.9-html5lib-1.1
/nix/store/xlg9ry60ma77n35sv9cnm1c2bvcarpg3-python3.9-colorama-0.4.4
/nix/store/xrlnnpr29y7x15gw26jidnn9bvi8yy3h-python3.9-jsondiff-1.3.1
/nix/store/y8bk9wk47q8gcfg0434hn2xa4sk4aalg-lasem-0.4.4
/nix/store/yf4h23gz0p277khzq6sz9880ls4fpypg-imagemagick-7.1.0-47
/nix/store/yf7w71hd514cpz04k2p3z07c87wvgmm1-llvm-14.0.1-lib
/nix/store/z1hc2i1x5h61q2as3skrmyx09p90ii1y-python3.9-tornado-6.1
/nix/store/z72b81iil3vfyrijh1njss9abv3iv6i1-python3.9-mistune-0.8.4
/nix/store/z9iygyzi6dv0izkbajqg7ql7h8hlfccb-python3.9-pandocfilters-1.5.0
/nix/store/zalm3lirmjpjrap57zk2jf8w7d0va6y4-abootimg-0.6
/nix/store/zjqv7aj2bzlx1d27p8gkql2vfj8v6aip-radare2-5.6.8
/nix/store/zrk0dzgia4kvpyhy6r0g5w7d2w3r5d65-python3.9-fonttools-4.33.3
/nix/store/zvh90m68cbivby49yjwvz7xkpqz4rg5y-lcms2-2.13.1-dev
/nix/store/zzpzhym1gx9lv0c840mna9i3zvfzcwan-python3.9-jupyter_core-4.9.2
copying path '/nix/store/fg4n1b3m0xbq2gia5y67dggskx14awps-diffoscope-217-man' from 'https://cache.nixos.org'...
copying path '/nix/store/59m2d4cc5fc01ig0a5hj6rx57637xfq4-imagemagick-7.1.0-47-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/9v289jjbhfb8h4qq1znr1k3dccza7rvv-gcc-12.2.0-info' from 'https://cache.nixos.org'...
copying path '/nix/store/2zsd1whn3hirsbsh22qr6abk8bql3z95-gcc-12.2.0-man' from 'https://cache.nixos.org'...
copying path '/nix/store/k2id0vn7b6j5kyv25p8jmyy28gqyy5ky-atomicparsley-20210715.151551.e7ad03a' from 'https://cache.nixos.org'...
copying path '/nix/store/njwwwz036z4ykjp89niirzvmnzc9mvw3-cabextract-1.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/872b3kd28f0q57rfhbndhiwdww70nxwr-cbfstool-4.14' from 'https://cache.nixos.org'...
copying path '/nix/store/gzh0x1hn983wyd469rrh7mifzryjpxni-chromedriver-104.0.5112.79' from 'https://cache.nixos.org'...
copying path '/nix/store/zalm3lirmjpjrap57zk2jf8w7d0va6y4-abootimg-0.6' from 'https://cache.nixos.org'...
copying path '/nix/store/gsrq9pks1g4ibpnhmq5pwpnk34ym672c-build-tools-31.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/r9qypazl0blfbmpbqg0k6d1vn36fv532-capstone-4.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/c0yhk7xyymw0kajx4nnd9dk3jxwh00gp-cramfsprogs-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/mwyvcyary3qw70r7hsjjb40lxfkpi8sw-cramfsswap-1.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/w73dzxfzq8236nnlnrddqicj2iky79na-db-5.3.28-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/j09qym4l2kjppl0nwimk2rq3dcw3ffz3-djvulibre-3.5.28-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/gps1gjkxd953x2yx6wv3pf01pyg0lwa4-dtc-1.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/iiz4mg4iqwxd306bq6j7nl46qn0inp4z-enjarify-1.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/cv0z5z8cxqjw8z9p730vqijyqch9bigl-fontforge-20220308' from 'https://cache.nixos.org'...
copying path '/nix/store/fp0zi87g34f0fxk1ri25q7022i8x93nl-fpc-3.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1clwnjnf7a6phw7hric5svs1f4sklwzl-djvulibre-3.5.28-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/l3hsxgl9ywwil03bk10bc5iny8i93apb-gcc-12.2.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/9qmlarwfhl39cws9lk4hk9ls3z1xipf4-gcc-wrapper-12.2.0-info' from 'https://cache.nixos.org'...
copying path '/nix/store/5jx778q00wm5rwyjnjxwjc3qm3yqw526-gcc-wrapper-12.2.0-man' from 'https://cache.nixos.org'...
copying path '/nix/store/accv05jbg030qfq85gb7sdscy8mqrci3-gfortran-11.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/gfivcvckjci4c3m3wdxnmg7r4j9li5lr-ghc-9.0.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/vd2bh7f3zwwsvygnlxwalrc0ixw1gkj5-gperftools-2.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/lqxxv7jv82nyiam9zxnxmm2jmba34g6s-gts-0.7.6' from 'https://cache.nixos.org'...
copying path '/nix/store/x2lpywingvldw4d05jz1q09qpnhdjv1r-graphene-hardened-malloc-11' from 'https://cache.nixos.org'...
copying path '/nix/store/rksddlr08mg3zbiw3x8srvwa7kbajmk1-hivex-1.3.21' from 'https://cache.nixos.org'...
copying path '/nix/store/r8pgpvrk7gvhhxg5y5icqf70ryiyia4n-ilmbase-2.5.7-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/x001a0724n8agkx6ba89mw3mxhwyhx2j-imlib2-1.8.1' from 'https://cache.nixos.org'...
copying path '/nix/store/inqx3s7xfmz0isa5bg286q53jnp3hpar-isl-0.20' from 'https://cache.nixos.org'...
copying path '/nix/store/y8bk9wk47q8gcfg0434hn2xa4sk4aalg-lasem-0.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/7kh7c03x2simfnfacfpgq1ij6hjmwk24-lcms-1.19' from 'https://cache.nixos.org'...
copying path '/nix/store/waa03713wwmv9fd669kf7pb2gym5iv5i-lcms2-2.13.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/wyx1y606lnjvp8pjqc9zvk6nazxqsfzi-libconfig-1.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/b3bzrxvh4qahbhcp1lbm1fi05z446sx6-libcaca-0.99.beta20-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/09nwdfi5vrlscnq2bix38cra9fkf9ajs-libdevil-1.7.8' from 'https://cache.nixos.org'...
copying path '/nix/store/rgrmhi18mk78hzl27x75rmvbpa3iv77l-libgdiplus-6.0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/zvh90m68cbivby49yjwvz7xkpqz4rg5y-lcms2-2.13.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/pqi0l0pv8iapmr48bz0a3yw2v8v05jhq-libgsf-1.14.49' from 'https://cache.nixos.org'...
copying path '/nix/store/qzrvs61h5pn1qx1c698bykc3z313xywd-libguestfs-1.48.0' from 'https://cache.nixos.org'...
copying path '/nix/store/s0bplnk7fw8zj842pby76wx2z5s31k8g-graphviz-2.50.0' from 'https://cache.nixos.org'...
copying path '/nix/store/l2k5xp9c0x6rqmg745wqz9yc6i16yhhr-libheif-1.12.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/5n7r43mrl1qyb2aydsigl4rwslsqykm3-libjxl-0.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/rqr5lm29xd24dis31zszckm9sxw2scpr-goffice-0.10.52' from 'https://cache.nixos.org'...
copying path '/nix/store/rw2ah2a8bp059dnrmfpd8a0kjgyqzg65-libheif-1.12.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/2hz9snkbhx1ch7rgmqz5s9kj19b0srxf-liblqr-1-0.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/jww33cfcrcqplj18dsj7d8wnfx466xpl-libmpc-1.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/glqx570c1xqs18pz1d6vmm0h3z3w5735-libpng-1.2.59' from 'https://cache.nixos.org'...
copying path '/nix/store/r8r1hp5xbvcs8z147k2n9wicwb6rwinf-libraw-0.20.2.p2' from 'https://cache.nixos.org'...
copying path '/nix/store/1v80kwyqnrq5562csvm3ni8p9qvqjpz7-gnumeric-1.12.52' from 'https://cache.nixos.org'...
copying path '/nix/store/2y921ynj2xsm4vph4hybcl1vv6v0vj6f-ghc-9.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/yf4h23gz0p277khzq6sz9880ls4fpypg-imagemagick-7.1.0-47' from 'https://cache.nixos.org'...
copying path '/nix/store/f8zf7m0vlp3x0m3q9q8glajj19c5lzbz-gcc-12.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sxx07mg6mnh7pdm8d6fgqrsp42j1vsfp-librsvg-2.54.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/9wk29yyw3kr4162ypsf9ykdp1013l9pd-libraw-0.20.2.p2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/gyd64lws5nzzwm5h7drhd7svhwzk6048-libzip-1.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/21y5dqk1n9v1s537155z0myf4mpvdhg0-lld-14.0.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/ln7pi9qg5a01aknmk3v21si62z66v9f4-llvm-11.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/86ywdx5lkllc1gnbkfwsmrxsi39l5f4m-libzip-1.8.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/yf7w71hd514cpz04k2p3z07c87wvgmm1-llvm-14.0.1-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/3sc6mi14jhdk57q2skpcgzzmxmvqr0x2-mono-6.12.0.122' from 'https://cache.nixos.org'...
copying path '/nix/store/dajzr16cxcir98qarql17waiqjg5ddfm-apksigner' from 'https://cache.nixos.org'...
copying path '/nix/store/kkdd5674sww50249zzp7ygdzgqigxrsg-apktool-2.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/280f3np6psv4rkw0yazpzbwijcxhvddz-ncdu-2.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/a0p424apljk0iz5892faa913g5pjjshd-netpbm-10.97.4' from 'https://cache.nixos.org'...
copying path '/nix/store/ixs46agd7cg003cfc1rhfzixqzgaj3j6-ocaml-4.13.1' from 'https://cache.nixos.org'...
copying path '/nix/store/wpbc6narx091mrxgkhgfs8p5qysgbqxv-odt2txt-0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/pzyci8jh7cklaqm392hidil2mwinwfrj-oggvideotools-0.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/9cv4lg4k96wha4gcfh9sym2bg3ya4l7w-openexr-2.5.7-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/wzgsfhvvzpsn5lihpkxpilv7986jh8bn-openjdk-headless-17.0.3+7' from 'https://cache.nixos.org'...
copying path '/nix/store/956k13i6rdag9xq83hyrcp7x94m390mj-openexr-2.5.7-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/2s24h41rzns7gf4cz4bj6r1y4ikbj35f-openjpeg-2.4.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/adr7sgvsiwim3ijd9wq2kmnixz3j3lvl-p7zip-17.04' from 'https://cache.nixos.org'...
copying path '/nix/store/lzywnv6czyghvjqg1p3igqj5xq2j4hcv-gfortran-wrapper-11.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/j6qhksn1jcmg6i5bj60ghzpbkq786kpl-imagemagick-7.1.0-47-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/sxi6jy6mqbggpc88scy9h42p5hlaciwl-pdftk-3.3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/9cravcgkpjh5ykrd30znilg59amnj2d1-perl5.34.1-Image-ExifTool-12.39' from 'https://cache.nixos.org'...
copying path '/nix/store/8wxjqjj74khz9v93csp88qg6wvwddg43-pgpdump-0.35' from 'https://cache.nixos.org'...
copying path '/nix/store/pbhdvdxkjm466441y1m0gzrg5pb30c58-poppler-glib-22.06.0' from 'https://cache.nixos.org'...
copying path '/nix/store/7lik2v3ww7kpf3y3sv8p3adrml6mbh0j-poppler-utils-22.06.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/l683v3201zg5s8mjwjbbsbbncrxsn7zs-gcc-wrapper-12.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/2r7lxfbxhrvf1p5gb2yl5pxynfz6i68n-python3-3.10.4' from 'https://cache.nixos.org'...
copying path '/nix/store/fwh8g7h0imrzmbx8wwcax9bwyv8vy416-python3.9-PyPDF2-1.28.4' from 'https://cache.nixos.org'...
copying path '/nix/store/dw09a1bc86blpb2hryv2rmk5plgm8lyc-python3.9-Send2Trash-1.8.1b0' from 'https://cache.nixos.org'...
copying path '/nix/store/2yplr52fxivbz88gz0rajzjzpf9ryggp-python3.9-argon2-cffi-bindings-21.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/1cqb3rhb6j4x9qbz3mr33a69faf4fdcf-python3.9-asn1crypto-1.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/a9hiigf8y5h9j6p6j8f52ifd92xl1d1w-python3.9-asttokens-2.0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/7cszj49idgabc85g0rzjz94qhmr2j4vf-python3.9-argon2-cffi-21.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/fhda3rdw72x0bb5lg089p80zq3435rmx-python3.9-async-generator-1.10' from 'https://cache.nixos.org'...
copying path '/nix/store/1fkv7fmjsq1f8zdmgwxrpc4102rj2ymd-python3.9-backcall-0.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/vv8gayypkm3gm92125pf28r05f5jwcn1-python3.9-click-8.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/xlg9ry60ma77n35sv9cnm1c2bvcarpg3-python3.9-colorama-0.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/g0lackaf8km64f4m7qwc3881hqrl5bf8-python3.9-cycler-0.11.0' from 'https://cache.nixos.org'...
copying path '/nix/store/nhgs2924f4x59rnfwh3hixinipx2hz1x-python3.9-decorator-5.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/jxpg4zfn8g46klwy5n7w9xjd40s0s9mb-python3.9-dicttoxml-1.7.4' from 'https://cache.nixos.org'...
copying path '/nix/store/8sn6vp80ffk7n19352hr7rh42mpdzrks-python3.9-editorconfig-0.12.3' from 'https://cache.nixos.org'...
copying path '/nix/store/rgdcqvffrql6pcbcdccgiqn6lj8gr088-python3.9-entrypoints-0.4' from 'https://cache.nixos.org'...
copying path '/nix/store/3n9cs4ijib62d5pdhh9hrrbid36zfk4w-python3.9-executing-0.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/48xg7c34f5gp9xv7rc19k4bv2yfmrdng-jsbeautifier-1.14.3' from 'https://cache.nixos.org'...
copying path '/nix/store/zrk0dzgia4kvpyhy6r0g5w7d2w3r5d65-python3.9-fonttools-4.33.3' from 'https://cache.nixos.org'...
copying path '/nix/store/chvnqxsx12kzmxkv0kfalc1r5mnndgq8-python3.9-future-0.18.2' from 'https://cache.nixos.org'...
copying path '/nix/store/pckx457s8m8rwkaq135z6rs49r5a9dqn-python3.9-guestfs-1.40.1' from 'https://cache.nixos.org'...
copying path '/nix/store/pk5qp9qbip33sizbfn99ly315z35g4l0-lld-14.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ihw3p34lxz39xndwxll9z491h5iz5dyq-llvm-14.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/wfmm510kpy2yjbyk5xfh8i1nhv9myp86-python3.9-h5py-3.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/62k32630wa9p50vs388g324dyl8qx84y-python3.9-ipython_genutils-0.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/xrlnnpr29y7x15gw26jidnn9bvi8yy3h-python3.9-jsondiff-1.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/03n06hjlamnjpgxs95bl8cck5zb8ln2r-python3.9-jupyterlab_pygments-0.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/m9in1ca8xclwcj39vky32ljsvj3qkpgq-python3.9-kiwisolver-1.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/mb860cksyhpy5f5a0j4lp13kc3dg66zj-python3.9-libarchive-c-4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/z72b81iil3vfyrijh1njss9abv3iv6i1-python3.9-mistune-0.8.4' from 'https://cache.nixos.org'...
copying path '/nix/store/lq66dp7v680vq9qw3cghsfw0k89wiqfv-python3.9-mock-4.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/cwdgwzx33sl16i8ji1z8lfkxclnr0j19-python3.9-mutagen-1.45.1' from 'https://cache.nixos.org'...
copying path '/nix/store/5il8vnz5nch188qd9c3scd9iixwkijhf-python3.9-nest_asyncio-1.5.4' from 'https://cache.nixos.org'...
copying path '/nix/store/0y0bh2vzz8zq9pzjf7q5fh8m13pba9yj-python3.9-networkx-2.7.1' from 'https://cache.nixos.org'...
copying path '/nix/store/z9iygyzi6dv0izkbajqg7ql7h8hlfccb-python3.9-pandocfilters-1.5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/28n304lpqqdc24njzda2h66jvnbkj2hv-python3.9-parso-0.8.3' from 'https://cache.nixos.org'...
copying path '/nix/store/s52snzqwihj606h4rxyg5glvk0k7jpav-python3.10-brotli-1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/sfd58d6c08q78mcnwvyj0ypghrnxvvwy-python3.10-certifi-2021.10.08' from 'https://cache.nixos.org'...
copying path '/nix/store/l1z839d93h3sf0ij85v1a75zl6cxwxh2-python3.10-mutagen-1.45.1' from 'https://cache.nixos.org'...
copying path '/nix/store/82dyyyav85shvmirz3b23ynqf10b4gs1-python3.10-pycryptodomex-3.14.1' from 'https://cache.nixos.org'...
copying path '/nix/store/4whyf4in5528xycfvv4p4rnkv7xw8b8f-python3.10-websockets-10.1' from 'https://cache.nixos.org'...
copying path '/nix/store/nmmzn74v5vfwzdkji4grdnr0578k99i8-llvm-binutils-14.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ahfmhjn3qqi32mp3cd7xbxywjbc60fak-python3.9-jedi-0.18.1' from 'https://cache.nixos.org'...
copying path '/nix/store/cixgsair9wkg5799hn2vxz2d5glr23vc-python3.9-path-16.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/h0ifqpcv63wa3w8x8qv0a3hmd1vxrwfc-python3.9-pdfminer_six-20220506' from 'https://cache.nixos.org'...
copying path '/nix/store/linmxiwpcyfsvp6yqs0y5dli6jhv0y30-python3.9-progressbar33-2.4' from 'https://cache.nixos.org'...
copying path '/nix/store/k1i7h31zsqfq9f5cqyjddz27f2i4bh3g-python3.9-prometheus-client-0.13.1' from 'https://cache.nixos.org'...
copying path '/nix/store/c8f2zs6jxr1bz3pn4mpn3hlr1c3i0iic-python3.10-yt-dlp-2022.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/a2l5r5wa22mwg0aghl9jbfhzyxmihxcv-python3.9-psutil-5.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/aal4hgl5xzj3f0jz1vsl7giwyyfkshc9-python3.9-pickleshare-0.7.5' from 'https://cache.nixos.org'...
copying path '/nix/store/27pyc4n0i2f8aa1n1mra7p794bisjc76-python3.9-ptyprocess-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/dcsvgj7r1q7l1p94y8dp1ngj4mqggivf-python3.9-pure_eval-0.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/sqpnx7dlf1vib8xz7j1csq4pw4km9jyx-python3.9-pycairo-1.20.1' from 'https://cache.nixos.org'...
copying path '/nix/store/skfvbchsjdqq3d9b0irq655m9pixfxmp-python3.9-pycryptodome-3.14.1' from 'https://cache.nixos.org'...
copying path '/nix/store/v7y3jqf22hxbairadn855rnmwp013kd4-python3.9-pexpect-4.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/125hy2wl0i4jk3wyrbazkgjv8679c117-python3.9-pydot-1.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/iawvgv99xvrb1wqbgcjc84qvq5jxb5s6-python3.9-python-debian-0.1.43' from 'https://cache.nixos.org'...
copying path '/nix/store/2mmg1dnkd0zm35w5w9yrwd6z62vvyxn0-python3.9-pygobject-3.42.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/r1bnm7z2azd7z0l9nw02acfn12gq898f-python3.9-python-magic-0.4.25' from 'https://cache.nixos.org'...
copying path '/nix/store/pm9bg0pc3qhici6c3pgzis4az3q4wbdj-python3.9-pycrypto-3.14.1' from 'https://cache.nixos.org'...
copying path '/nix/store/8hpgzvgw7hvv5cibffsgacczbs96hkqz-python3.9-pyxattr-0.7.2' from 'https://cache.nixos.org'...
copying path '/nix/store/pzc7bc0vcvsq18wcprk9rarwv70vh45r-python3.9-pyzmq-22.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/mzzmsv50z9im266l4f7habmmc21pqjpq-python3.9-requests-toolbelt-0.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/kfbpac0b3vs8p9n9ij7vq383kz6hvmnh-python3.9-soupsieve-2.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/10zmizpfrvwld6isw4hslf53wqwplpmc-python3.9-mat2-0.13.0' from 'https://cache.nixos.org'...
copying path '/nix/store/rjcmccnbf48083f3rmv52ava2fp09607-python3.9-stack-data-0.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/njr59mbvxwasy5591xjdf2w47aikkcxg-python3.9-testpath-0.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/20dk94365nv8qddsbrihdg0frf2v20f5-python3.9-tlsh-4.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/z1hc2i1x5h61q2as3skrmyx09p90ii1y-python3.9-tornado-6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/qal83y6wps1cfdhn2dppikbgiz5z14ax-python3.9-traitlets-5.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/5n1dhl0zm8fpgpiylqinww75x9cn51xv-python3.9-wcwidth-0.2.5' from 'https://cache.nixos.org'...
copying path '/nix/store/nd3kk2yd5z20zhnvsg0fbxr39gy84wc5-python3.9-webencodings-0.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/w43jsd1rx8dcl6mnypnwy1rbw0m96ajk-rpm-4.17.0' from 'https://cache.nixos.org'...
copying path '/nix/store/6whpvnyw6crb53vjdnshm1sikf9nrdsh-sasquatch-4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/g574bvzw0cricjzfjcp53ca8svszxcdv-python3.9-terminado-0.13.3' from 'https://cache.nixos.org'...
copying path '/nix/store/q3wz6b15irps3r8gra1fwvbkl672g2ai-python3.9-matplotlib-inline-0.1.3' from 'https://cache.nixos.org'...
copying path '/nix/store/xilwwwciyzwdjdhg9p4b53r1jdh7fib2-python3.9-html5lib-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/pcicl9y6z1ibh9i58m1m1s9qy0mjm986-python3.9-prettytable-3.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/b57qnxpl04fajvac9zdhf3kckdfglrc3-python3.9-prompt-toolkit-3.0.28' from 'https://cache.nixos.org'...
copying path '/nix/store/ssxz02lx91qj5gyd37vff5bcf1d6b34n-python3.9-tinycss2-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/32xvp7w81r9qcvxvxlahlk2l5x0rp1w5-sng-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/n5fdwh6ay0h5217wbc7qxl6ps34hi0w3-squashfs-4.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/r254aj8rndhkvpdfar05gcdavf6gcvma-python3.9-argcomplete-2.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/006bwbrhil9pwdv7jfz289d7lvywqiqv-python3.9-beautifulsoup4-4.11.1' from 'https://cache.nixos.org'...
copying path '/nix/store/3r253gc3j2q0j5hid7l25m34bn9xhxkf-python3.9-bleach-5.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/a2arzvc1ks9j4pfc7jzgljzfpsnhfrmh-python3.9-ipython-8.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/vbf402n2k332ahmnic6h015503mb3pyq-tk-8.6.11' from 'https://cache.nixos.org'...
copying path '/nix/store/l0pcdwzmgvbf53dgapbzqyhc05rq072d-uboot-tools-only_defconfig-2022.01' from 'https://cache.nixos.org'...
copying path '/nix/store/siv7n8f09469512bq83k5npjifji7w3g-vim-9.0.0244' from 'https://cache.nixos.org'...
copying path '/nix/store/7a34rn7p4dh1md8fgdy12k7ish5xrl28-wabt-1.0.28' from 'https://cache.nixos.org'...
copying path '/nix/store/6f10sxav4k6xcz6pw22477nyxh4gmkm1-python3.9-binwalk-2.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/2d3nw77b75abn10nii1sy3x4v911kb2q-wireshark-qt-3.6.5' from 'https://cache.nixos.org'...
copying path '/nix/store/zzpzhym1gx9lv0c840mna9i3zvfzcwan-python3.9-jupyter_core-4.9.2' from 'https://cache.nixos.org'...
copying path '/nix/store/3ds0z9c8i9740j22caz2lgkyjlycw84p-xxHash-0.8.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/didfys681km1bqi2cddyg0xjih0bn4w5-R-4.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/j7g3xlxjg0k4cnnzvn1xwx9552kv0bd9-python3.9-tkinter-3.9.13' from 'https://cache.nixos.org'...
copying path '/nix/store/zjqv7aj2bzlx1d27p8gkql2vfj8v6aip-radare2-5.6.8' from 'https://cache.nixos.org'...
copying path '/nix/store/vv9msg0apv1s5s6vw43sp2p76819zarh-tk-8.6.11-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/213jakjckcmzh0q0dlbwrk0ifi44rs7x-python3.9-jupyter_client-7.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fsnq0wp3c3vma01w3wdv4rza3j56waf8-python3.9-nbformat-5.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ag681jm7kxm48dw7zcrpw0v1zb0v2j7c-python3.9-matplotlib-3.5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/p43fb6b9rv6zsaqyg2hrj16rwlyx9cf4-python3.9-ipykernel-6.12.1' from 'https://cache.nixos.org'...
copying path '/nix/store/qwyilanhmv864w9rq6gi4whjr47snnbk-python3.9-nbclient-0.6.3' from 'https://cache.nixos.org'...
copying path '/nix/store/91yvdacx4kqrsmrsz46c42gg8kpqxwfj-xxd-vim-9.0.0244' from 'https://cache.nixos.org'...
copying path '/nix/store/f2p01xphjjhyk7f09pqfykl00mzjvsrb-zip-3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/pkp75ddskqjb62shpp8cxsdk4xslg1l2-python3.9-nbconvert-6.5.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0qvb9dghqxmjdlkb88k9yci8yxcycl2x-python3-3.9.13-env' from 'https://cache.nixos.org'...
building '/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv'...
building '/nix/store/0kqnskpplhg1cazsbf66fr799kppacib-torbrowser.desktop.drv'...
copying path '/nix/store/5nk1iz7ijvjckv9lym0z3yng9yl64hfs-jupyter-kernels' from 'https://cache.nixos.org'...
building '/nix/store/nj92gb9d86jqdcnyg1j4ljca7rqnwib4-zoom_x86_64.pkg.tar.xz.drv'...
/nix/store/r5kl1b2b0i9pg8si507p4jxw5rakxa78-torbrowser.desktop/share/applications/torbrowser.desktop: hint: value item "Security" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Settings, or System
trying https://dist.torproject.org/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
copying path '/nix/store/f93k5glpribizi10f5m80p04gl3hr74m-python3.9-androguard-3.4.0a1' from 'https://cache.nixos.org'...
0 266 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
trying https://tor.eff.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
copying path '/nix/store/sqpn95bcjfh3nacwb6crj731ppkyc39r-python3.9-notebook-6.4.12' from 'https://cache.nixos.org'...
trying https://zoom.us/client/5.11.10.4400/zoom_x86_64.pkg.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404
trying https://tor.calyxinstitute.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
error: cannot download tor-browser-linux64-11.5.1_en-US.tar.xz from any mirror
error: builder for '/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv' failed with exit code 1;
last 10 log lines:
> Dload Upload Total Spent Left Speed
> 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
> curl: (22) The requested URL returned error: 404
>
> trying https://tor.calyxinstitute.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 404
> error: cannot download tor-browser-linux64-11.5.1_en-US.tar.xz from any mirror
For full logs, run 'nix log /nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv'.
error: 1 dependencies of derivation '/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv' failed to build
error: build of '/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv', '/nix/store/g6vgj8zvar851z57r5vcyapa3lhc86jr-wireshark-qt-3.6.5.drv', '/nix/store/p5w56r26j7i6kri0pzb0lw3pvkn0qq2j-zoom-5.11.10.4400.drv', '/nix/store/rc7lndi68605v118v4x7p3jb5s9a1868-diffoscope-217.drv' failed
[remy@typhoon:~]$ nix-env -e tor-browser-bundle-bin
uninstalling 'tor-browser-bundle-bin-11.0.14'
error: this derivation has bad 'meta.outputsToInstall'
[remy@typhoon:~]$ NIXPKGS_ALLOW_UNFREE=1 nix-env -u
upgrading 'imagemagick-7.1.0-44' to 'imagemagick-7.1.0-47'
upgrading 'chromedriver-103.0.5060.134' to 'chromedriver-104.0.5112.79'
upgrading 'llvm-binutils-11.1.0' to 'llvm-binutils-14.0.1'
upgrading 'python3.9-notebook-6.4.10' to 'python3.9-notebook-6.4.12'
upgrading 'ncdu-1.16' to 'ncdu-2.1.2'
upgrading 'diffoscope-213' to 'diffoscope-217'
upgrading 'zoom-5.10.4.2845' to 'zoom-5.11.10.4400'
upgrading 'libwebp-1.2.1' to 'libwebp-1.2.4'
upgrading 'wireshark-qt-3.6.3' to 'wireshark-qt-3.6.5'
upgrading 'mat2-0.12.4' to 'mat2-0.13.0'
upgrading 'poppler-utils-22.04.0' to 'poppler-utils-22.06.0'
upgrading 'python3.10-yt-dlp-2022.05.18' to 'python3.10-yt-dlp-2022.9.1'
upgrading 'tor-browser-bundle-bin-11.0.14' to 'tor-browser-bundle-bin-11.5.1'
upgrading 'gcc-wrapper-11.3.0' to 'gcc-wrapper-12.2.0'
these 4 derivations will be built:
/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv
/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv
/nix/store/nj92gb9d86jqdcnyg1j4ljca7rqnwib4-zoom_x86_64.pkg.tar.xz.drv
/nix/store/p5w56r26j7i6kri0pzb0lw3pvkn0qq2j-zoom-5.11.10.4400.drv
these 4 paths will be fetched (9.39 MiB download, 16.71 MiB unpacked):
/nix/store/0q2wqm39ayh6j4skqisxpzd34p9kxinf-diffoscope-217
/nix/store/16zjxd6s2xz4cvphki65r7vzqa8vssrx-xmlbeans-5.0.2-20211014
/nix/store/ig88zk2hiy4c7vi423my94slxiraypnr-wireshark-qt-3.6.5-dev
/nix/store/nnd45xm6xmwfd1hfyhiif1nchxkyqlzl-procyon-0.6-prerelease
copying path '/nix/store/ig88zk2hiy4c7vi423my94slxiraypnr-wireshark-qt-3.6.5-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/nnd45xm6xmwfd1hfyhiif1nchxkyqlzl-procyon-0.6-prerelease' from 'https://cache.nixos.org'...
copying path '/nix/store/16zjxd6s2xz4cvphki65r7vzqa8vssrx-xmlbeans-5.0.2-20211014' from 'https://cache.nixos.org'...
building '/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv'...
building '/nix/store/nj92gb9d86jqdcnyg1j4ljca7rqnwib4-zoom_x86_64.pkg.tar.xz.drv'...
trying https://zoom.us/client/5.11.10.4400/zoom_x86_64.pkg.tar.xz
trying https://dist.torproject.org/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
Dload Upload Total Spent Left Speed
0 266 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
trying https://tor.eff.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
copying path '/nix/store/0q2wqm39ayh6j4skqisxpzd34p9kxinf-diffoscope-217' from 'https://cache.nixos.org'...
0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404
trying https://tor.calyxinstitute.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
error: cannot download tor-browser-linux64-11.5.1_en-US.tar.xz from any mirror
error: builder for '/nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv' failed with exit code 1;
last 10 log lines:
> Dload Upload Total Spent Left Speed
> 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
> curl: (22) The requested URL returned error: 404
>
> trying https://tor.calyxinstitute.org/dist/torbrowser/11.5.1/tor-browser-linux64-11.5.1_en-US.tar.xz
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 404
> error: cannot download tor-browser-linux64-11.5.1_en-US.tar.xz from any mirror
For full logs, run 'nix log /nix/store/s0gv1j6fqzjzgr9kqvndhcgsmwivjzhi-tor-browser-linux64-11.5.1_en-US.tar.xz.drv'.
error: 1 dependencies of derivation '/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv' failed to build
error: build of '/nix/store/0faf1b6dnqisg7666hhrrn2hs16d9b93-tor-browser-bundle-bin-11.5.1.drv', '/nix/store/p5w56r26j7i6kri0pzb0lw3pvkn0qq2j-zoom-5.11.10.4400.drv' failed
Tor browser has been updated, the mirrors have removed tor browser 11.5.1 but 22.05 has not updated. nixpkgs-unstable has 11.5.2 which works. tor-browser-bundle-bin 11.5.2 needs to be merged into nixos-22.05
I have a similar problem with python3
(EDIT: not only python, actually any package I'm trying to install or remove directly with nix-env
) package on macOS:
❯ nix-env -uA nixpkgs.python3
error: this derivation has bad 'meta.outputsToInstall'
❯ nix-env -e python3
uninstalling 'python3-3.10.6'
error: this derivation has bad 'meta.outputsToInstall'
❯ nix-shell -p nix-info --run "nix-info -m"
- system: `"aarch64-darwin"`
- host os: `Darwin 21.6.0, macOS 12.5.1`
- multi-user?: `yes`
- sandbox: `no`
- version: `nix-env (Nix) 2.11.0`
- channels(ul): `""`
- channels(root): `"nixpkgs"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
Updating channels doesn't help, the problem persists for a while already, and I cannot roll back because of bad timing for garbage collection when I didn't realise yet that there is a problem with upgrades.
FWIW my problem was resolved by running nix-env -u --always
(the --always
flag is what made the difference and fixed the setup).
FWIW my problem was resolved by running
nix-env -u --always
(the--always
flag is what made the difference and fixed the setup).
It worked here too !
[remy@typhoon:~]$ nix-env -iA nixos.jq
installing 'jq-1.6'
building '/nix/store/3wjvna39byy1h06yaw2dm2zgb2wb8ixg-user-environment.drv'...
Looking at the manual, it says:
• --always
In addition to upgrading to newer versions, also “upgrade” to derivations that have the same or a lower version. I.e., derivations may actually be downgraded depending on what is available in the
active Nix expression.
So I guess at some point, there was something broken in nix (weird, because my new nix has not been upgraded, it's still "nix (Nix) 2.9.1"), and it was not updating…
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
@rgrunbla Can we close the issue then? ✌🏻
I don't know, I don't have the problem so my issue could be closed. But, if you look at the bigger picture, maybe that's an issue that should be looked at because it's a weird behaviour from nix / nixos… Anyway, closing it since I don't have this issue anymore because of the workaround above.
Describe the bug
I cannot use
nix-env -iA
anymore, to install packages:This applies for any package. nix-shell works:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to install packages in my user environment.
Additional context
I switched back from nixos-22.05 to nixos-unstable a few times in the previous months.
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.