https://github.com/domenkozar/nixpkgs-static-repo
https://github.com/domenkozar/nixpkgs-static-repo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domenkozar/nixpkgs-static-repo
- Owner: domenkozar
- Created: 2024-01-24T15:41:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T04:31:42.000Z (over 2 years ago)
- Last Synced: 2025-08-04T04:39:41.666Z (10 months ago)
- Language: Nix
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstrates basic TH failures with nixpkgs static infra.
```
$ nix build
> Building library for myprogram-0.1.0.0..
> [1 of 1] Compiling MyLib ( src/MyLib.hs, dist/build/MyLib.o )
>
> : error:
> Couldn't find a target code interpreter. Try with -fexternal-interpreter
For full logs, run 'nix log /nix/store/55g99xl2vs7qs58mgxrxr4k138pa87sp-myprogram-static-x86_64-unknown-linux-musl-0.1.0.0.drv'.
```