Hi,
I currently cannot uninstall a prerelease version in an environment:
± flox --version Version: 0.0.8-r113
± flox list -e default default etorreborre/scala etorreborre/default
etorreborre/default
Alias default
System x86_64-darwin
Path /Users/etorreborre/.local/share/flox/environments/etorreborre/default
Curr Gen 117
Packages
0 stable.etorreborre.cheat-sh
1 stable.etorreborre.cmt
2 unstable.flox.flox-prerelease
3 stable.nixpkgs-flox.bat
4 stable.nixpkgs-flox.curl
5 stable.nixpkgs-flox.direnv
... etc
± flox rm 2 -e default warning: ignoring untrusted substituter 'https://cache.floxdev.com'
warning: ignoring untrusted substituter 'https://cache.floxdev.com'
No environment changes detected .. exiting
± flox list -e default default etorreborre/scala etorreborre/default
etorreborre/default
Alias default
System x86_64-darwin
Path /Users/etorreborre/.local/share/flox/environments/etorreborre/default
Curr Gen 117
Packages
0 stable.etorreborre.cheat-sh
1 stable.etorreborre.cmt
2 unstable.flox.flox-prerelease
3 stable.nixpkgs-flox.bat
4 stable.nixpkgs-flox.curl
5 stable.nixpkgs-flox.direnv
... etc
And if I try an upgrade I get
± flox upgrade -e default warning: ignoring untrusted substituter 'https://cache.floxdev.com'
warning: ignoring untrusted substituter 'https://cache.floxdev.com'
error: path '/nix/store/clhs1awgifyyzcd75f29r3i55ah89x7v-flox-prerelease-0.1.0-r260-0.0.8-r124' does not exist and cannot be created
I wonder if I should nuke everything and start anew since I have been going through some major flox changes.
BTW I actually wanted to remove the unstable version because of this issue
○ flox --version Version: 0.1.0-r254-0.0.8-r123
○ flox list -e default ERROR: Unable to open bash flox meta
What do you think?