https://github.com/itsfarseen/repro-nix-multiple-src-zip
https://github.com/itsfarseen/repro-nix-multiple-src-zip
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsfarseen/repro-nix-multiple-src-zip
- Owner: itsfarseen
- Created: 2022-03-28T13:18:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T13:19:19.000Z (over 4 years ago)
- Last Synced: 2025-03-08T21:11:23.242Z (over 1 year ago)
- Language: Nix
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# How to run
Run this to start a static file server `python -m http.server 8000`, so that nix can find the zip files.
Run `nix build`
Error:
```bash
$ nix build 13.854s 18:45
error: builder for '/nix/store/148aybzhywpnkh82p8fvdz3qd0n7k065-test.drv' failed with exit code 1;
last 5 log lines:
> unpacking sources
> unpacking source archive /nix/store/9kyiq086c7hvyvyzlk7azc9s7saw6kbc-source
> unpacking source archive /nix/store/zsahrfi6qpblxpi8v0i92n8v9rl2ihjd-source
> cp: cannot create directory 'source/zsahrfi6qpblxpi8v0i92n8v9rl2ihjd-source': Permission denied
> do not know how to unpack source archive /nix/store/zsahrfi6qpblxpi8v0i92n8v9rl2ihjd-source
For full logs, run 'nix log /nix/store/148aybzhywpnkh82p8fvdz3qd0n7k065-test.drv'.
```