diff options
-rw-r--r-- | scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in index ebb0a01..0adb64c 100644 --- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in +++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in @@ -22,6 +22,9 @@ ;;; along with the guix-data-service. If not, see ;;; <http://www.gnu.org/licenses/>. +(setvbuf (current-output-port) 'line) +(setvbuf (current-error-port) 'line) + (use-modules (srfi srfi-1) (srfi srfi-11) (srfi srfi-37) |