mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-06 16:03:10 +00:00
nix: fix nix run by setting mainProgram to waku
Otherwise it fails with: ``` > nix run github:status-im/go-waku error: unable to execute '/nix/store/xsmhw1yqz5w9bdgfsprxmhcycl7011wz-go-waku/bin/go-waku': No such file or directory > ls -l /nix/store/xsmhw1yqz5w9bdgfsprxmhcycl7011wz-go-waku/bin total 37914 -r-xr-xr-x 1 root root 38775544 Jan 1 1970 waku ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
349e22bbe8
commit
38de4938af
@ -26,6 +26,8 @@
|
||||
doCheck = false;
|
||||
# FIXME: This needs to be manually changed when updating modules.
|
||||
vendorSha256 = "sha256-TvQfLQEYDujfXInQ+i/LoSGtedozZvX8WgzpqiryYHY=";
|
||||
# Fix for 'nix run' trying to execute 'go-waku'.
|
||||
meta = { mainProgram = "waku"; };
|
||||
};
|
||||
in rec {
|
||||
packages = forAllSystems (system: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user