Skip to content

Commit

Permalink
Add ps to shell.nix (#3281)
Browse files Browse the repository at this point in the history
This is used in zotonic-0.x/zotonic/src/scripts/helpers/zotonic_setup

Co-authored-by: Colin de Roos <colin@driebit.nl>
  • Loading branch information
cdfa and Colin de Roos committed Jan 31, 2023
1 parent b9f5031 commit fcd6bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pkgs.mkShell {
postgresql
gettext
libiconv
ps
(if stdenv.isDarwin then fswatch else inotify-tools)
];
}

0 comments on commit fcd6bdf

Please sign in to comment.