Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 28, 2023
1 parent a2b74b2 commit 80da86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_invalid_nixpkgs_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cp tests/invalid_nixpkgs_package/default.nix default.nix
# derivation doesn't rely on `nixpkgs`, we can easily relocate the
# `/nix/store` path in the Bazel sandbox.
#
# NOTE: The MacOS version of sed does not like to appear after the commands.
# Also, it requires a value for the suffix.
# NOTE: The MacOS version of sed does not like the -i flag to appear after the
# commands. Also, it requires a value for the suffix.
sed -i.bak "s;COREUTILS-ABS-PATH;${PWD}/external/coreutils_static/bin/;g" default.nix

# Bring a specific version of Nix which can be executed in the Bazel
Expand Down

0 comments on commit 80da86b

Please sign in to comment.