diff --git a/cmd/fpkg/install.go b/cmd/fpkg/install.go index 7c06461..85cc72c 100644 --- a/cmd/fpkg/install.go +++ b/cmd/fpkg/install.go @@ -165,6 +165,8 @@ func actionInstall(args []string) { "rm -rf .local/state/{nix,home-manager}", // run activation script bundle.ActivationPackage + "/activate", + // deduplicate nix store + "nix store optimise", }, false, func(config *fst.Config) *fst.Config { return config }, bundle, pathSet, dropShellActivate, cleanup) /*