From 85ddc69cfd12579fce27156daff312fad051620d Mon Sep 17 00:00:00 2001 From: xenofem Date: Sat, 29 Jun 2024 15:45:45 -0400 Subject: [PATCH] symlinkJoin does specifically want a name though :/ --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index eb223b0..0eda2ee 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ packages.x86_64-linux.${pname} = pkgs.symlinkJoin { inherit pname version; + name = "${pname}-${version}"; paths = [ packages.x86_64-linux."${pname}-unwrapped" ]; buildInputs = [ pkgs.makeWrapper ]; postBuild = ''