Skip to content

Commit

Permalink
readme: fix link to builtins.currentSystem (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 3, 2024
2 parents 700a0b2 + 8727a74 commit 3ba8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [the `pkgs/by-name` Readme](https://github.com/NixOS/nixpkgs/blob/master/pkg
The source code contains a `default.nix` file, which defines a Nix function.

The function takes an attribute set with at least these attributes as its argument:
- `system` (String, defaults to [`builtins.currentSystem`](https://nixos.org/manual/nix/stable/language/builtin-constants.html#builtins-currentSystem)):
- `system` (String, defaults to [`builtins.currentSystem`](https://nix.dev/manual/nix/stable/language/builtin-constants#builtins-currentSystem)):
The [`system`](https://nixos.org/manual/nix/stable/language/derivations#attr-system)
to build the resulting derivation with.

Expand Down

0 comments on commit 3ba8b89

Please sign in to comment.