From 370c52bdcc15831463723e047e210fc43a284667 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 Nov 2021 10:18:49 +0000 Subject: gitea: configure guix channels --- run_gitea.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'run_gitea.sh') diff --git a/run_gitea.sh b/run_gitea.sh index 40d4f73..472bef4 100755 --- a/run_gitea.sh +++ b/run_gitea.sh @@ -1,2 +1,5 @@ #!/bin/sh -/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/home/shepherd/guix-profiles/gitea/bin/guix build -L /home/shepherd/guix-bioinformatics gitea)/bin/gitea --port 3300' +# This version for the gitea guix profile which includes guix-bioinformatics, using gitea-channels.scm. +/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea /home/shepherd/guix-profiles/gitea/bin/guix environment --ad-hoc gitea -- gitea --port 3300' + +#/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/home/shepherd/guix-profiles/gitea/bin/guix build -L /home/shepherd/guix-bioinformatics gitea)/bin/gitea --port 3300' -- cgit v1.2.3