Nix error: building nix env: exit status 1 | bash52

Question:
Was trying to configure the replit so I could move my project here and I am getting the nixenv errors. It is complaining about bash. Any idea?

Maybe I am better off with a regular vm but some of the features sound really good with replit. I am definitely struggling to make the jump.

Repl link/Link to where the bug appears:
https://replit.com/@PeterCampbell6/PythonEnv

Screenshots, links, or other helpful context:

nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
instantiated 'texinfo-7.0.3' -> '/nix/store/91bn3g062ps70qxjgm55s9fnbnldzbgb-texinfo-7.0.3.drv'
instantiated 'bash52-001' -> '/nix/store/6qz0al1gjdaprl0sn3mc356acv9mgvbj-bash52-001.drv'
instantiated 'bash52-002' -> '/nix/store/9vly60flfy1fihbx7dwlz2gffc288b91-bash52-002.drv'
instantiated 'bash52-003' -> '/nix/store/zhyshfcwb9pbmh4wpgzk80svm68q2zph-bash52-003.drv'
instantiated 'bash52-004' -> '/nix/store/lxfjxkl8ay1n7llkamil1im125ngcw9i-bash52-004.drv'
instantiated 'bash52-005' -> '/nix/store/8wp7px023y99sq52xqx0qas58rlmk480-bash52-005.drv'
instantiated 'bash52-006' -> '/nix/store/6426bkg937srm8iaazrmhw5m8aglmmff-bash52-006.drv'
instantiated 'bash52-007' -> '/nix/store/kfzsb6r9c8c0cq5yxzy7a9clcc4rlx07-bash52-007.drv'
instantiated 'bash52-008' -> '/nix/store/m6sia8cj8yqyn9his4jc5ws0k78yjqpk-bash52-008.drv'
instantiated 'bash52-009' -> '/nix/store/h78khsla6vpqmqjw6cq3alaibwvlwg81-bash52-009.drv'
instantiated 'bash52-010' -> '/nix/store/cnif53jhls0919m0gns7w2z9dpqhdjr1-bash52-010.drv'
instantiated 'bash52-011' -> '/nix/store/rp1vcipb5b5fy2z07d1vjds04mpgrdxy-bash52-011.drv'
instantiated 'bash52-012' -> '/nix/store/qj096ql5fnhrhvpxcniv9d8lp719m5ig-bash52-012.drv'
instantiated 'bash52-013' -> '/nix/store/206x2n9dzaq3spsshqrn42a70wb3b53c-bash52-013.drv'
instantiated 'bash52-014' -> '/nix/store/624b260b8mx2fg14b61bsrrg0hrxwnyd-bash52-014.drv'
instantiated 'bash52-015' -> '/nix/store/yirl8a6aanqkxi5piij57pmdzarfy204-bash52-015.drv'
instantiated 'fix-static.patch' -> '/nix/store/ywbrb344i1agp7i8n088qafg43k7lbkj-fix-static.patch.drv'
instantiated 'bash-5.2.tar.gz' -> '/nix/store/nhqskkd8ycg7nhkjl7q1s3afwz41j1pn-bash-5.2.tar.gz.drv'
instantiated 'bash-interactive-5.2-p15' -> '/nix/store/k5z1zcgww9k69ixlbxmmr6711nz8d86w-bash-interactive-5.2-p15.drv'

Figured it out, replit doesn’t like anything related to modification of shell. It looks likely the bash shell isn’t compatible

1 Like

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