From e9d0064b02c2d03b95ad73c1387f3d2a2c2ba1b1 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 22 Aug 2024 09:55:50 +1000 Subject: [PATCH] murex: make package a shellPackage --- pkgs/shells/murex/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/shells/murex/default.nix b/pkgs/shells/murex/default.nix index 66d24292ce8a..871b07bc6e03 100644 --- a/pkgs/shells/murex/default.nix +++ b/pkgs/shells/murex/default.nix @@ -25,4 +25,8 @@ buildGoModule rec { license = licenses.gpl2Only; maintainers = with maintainers; [ dit7ya kashw2 ]; }; + + passthru = { + shellPath = "/bin/murex"; + }; }