You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/languages/go.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ sandbox = "pure"
93
93
94
94
### Nix expression builds
95
95
96
-
To build a project using [`buildGoModule`](https://nixos.org/man/nixpkgs/stable/#sec-language-go) which will import your existing dependency file, but you will need to [update the hash][nix-expression-hashes]:
96
+
To build a project using [`buildGoModule`](https://nixos.org/manual/nixpkgs/stable/#sec-language-go) which will import your existing dependency file, but you will need to [update the hash][nix-expression-hashes]:
Copy file name to clipboardExpand all lines: docs/languages/nodejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ sandbox = "pure"
76
76
77
77
### Nix expression builds
78
78
79
-
To build a project using [`buildNpmPackage`](https://nixos.org/man/nixpkgs/stable/#language-javascript) which will import your existing dependency file:
79
+
To build a project using [`buildNpmPackage`](https://nixos.org/manual/nixpkgs/stable/#language-javascript) which will import your existing dependency file:
0 commit comments