Skip to content

Commit

Permalink
fix: mkDevShell to preserve args.shellHook
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 17, 2023
1 parent b4ed3ff commit 0652369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mkDevShell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ let
fi
flakebox init
${cleanedArgs.shellHook or ""}
'';
};
in
Expand Down

0 comments on commit 0652369

Please sign in to comment.