1 2 3 4 5 6
{writeShellApplication, ...}: writeShellApplication { name = "lustrate"; runtimeInputs = []; text = import ./filters.nix + builtins.readFile ./lustrate.sh; }