Skip to content

Commit 3ba8b89

Browse files
authored
readme: fix link to builtins.currentSystem (#132)
2 parents 700a0b2 + 8727a74 commit 3ba8b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [the `pkgs/by-name` Readme](https://github.com/NixOS/nixpkgs/blob/master/pkg
1515
The source code contains a `default.nix` file, which defines a Nix function.
1616

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

0 commit comments

Comments
 (0)