mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
fix debugger crashing while printing envs
fixes #9932
(cherry picked from commit 5ccb06ee1b
)
This commit is contained in:
parent
fea2043060
commit
631b2de30f
4 changed files with 21 additions and 4 deletions
|
@ -127,7 +127,8 @@ nix_tests = \
|
|||
toString-path.sh \
|
||||
read-only-store.sh \
|
||||
nested-sandboxing.sh \
|
||||
impure-env.sh
|
||||
impure-env.sh \
|
||||
debugger.sh
|
||||
|
||||
ifeq ($(HAVE_LIBCPUID), 1)
|
||||
nix_tests += compute-levels.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue