From c31e8fe54f1c5295a1ddd4ed99b716df58f39150 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 29 Jul 2023 21:59:59 +0000 Subject: [PATCH] Update file flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 82eb5b1..ced806e 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ in { version = pkgs.buildGoModule { - pname = "version"; + name = "version"; # In 'nix develop', we don't need a copy of the source tree # in the Nix store. -- GitLab