Remove FIXME notice for reproducibility
It already is reproducible (I added the comment before adding gitignoreSource).
This commit is contained in:
parent
65d1f12e81
commit
ca0d9ed47b
|
@ -11,7 +11,7 @@ in
|
|||
pkgs.buildGoModule {
|
||||
name = "bang-evaluator";
|
||||
|
||||
src = gitignoreSource ./.; # FIXME: reproducibility
|
||||
src = gitignoreSource ./.;
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue