From ee399c90a24cc283812fecbc5580c1e36841f27d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 27 Mar 2026 13:29:17 +0100 Subject: Remove comment (guix) --- guix.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/guix.scm b/guix.scm index f5e2d83..06e851c 100644 --- a/guix.scm +++ b/guix.scm @@ -169,9 +169,6 @@ access to Gemini models.") #~(modify-phases %standard-phases (delete 'configure) (delete 'build) - ;; (add-after 'unpack 'make-files-writable - ;; (lambda _ - ;; (for-each make-file-writable (find-files ".")))) (add-after 'unpack 'patch-sources (lambda* (#:key inputs outputs #:allow-other-keys) (let ((inetutils (assoc-ref inputs "inetutils"))) -- cgit 1.4.1