Closed ghost closed 2 years ago
yaaaay, it's visible in the repositories badge, thank you very much, we are slowly spreading! :)
There is a problem with the default config file found in /usr/share/sov/
. Since nix generates closed environments for each package, when you install sov the config file gets saved in /nix/store/<some-hash>-sov-<version>/usr/share/sov/config
while sov
expects them in /usr/share/sov/config
. This means that if you launch the program it starts with no default configuration.
I'll look at into it.
alright ill substitute the path for the nix store location https://github.com/NixOS/nixpkgs/pull/178882
So you are building the package instead of downloading the released binary, correct?
Moreover I'd suggest to add a parameter in the compilation since patches are precarious and need maintenence.
that's correct. could you make a new issue for that just to increase visibility, I'll look at making a pr for it, but for now this is ok.
I created a nixpkg for this project its currently in nix unstable