Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(nix): pkgs.system -> pkgs.stdenv.hostPlatform.system (#309)
* docs(nix): `pkgs.system` -> `pkgs.stdenv.hostPlatform.system` `pkgs.system` is not generally recommended. It's usually better to explicitly using the "host platform" system from `pkgs.stdenv`. This is required to support cross-compile, for example. * docs(nix): define package in `let-in` block * docs(nix): define `system` in `let-in` block * docs(nix): use github-admonition for truststore note * docs(nix): add note regarding `specialArgs` * docs(nix): simplify version string No need to interpolate a string into a string 😁 * docs(nix): simplify input flakeref url This is the preferred syntax for github-based flake refs. * docs(nix): fix typo `umu= {` -> `umu = {`
- Loading branch information