File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2525 # #mirror
2626 # GUIX_GIT_REPO="https://github.com/Millak/guix"
2727 GUIX_LATEST_SHA=" $( git ls-remote " ${GUIX_GIT_REPO} " ' HEAD' | grep -w ' HEAD' | head -n 1 | awk ' {print $1}' | tr -d ' [:space:]' ) "
28+ # #Daemon: https://github.com/metacall/guix/blob/master/scripts/entry-point.sh
29+ " /root/.config/guix/current/bin/guix-daemon" --build-users-group=" guixbuild" &
2830 GIT_CONFIG_PARAMETERS=" 'filter.blob:none.enabled=true'" guix pull --url=" ${GUIX_GIT_REPO} " --commit=" ${GUIX_LATEST_SHA} " --cores=" $(( $(nproc)+ 1 )) " --max-jobs=" 2" --disable-authentication &
2931 sudo GIT_CONFIG_PARAMETERS=" 'filter.blob:none.enabled=true'" guix pull --url=" ${GUIX_GIT_REPO} " --commit=" ${GUIX_LATEST_SHA} " --cores=" $(( $(nproc)+ 1 )) " --max-jobs=" 2" --disable-authentication &
3032 wait ; guix --version
You can’t perform that action at this time.
0 commit comments