Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/concepts/nix-expression-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ diff -ru hello-2.12.2/tests/hello-1 hello-patched/tests/hello-1
Typically you would only override specific attributes of an existing package, which allows you to continue benefiting from upstream changes and surface failures if there are any conflicts, but if you want to copy a package to make more fundamental changes or because it's being removed upstream:

```{ .sh .copy }
mkdir -p .flox/pkgs
EDITOR=cat \
nix --extra-experimental-features "nix-command flakes" \
edit 'nixpkgs#hello' \
Expand Down