{ pkgs, ... }: pkgs.writeShellApplication { name = "run-with-docker-group"; text = builtins.readFile ./run-with-docker-group.sh; }