From 185e00e77e05f7fd905962d0555eba9887a8b14a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 4 Jul 2024 13:57:59 -0700 Subject: check for broken links --- content/notes/working-with-nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/notes') diff --git a/content/notes/working-with-nix.md b/content/notes/working-with-nix.md index 7da8ec7..1f5da81 100644 --- a/content/notes/working-with-nix.md +++ b/content/notes/working-with-nix.md @@ -28,7 +28,7 @@ In the repository, running `nix develop --build` will build the binary ### for Go For Go, there's the `buildGoModule`. Looking at the -[source](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/go-modules/generic/default.nix) +[source](https://github.com/NixOS/nixpkgs/blob/fb7287e6d2d2684520f756639846ee07f6287caa/pkgs/development/go-modules/generic/default.nix) we can see there's a definition of what will be done for each phases. As a result, we don't have to define them ourselves. -- cgit 1.4.1