Remove FIXME notice for reproducibility

It already is reproducible (I added the comment before adding
gitignoreSource).
This commit is contained in:
Simon Bruder 2021-01-20 20:21:40 +01:00
parent 65d1f12e81
commit ca0d9ed47b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -11,7 +11,7 @@ in
pkgs.buildGoModule {
name = "bang-evaluator";
src = gitignoreSource ./.; # FIXME: reproducibility
src = gitignoreSource ./.;
subPackages = [ "." ];