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
Hello there. I'm trying to make this package work with nixos.
Here to ask for small script changes to make installation truly effortless.
I attach flake.nix and default.nix to this post.
What is the problem, exactly? After running nix build, I should run nix run from the package directory. Here it is:
result folder auto-generates after nix build. And nix run (also from the same directory because it relies on flakes) launches the installation process. The problem is that install script in the repo has $pwd varriable in it which represents the current directory. And then the script relies on folders which should be in that directory, namely fonts and files.
As you can see, looking at the tree, there is no such directories (they are in result folder).
Work around is to go to result and then ./bin/rofi-extended and then all installs as should, but i don't like this approach, so here I am, asking for help :)
Btw, I not feel like maintaining this nix package myself, so if there are volunteers or developers themselves, please, feel free to take my code.
Hello there. I'm trying to make this package work with nixos.
Here to ask for small script changes to make installation truly effortless.
I attach
flake.nix
anddefault.nix
to this post.What is the problem, exactly? After running
nix build
, I should run nix run from the package directory. Here it is:result
folder auto-generates afternix build
. Andnix run
(also from the same directory because it relies on flakes) launches the installation process. The problem is that install script in the repo has$pwd
varriable in it which represents the current directory. And then the script relies on folders which should be in that directory, namelyfonts
andfiles
.As you can see, looking at the tree, there is no such directories (they are in
result
folder).Work around is to go to result and then
./bin/rofi-extended
and then all installs as should, but i don't like this approach, so here I am, asking for help :)Btw, I not feel like maintaining this nix package myself, so if there are volunteers or developers themselves, please, feel free to take my code.
default.nix
flake.nix
The text was updated successfully, but these errors were encountered: