Hacker symbol

June 6, 2024 ~ 1 min read

lib.getExe


Useful function that avoids writing the path of the binary of the derivation

#old
"${pkgs.go_1_21}/bin/go"
#new
lib.getExe pkgs.go_1_21

Sebastian BolaƱos

Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.