https://github.com/hzeller/nix-xls-build
https://github.com/hzeller/nix-xls-build
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hzeller/nix-xls-build
- Owner: hzeller
- Created: 2024-03-03T21:47:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T22:45:51.000Z (7 months ago)
- Last Synced: 2025-03-27T01:51:34.819Z (6 months ago)
- Language: Nix
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
My local hacks to make xls compile on nix.
In your xls checkout, link/copy the shell.nix and nix/
directory to the root of the xls checkout.Since bazel downloads random non-hermetic dynamically
linked binaries, this requiresprograms.nix-ld.enable = true
to be set in your configuration.nix