Update flake.nix- Add reason edition. (#284)

This commit is contained in:
Pol Dellaiera 2022-02-23 08:30:57 +01:00 committed by GitHub
parent 5aefd03b9a
commit ff05f34839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@
]; ];
}; };
editions = [ null "scala" "ocaml" ]; editions = [ null "scala" "ocaml" "reason" ];
in { in {
packages = lib.listToAttrs (map (edition: { packages = lib.listToAttrs (map (edition: {