Closed Libadoxon closed 3 months ago
wooops yeah that's pretty cringe
the go install
command installs it?
the binary is technically meant only for development anyway
(specifically, it's used to generate data from the wiki files, see
so is there a way to disable the building of it? A flag or something?
well if you're building from source building that binary is necessary the issue is more that it somehow adds itself to the PATH
That's because nix thinks anything that is build should be be added the users path. The binary needs to be deleted in a phase/hook. I will open a pull request fixing this soon
Both packages provide a binary named
generate
. This causes a collision when usinghome-manager
onNixOs
. I don't know what it does or if it needs to be in the users PATH, both forhyprls
andgolines
. The namegenerate
is also very generic so I think its likely that there will be more collisions in the future. So renaming it should be considered, I would say.