about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm3
1 files changed, 0 insertions, 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")))