File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ handle importType = case _ of
130130
131131 -- We'll receive this message if we try to clone a repo which doesn't
132132 -- exist, which is interpreted as an attempt to fetch a private repo.
133- let missingRepoErr = " fatal: could not read Username for 'https://github.com': terminal prompts disabled"
133+ let missingRepoErr = " fatal: could not read Username for 'https://github.com': terminal prompts disabled"
134134
135135 if String .contains (String.Pattern missingRepoErr) (Aff .message error) then
136136 Except .throw $ InaccessibleRepo { owner, repo }
Original file line number Diff line number Diff line change 289289 # according to the env.example file, or to the values explicitly set below
290290 # (e.g. DHALL_PRELUDE and DHALL_TYPES).
291291 defaultEnv = parseEnv ./.env.example // {
292- inherit DHALL_PRELUDE DHALL_TYPES GIT_LFS_SKIP_SMUDGE GIT_TERMINAL_PROMPT ;
292+ inherit
293+ DHALL_PRELUDE
294+ DHALL_TYPES
295+ GIT_LFS_SKIP_SMUDGE
296+ GIT_TERMINAL_PROMPT
297+ ;
293298 } ;
294299
295300 # Parse a .env file, skipping empty lines and comments, into Nix attrset
You can’t perform that action at this time.
0 commit comments