diff options
author | Aleksana | 2024-09-04 13:19:55 +0800 |
---|---|---|
committer | GitHub | 2024-09-04 13:19:55 +0800 |
commit | debde243a7fac26ffc4d8c9158511ce42a18806a (patch) | |
tree | 58ce124657258d3aa0527c81d09885d9619f63f2 /pkgs/shells | |
parent | 7f06d15798f7d0bb970dbb4e3b765e1cf6f12607 (diff) | |
parent | e9d0064b02c2d03b95ad73c1387f3d2a2c2ba1b1 (diff) |
murex: fix shellPackage check (#336428)
Diffstat (limited to 'pkgs/shells')
-rw-r--r-- | pkgs/shells/murex/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; + }; } |