Not able to run the portable version on NixOS #4838
-
DetailsWhen I try to execute the portable version under the NixOS it says the file doesn't exist. Steps to reproduceDownload the portable Linux version and try to execute: Using zsh:
If I use bash:
Operating system
SQLiteStudio version3.4.4 More context
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is the problem. You need these files and either they are in packages, that you don't have installed yet, or they are in directories, that aren't in |
Beta Was this translation helpful? Give feedback.
-
If the version is "portable", I would expect these dependencies to be included in the final package. However, if that's not feasible, please follow the
Note that this For the NixOS users, just put this file on the root of SQLiteStudio and run
Maybe it would be a good idea to make an official package for NixOS: Or, at least, it would be nice to include this |
Beta Was this translation helpful? Give feedback.
-
Related: NixOS/nixpkgs#126536 |
Beta Was this translation helpful? Give feedback.
If the version is "portable", I would expect these dependencies to be included in the final package. However, if that's not feasible, please follow the
shell.nix
that I've constructed after much trial and error, along with an extended conversation with ChatGPT (however I'm not sure if this is the best optimized option):