{ writeShellApplication, # Dependencies coreutils, }: writeShellApplication { name = "battery"; text = builtins.readFile ./battery.sh; inheritPath = false; runtimeInputs = [coreutils]; }