guix: switch to guix shell

This commit is contained in:
tobtoht
2025-07-24 14:32:25 +02:00
parent fbc242d52d
commit 149ba2666a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -374,7 +374,7 @@ EOF
# Run the build script 'contrib/guix/libexec/build.sh' in the build
# container specified by 'contrib/guix/manifest.scm'.
#
# Explanation of `guix environment` flags:
# Explanation of `guix shell` flags:
#
# --container run command within an isolated container
#
@@ -437,7 +437,7 @@ EOF
# more information.
#
# shellcheck disable=SC2086,SC2031
time-machine environment --manifest="${PWD}/contrib/guix/manifest.scm" \
time-machine shell --manifest="${PWD}/contrib/guix/manifest.scm" \
--container \
--pure \
--no-cwd \