Rename fiels to protect them from Guix reading them

This commit is contained in:
retropikzel 2024-10-11 08:47:19 +03:00
parent 60f912bfbb
commit 2cddfd9adc
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
(srfi 13) (srfi 13)
(srfi 14)) (srfi 14))
(include "licenses.scm") (include "licenses.data-scm")
(define tmpdir (list-ref (command-line) 1)) (define tmpdir (list-ref (command-line) 1))
(if (not (file-exists? "repo.scm")) (error "No repo.scm found")) (if (not (file-exists? "repo.scm")) (error "No repo.scm found"))