diff --git a/.dockerignore b/.dockerignore index c881e2e5..8a5e0577 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,5 @@ README.md Dockerfile .*ignore LICENSE* -tests examples *.db diff --git a/flake.nix b/flake.nix index f4e9136d..4b4a3e4b 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };