diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2025-08-08 20:02:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 20:02:17 +0200 |
| commit | 4dba12c0cefbc6dde77c0f4ef63d039f525e26e1 (patch) | |
| tree | 86033bad57c7e18c8084b5c976ac92203f916ff3 /nix/expose-all.patch | |
| parent | 5ca230dd2a7b5481ce29a2e015771289b4acb776 (diff) | |
Add a nix flake for building with nix (#185)
Also based on #165
---------
Co-authored-by: o1lo01ol1o <tim.pierson@gmail.com>
Co-authored-by: Tim Pierson <o1lo01ol1o@users.noreply.github.com>
Diffstat (limited to 'nix/expose-all.patch')
| -rw-r--r-- | nix/expose-all.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
