Skip to content

Commit

Permalink
Add nix flake update to upgrade instructions (#125)
Browse files Browse the repository at this point in the history
Nix does not always update transitive dependencies of an input per
flox/flox#2457

Running `nix flake lock --update-input flox` didn't fix the issue, but
we think `nix flake update` did.
  • Loading branch information
mkenigs authored Feb 5, 2025
1 parent ed156f4 commit f4ccf25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install-flox.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,10 @@ description: Install or upgrade Flox
...
```

Nix does not always update transitive dependencies when the version is
changed,
so to ensure all updates are applied, run `nix flake update`.

## Uninstall Flox

While we are sad we see you uninstalling `flox` we would like **thank you**
Expand Down

0 comments on commit f4ccf25

Please sign in to comment.