| 12 May 2023 |
Mic92 | it might be also easier to use if the fetcher would just exposed as packages.fetchSteam instead of having to use an overlay, which hides the origin of the function. | 06:35:39 |
Mic92 | * it might be also easier to use if the fetcher would just exposed as packages.<system>.fetchSteam instead of having to use an overlay, which hides the origin of the function. | 06:35:50 |
Mic92 | Just make sure you don't upload any assets to the repository that are not redistributable. We had one instance of DMCA for nix-community already. If you are planning to do that it would be better not in this org. | 06:36:59 |
Mic92 | * it might be also easier to use if the fetcher would just exposed as packages.<system>.fetchSteam instead of having to use an overlay, which hides the origin of the function when being imported into a larger project. | 06:37:23 |
aidalgol | No intention to upload any assets. | 10:30:41 |
aidalgol | In reply to@joerg:thalheim.io it might be also easier to use if the fetcher would just exposed as packages.<system>.fetchSteam instead of having to use an overlay, which hides the origin of the function when being imported into a larger project. I had tried that initially, but nixpkgs.config.allowUnfree was not having any effect on the non-free package in the flake. See https://discourse.nixos.org/t/using-unfree-packages-from-flakes/27372 | 10:32:11 |
Mic92 | aidalgol: you maybe want to consider this than: https://github.com/numtide/nixpkgs-unfree | 10:48:52 |
Mic92 | It's also baked by a binary cache | 10:49:06 |