File tree Expand file tree Collapse file tree
lib/command/src/Obelisk/Command Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ nixShellWithoutPkgs
370370 -> String -- ^ Shell attribute to use (e.g. @"ghc"@, @"ghcjs"@, etc.)
371371 -> Maybe String -- ^ If 'Just' run the given command; otherwise just open the interactive shell
372372 -> m ()
373- nixShellWithoutPkgs root isPure chdirToRoot _packageNamesAndPaths shellAttr command = do
374- runProcess_ =<< mkObNixShellProc root isPure chdirToRoot mempty shellAttr command
373+ nixShellWithoutPkgs root isPure chdirToRoot packageNamesAndPaths shellAttr command = do
374+ runProcess_ =<< mkObNixShellProc root isPure chdirToRoot packageNamesAndPaths shellAttr command
375375
376376nixShellWithHoogle :: MonadObelisk m => FilePath -> Bool -> String -> Maybe String -> m ()
377377nixShellWithHoogle root isPure shell' command = do
You can’t perform that action at this time.
0 commit comments