mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-11 14:24:33 +00:00
fix: dockerfile (#1105)
This commit is contained in:
parent
05d247d272
commit
5ceb61766c
@ -2,6 +2,5 @@ README.md
|
||||
Dockerfile
|
||||
.*ignore
|
||||
LICENSE*
|
||||
tests
|
||||
examples
|
||||
*.db
|
||||
|
@ -29,7 +29,7 @@
|
||||
];
|
||||
doCheck = false;
|
||||
# FIXME: This needs to be manually changed when updating modules.
|
||||
vendorSha256 = "sha256-sl46fu5IGxjGNERJxRFb1ujdRvPf9AZlwKR2z/F5/lI=";
|
||||
vendorSha256 = "sha256-FNG4fq7B2/86Mhk1vgFTcsgQ6Xg1A6W0PrmY82iUTro=";
|
||||
# Fix for 'nix run' trying to execute 'go-waku'.
|
||||
meta = { mainProgram = "waku"; };
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user