Remove FIXME notice for reproducibility

It already is reproducible (I added the comment before adding
gitignoreSource).
hydra
Simon Bruder 2021-01-20 20:21:40 +01:00
parent 65d1f12e81
commit ca0d9ed47b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

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