Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 6 lines 243 B view raw
1addChickenRepositoryPath() { 2 addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11" 3 addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share" 4} 5 6addEnvHooks "$targetOffset" addChickenRepositoryPath