diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
| commit | aba45a64364457f20e84de4189500f4426e11d53 (patch) | |
| tree | fe42d47f01decd53e28bb187cd3d85de78035a46 /guix.scm | |
| parent | c1ccd38b31d722c843ab311338e2b8d1905eb8f8 (diff) | |
Added ffap and fixed an eval memory leakmain
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ (string-match "/Makefile$" file) (string-match "/LICENSE$" file) (string-match "/README\\.md$" file) + (string-match "/compile_flags\\.txt$" file) (string-match "/manifest\\.scm$" file) (string-match "/guix\\.scm$" file) (string-match "/\\.gitignore$" file))) |
