{pkgs, ...}: pkgs.writeShellApplication { name = "active-path"; runtimeInputs = [pkgs.procps]; text = builtins.readFile ./active-path; }