We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023622e commit c0b0fddCopy full SHA for c0b0fdd
app/utf8-troubleshoot/Main.hs
@@ -70,10 +70,10 @@ showSystem = do
70
showEnvVar "TERM"
71
72
-- Nix stuff
73
- let builtNix = isJust ($$(envQ @String "NIX_BUILD_TOP"))
+ let builtNix = isJust $$(envQ @String "NIX_BUILD_TOP")
74
when builtNix $ do
75
putStrLn " * Built with Nix"
76
- let builtNixShell = isJust ($$(envQ @String "IN_NIX_SHELL"))
+ let builtNixShell = isJust $$(envQ @String "IN_NIX_SHELL")
77
when builtNixShell $ do
78
putStrLn " * Built in nix-shell"
79
inNixShell <- isJust <$> lookupEnv "IN_NIX_SHELL"
0 commit comments