aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Moc <personal@cdatgoose.org>2026-06-03 04:14:59 +0200
committerDavid Moc <personal@cdatgoose.org>2026-06-03 04:14:59 +0200
commitaba45a64364457f20e84de4189500f4426e11d53 (patch)
treefe42d47f01decd53e28bb187cd3d85de78035a46 /guix.scm
parentc1ccd38b31d722c843ab311338e2b8d1905eb8f8 (diff)
Added ffap and fixed an eval memory leakmain
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 6b312f7..12f4dc7 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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)))