Skip to content

hardcoded binary path #103

@spiderbit

Description

@spiderbit

Inside nixos when the webserver tries to serve files it does not find the "/bin/cat" binary it apperently uses for that.

(setq elnode-send-file-program (locate-file "cat" exec-path))
(setq elnode-send-file-program "cat")

that or that solves that problem dont know which is the better fix, but both would be better than having a absolute path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions