mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Run 'guix' with '--no-auto-compile'.
* scripts/guix.in: Change '-s' to '--no-auto-compile'. This avoids annoying messages about auto-compilation, and avoids permission denied issues when running without write access in the usual places.
This commit is contained in:
parent
8bc755c08c
commit
dadee6cd6e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!@GUILE@ -s
|
||||
#!@GUILE@ --no-auto-compile
|
||||
-*- scheme -*-
|
||||
!#
|
||||
;;; GNU Guix --- Functional package management for GNU
|
||||
|
|
Loading…
Reference in a new issue