nix-community / comma

Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
1.09k stars 48 forks source link

Index.rs: Add db writeability check #34

Closed cyntheticfox closed 1 year ago

cyntheticfox commented 2 years ago

Add a writeability check to the is_database_old function in case the database is managed externally (such as being in the /nix/store directory).

Closes #33

Signed-off-by: David Houston houstdav000@gmail.com

Artturin commented 1 year ago

Thanks