I only understand half of these words but I noticed Inscryption, so you got me.
What are flakes and what does it mean to be reproducible?
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
I only understand half of these words but I noticed Inscryption, so you got me.
What are flakes and what does it mean to be reproducible?
Nix is a functional programming language / package manager, which allows you to build software reproducible.
For example, one developer has version 1.1 of a dependency installed and a second developer has version 1.2 of the same dependency installed. Both build the software from source and get a different result.
This can lead to "but it works on my machine" bugs. Nix mitigates this and ensures that all devs have the exact same versions and the build process produces the same output.
In theory these kind of bugs can now only happen because of hardware fault.
For game piracy this should streamline the installation process. You can just run one command and the game works and you don't have to tinker around to find out why it does not work for you.