0
0
mirror of https://github.com/monero-project/monero synced 2025-10-06 00:32:44 +02:00

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

View File

@@ -374,7 +374,7 @@ EOF
# Run the build script 'contrib/guix/libexec/build.sh' in the build # Run the build script 'contrib/guix/libexec/build.sh' in the build
# container specified by 'contrib/guix/manifest.scm'. # container specified by 'contrib/guix/manifest.scm'.
# #
# Explanation of `guix environment` flags: # Explanation of `guix shell` flags:
# #
# --container run command within an isolated container # --container run command within an isolated container
# #
@@ -437,7 +437,7 @@ EOF
# more information. # more information.
# #
# shellcheck disable=SC2086,SC2031 # shellcheck disable=SC2086,SC2031
time-machine environment --manifest="${PWD}/contrib/guix/manifest.scm" \ time-machine shell --manifest="${PWD}/contrib/guix/manifest.scm" \
--container \ --container \
--pure \ --pure \
--no-cwd \ --no-cwd \

View File

@@ -12,7 +12,7 @@ source contrib/shell/git-utils.bash
# Although Guix _does_ set umask when building its own packages (in our case, # Although Guix _does_ set umask when building its own packages (in our case,
# this is all packages in manifest.scm), it does not set it for `guix # this is all packages in manifest.scm), it does not set it for `guix
# environment`. It does make sense for at least `guix environment --container` # shell`. It does make sense for at least `guix shell --container`
# to set umask, so if that change gets merged upstream and we bump the # to set umask, so if that change gets merged upstream and we bump the
# time-machine to a commit which includes the aforementioned change, we can # time-machine to a commit which includes the aforementioned change, we can
# remove this line. # remove this line.