You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download source from any mirror
builder for '/nix/store/swrqgasi5gr6508qk9hq30r1hk67v48y-source.drv' failed with exit code 1
error: build of '/nix/store/swrqgasi5gr6508qk9hq30r1hk67v48y-source.drv' failed
Traceback (most recent call last):
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/bin/.nix-update-wrapped", line 9, in <module>
sys.exit(main())
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/lib/python3.8/site-packages/nix_update/__init__.py", line 142, in main
package = update(options)
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/lib/python3.8/site-packages/nix_update/update.py", line 82, in update
update_src_hash(opts, package.filename, package.hash)
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/lib/python3.8/site-packages/nix_update/update.py", line 42, in update_src_hash
target_hash = nix_prefetch([f"(import {opts.import_path} {{}}).{opts.attribute}"])
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/lib/python3.8/site-packages/nix_update/update.py", line 37, in nix_prefetch
res = run(["nix-prefetch"] + cmd)
File "/nix/store/qjlas1n0sgnqcmy3ij395a334zbj4jw4-nix-update/lib/python3.8/site-packages/nix_update/utils.py", line 32, in run
return subprocess.run(command, cwd=cwd, check=check, text=True, stdout=stdout)
File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['nix-prefetch', '(import ./. {}).pantheon.elementary-calculator']' returned non-zero exit status 1.
because that archive doesn't exist.
But this has now written to the expression to have the version517748bcac9484df6a1f03c84f77c9a066ed8793.
I believe this will require more safely modifying files by not modifying them in place until we know we have a success?
The text was updated successfully, but these errors were encountered:
If I do the following:
we will get a traceback
because that archive doesn't exist.
But this has now written to the expression to have the
version
517748bcac9484df6a1f03c84f77c9a066ed8793
.I believe this will require more safely modifying files by not modifying them in place until we know we have a success?
The text was updated successfully, but these errors were encountered: