From b866fdbb38397c342a1804e148dd4fa1e6330f8b Mon Sep 17 00:00:00 2001 From: xenofem Date: Sat, 29 Jun 2024 15:42:33 -0400 Subject: [PATCH] replace name with pname/version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 713495e..eb223b0 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ } // buildDeps); packages.x86_64-linux.${pname} = pkgs.symlinkJoin { - name = "${pname}-${version}"; + inherit pname version; paths = [ packages.x86_64-linux."${pname}-unwrapped" ]; buildInputs = [ pkgs.makeWrapper ]; postBuild = ''