Nix problem in python

Question:

Repl link/Link to where the bug appears:
https://replit.com/@StudioHawaii/Pixel-Board?v=1
Details:
Hello, I’m trying to continue developing my app, however, I ran into this nix problem I’m so confused about. I tried installing replit open ssh and running the command ssh-keygen -t ed25519 -f ~/.ssh/replit -q -N "" && cat ~/.ssh/replit.pub but then I got an error from the installation, I thought its not a big deal. Then I started getting nix errors and refreshing does not work.
I even got the error prybar-python310 not found in $PATH which makes me unable to run my repl. I have even tried forking the repl and seeing if it fixes it, it does not.
Current Nix Code:

{ pkgs }: {
  deps = [
  pkgs.replitPackages.prybar-python310
  ];
}

Nix Errors:

nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

nError: prybar-python310 not found in $PATH
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-c
Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH
repl process died unexpectedly: exit status 1
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'llvm-src-14.0.6' -> '/nix/store/hzbkf2172vzda7nzzvh32ix2bkyvl9qy-llvm-src-14.0.6.drv'
instantiated 'llvm-14.0.6' -> '/nix/store/w7q392v0hqv8pz0bcz6pvzbdlyynw2bs-llvm-14.0.6.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/default.nix'
copied source '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/build-support/remove-references-to/remove-references-to.sh' -> '/nix/store/bm9by9a8wn0ik9lsix9bvfqk7xrc9zdv-remove-references-to.sh'
instantiated 'remove-references-to' -> '/nix/store/848845bkjc8nwgpj11dl3jzj7dj78a6r-remove-references-to.drv'
instantiated 'rustc-1.64.0-src.tar.gz' -> '/nix/store/ws0v0x6f7yqigkfxp8vgzhmk2h5ybf10-rustc-1.64.0-src.tar.gz.drv'
instantiated 'rustc-1.64.0' -> '/nix/store/lppv3zkqbj2y1mf673hmkmj5632rj2dw-rustc-1.64.0.drv'
instantiated 'cargo-1.64.0' -> '/nix/store/v36sa8s85x8ch9lscj02w6r6grchqs15-cargo-1.64.0.drv'
instantiated 'stderred-0.1.0-vendor.tar.gz' -> '/nix/store/y5abrybwr705v5myr8lmmpvxq1qmxmgz-stderred-0.1.0-vendor.tar.gz.drv'
instantiated 'cargo-build-hook.sh' -> '/nix/store/apapd2wzi70yidvknzijy4na6wj33slj-cargo-build-hook.sh.drv'
instantiated 'cargo-check-hook.sh' -> '/nix/store/rdly9ahrydc1q3j3cwl74lxzq96f4w5s-cargo-check-hook.sh.drv'
instantiated 'cargo-install-hook.sh' -> '/nix/store/130wr2z53wqv45xfmd9djmws8z98asl3-cargo-install-hook.sh.drv'
instantiated 'cargo-setup-hook.sh' -> '/nix/store/50l87zlfrg0x6k255bgaip21mjiiizai-cargo-setup-hook.sh.drv'
evaluating file '/nix/store/l6smcclpy9f3v562q2ljb9zjdswg3ma1-nixpkgs-22.11-src/pkgs/tools/misc/stderred/default.nix'
instantiated 'source' -> '/nix/store/s7pdlwr5hzfrcsix3gkhn8hrqdm4jqbw-source.drv'
instantiated 'stderred-unstable-2021-04-28' -> '/nix/store/5iakizzsfqf0dva6nqknmi4xmf9941p8-stderred-unstable-2021-04-28.drv'
instantiated 'stderred-0.1.0' -> '/nix/store/6n6r5c2la6msw4s5hh18q5q1fmj59c12-stderred-0.1.0.drv'
error: 'openssh_with_kerberos' has been renamed to/replaced by 'openssh'
(use '--show-trace' to show detailed location information)

Error: prybar-python310 not found in $PATH

I have tried making changes to the nix file, like removing “openssh_with_kerberos” from the nix file, but nothing is working. I even made changes like the ones I have currently but nothing is working.
Can anyone help, please?

That’s just telling you to replace openssh_with_kerberos with openssh.

Well that would error, pkgs.otherPackages doesn’t exist.

I removed it, and now I only have issues with “prybar-python310”

To be perfectly honest, I recommend migrating your Repl to the newer Python template which will:

  1. Make it use up less account storage
  2. Prevent a few different errors, such as:
    2.1. Your current prybar one
    2.2. Accidentally breaking poetry in certain scenarios

You can either do this manually, or just run this in Shell:

curl -s https://firepup650.repl.co/raw/minifier|bash -s

Do note that the script removes your existing installed packages, but you can add them back with poetry.

Thanks to everyone who tried to help. No Solution is working so ill have to download a zip and then unzip the file into a new repl

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.