{ writeShellApplication, # Dependencies coreutils, fd, gnugrep, bat-extras, # For `batgrep` bat, # used by batgrep gnused, # required by batgrep }: writeShellApplication { name = "fupdate-flake"; text = builtins.readFile ./fupdate-flake.sh; inheritPath = false; runtimeInputs = [ coreutils fd gnugrep bat-extras.batgrep bat # Used by `batgrep` gnused # Required by `batgrep` ]; }