Skip to content

Commit acc395b

Browse files
committed
include interpreted packages in shell
1 parent b141277 commit acc395b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/command/src/Obelisk/Command/Project.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

376376
nixShellWithHoogle :: MonadObelisk m => FilePath -> Bool -> String -> Maybe String -> m ()
377377
nixShellWithHoogle root isPure shell' command = do

0 commit comments

Comments
 (0)