let pkgs = import {}; in pkgs.writeShellScriptBin "env" '' source ${(import ./shell.nix).inputDerivation} exec ${pkgs.runtimeShell} "$@" ''