You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using nixvim as a separate flake from main nixos flake, and nixvim gets cleaned once I do nix-store --gc.
How can I prevent this?
On the other hand, nixvim leaves a lot of store garbage, as I frequently modify my config and it creates store entries on every rebuild. It would be great to keep only the latest actual store.
Is it possible to implement this without some crazy overengineered solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using nixvim as a separate flake from main nixos flake, and nixvim gets cleaned once I do
nix-store --gc
.How can I prevent this?
On the other hand, nixvim leaves a lot of store garbage, as I frequently modify my config and it creates store entries on every rebuild. It would be great to keep only the latest actual store.
Is it possible to implement this without some crazy overengineered solution?
Beta Was this translation helpful? Give feedback.
All reactions