Skip to content

Commit 1b52669

Browse files
committed
Fix a remote build awareness warning
1 parent 279b6f6 commit 1b52669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ rec {
198198
# (see https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#trailing-whitespace).
199199
# So, remove the trailing newline already here to avoid that an
200200
# unnecessary change is shown in Git.
201-
${pkgs.gnused}/bin/sed -i '$d' Cargo.nix
201+
${pkgsLocal.gnused}/bin/sed -i '$d' Cargo.nix
202202
'';
203203
}

0 commit comments

Comments
 (0)