{ writeShellApplication, coreutils, nix, ... }: writeShellApplication { name = "personal-cache"; runtimeInputs = [ coreutils nix ]; text = builtins.readFile ../scripts/personal-cache.sh; }