fix: dockerfile (#1105)

This commit is contained in:
richΛrd 2024-05-21 14:28:37 -04:00 committed by GitHub
parent 05d247d272
commit 5ceb61766c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,5 @@ README.md
Dockerfile
.*ignore
LICENSE*
tests
examples
*.db

View File

@ -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"; };
};