Skip to content

Commit

Permalink
Remove nix-build out-link from the output directory.
Browse files Browse the repository at this point in the history
`nix-build` by default creates a symlink to the store path in the
current directory.
  • Loading branch information
Profpatsch committed Aug 29, 2018
1 parent fb89dc9 commit 8cb9314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _nixpkgs_package_impl(ctx):
"-A", ctx.attr.attribute_path
if ctx.attr.nix_file or ctx.attr.nix_file_content
else ctx.attr.attribute_path or ctx.attr.name,
"--no-out-link",
])

# If neither repository or path are set, leave empty which will use
Expand Down

0 comments on commit 8cb9314

Please sign in to comment.