From 4dba12c0cefbc6dde77c0f4ef63d039f525e26e1 Mon Sep 17 00:00:00 2001 From: Andreas Källberg Date: Fri, 8 Aug 2025 20:02:17 +0200 Subject: Add a nix flake for building with nix (#185) Also based on #165 --------- Co-authored-by: o1lo01ol1o Co-authored-by: Tim Pierson --- nix/expose-all.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nix/expose-all.patch (limited to 'nix/expose-all.patch') diff --git a/nix/expose-all.patch b/nix/expose-all.patch new file mode 100644 index 000000000..bca529157 --- /dev/null +++ b/nix/expose-all.patch @@ -0,0 +1,12 @@ +diff --git a/gf.cabal b/gf.cabal +index 0076e7638..8d3fe4b49 100644 +--- a/gf.cabal ++++ b/gf.cabal +@@ -168,7 +168,6 @@ Library + GF.Text.Lexing + GF.Grammar.Canonical + +- other-modules: + GF.Main + GF.Compiler + GF.Interactive \ No newline at end of file -- cgit v1.2.3