Files
nur/README.md

20 lines
784 B
Markdown
Raw Normal View History

2026-05-25 18:20:05 -04:00
# Miller Nix User Repository
2026-05-25 18:13:13 -04:00
Designed and developed by Wyatt J. Miller
2026-05-25 18:14:28 -04:00
2026-05-25 18:13:13 -04:00
Copyright 2026, all rights reserved
2026-05-25 18:14:28 -04:00
2026-05-25 18:13:13 -04:00
Licensed by the EPL 2.0
## What is this?
These are Nix packages that are not in Nixpkgs but I still want to be accessible in a binary cache. More Nix packages to come!
2026-05-25 18:17:31 -04:00
This issue came about when I had several computers compiling the same Nix packages (and overlays) over and over. Knowing a Nix binary cache and Nix substitutions existed, I knew I had to scratch my own itch.
2026-05-25 18:13:13 -04:00
Viewers are able to use these Nix packages and stand up their own Nix binary cache themselves (adhering to the license).
## Attribution
Thank you [Cachix](https://github.com/cachix) and [zhaofengli](https://github.com/zhaofengli) to providing the necessary infrastruce to make this possible!