Skip to content

Commit

Permalink
Update builder/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored May 4, 2024
1 parent ab23a11 commit e50becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let
(name: value: (
''
mkdir -p $(dirname vendor/${name})
# sometimes the symlink already exists, so we ignore the error
# it could fail for overlapped modules, see: https://github.com/nix-community/gomod2nix/pull/156
ln -s ${pwd + "/${value.path}"} vendor/${name} || true
''
))
Expand Down

0 comments on commit e50becd

Please sign in to comment.