From f4ccf25b8ca41584179b78f49721e6ed645c6d7d Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Wed, 5 Feb 2025 10:23:57 -0700 Subject: [PATCH] Add `nix flake update` to upgrade instructions (#125) Nix does not always update transitive dependencies of an input per https://github.com/flox/flox/issues/2457 Running `nix flake lock --update-input flox` didn't fix the issue, but we think `nix flake update` did. --- docs/install-flox.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install-flox.md b/docs/install-flox.md index 1448622..458f005 100644 --- a/docs/install-flox.md +++ b/docs/install-flox.md @@ -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**