Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Sep 11, 2024
1 parent 2754111 commit 0b4a6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/nix_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ done
# TODO: port to NixOS somehow; ideally we'd run the test suite in a non-NixOS VM
if [[ isTestOnNixOS ]]; then
mkdir -p $NIX_STATE_DIR/profiles/per-user/root/channels/nixpkgs
# check that the default values are set
[[ $(nix-instantiate --eval -E 'with builtins; length nixPath') = 2 ]]
# setting anything overrides the default paths
# this ensures we can force an empty search path
Expand Down

0 comments on commit 0b4a6ed

Please sign in to comment.