From aba45a64364457f20e84de4189500f4426e11d53 Mon Sep 17 00:00:00 2001 From: David Moc Date: Wed, 3 Jun 2026 04:14:59 +0200 Subject: Added ffap and fixed an eval memory leak --- guix.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix.scm') 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))) -- cgit v1.2.3