Domen Kožar
Domen Kožar
Start with a simple one and have a more complicated one as a bonus (nixos, darwin).
https://drone.thalheim.io/Mic92/vmsh/896/1/2 https://github.com/Mic92/vmsh/pull/274/files#diff-b54b39f1afced2465e1f3641db9d5bbf4f3a7fcf890996dfedd3c197bcb7f8c7R19
- nix-build-uncached -
Document how to use Cachix to implement simple way to distribute software using binaries only, when the client doesn't need the source.
https://www.reddit.com/r/haskell/comments/hywzq4/is_there_an_easierefficient_way_to_run_haskell/ Please leave a thumb up if you'd like this to be written.
It would be helpful for those new to Nix to dive into the basics and also how it all works together. - https://discourse.nixos.org/t/how-does-nix-choose-a-substituter-when-there-is-more-than-one-choice/3658/8
- `cachix use --mode nixos` should write the configuration files for substituting things on those machines - `cachix watch-store` should push all newly built stuff to Cachix
Requested by @ocharles