guix/gnu
Jean-Pierre De Jesus DIAZ 12699cf858
services: nix: Point Nix to bin/bash.
The nix-service-type will create the nix.conf file pointing to
`bin/sh' file in the bash-minimal package, however this is a symbolic
link to `bin/bash' in that same package, so when the sandbox gets
created there will be a symlink in the Nix sandbox like this:

  drwxr-xr-x  2 nobody nogroup 4096 Sep 18 13:10 .
  drwxr-x--- 10 nobody nixbld  4096 Sep 18 13:10 ..
  lrwxrwxrwx  1 nobody nogroup    4 Jan  1  1970 sh -> bash

Making builds that depend on /bin/sh fail since /bin/bash does not
exist in the sandbox.

* gnu/services/nix.scm (nix-service-etc): Change ‘build-sandbox-paths’ to
point to ‘bin/bash’.

Change-Id: I9138e9b772b8468382cfde6d133f0758837d03ff
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-09-21 19:20:19 +02:00
..
bootloader system: Add u-boot-rock-4c-plus-rk3399. 2025-09-18 23:28:19 +02:00
build file-systems: Fix article usage in docstrings. 2025-09-21 19:08:33 +02:00
home Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
installer
machine
packages gnu: Add guile-usbrelay. 2025-09-21 19:14:44 +02:00
services services: nix: Point Nix to bin/bash. 2025-09-21 19:20:19 +02:00
system system: bare-bones: Remove Cuirass service. 2025-09-21 18:50:05 +02:00
tests Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: audiofile: Update to 0.3.6 [security-fix]. 2025-09-21 18:59:54 +02:00
machine.scm
packages.scm
services.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
system.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
tests.scm