Skip to content

Commit

Permalink
remove bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Essential Randomness authored and essential-randomness committed Jul 10, 2023
1 parent a7429b3 commit 12baeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

bobadatabase = pkgs.writeShellApplication {
name = "bobadatabase";
runtimeInputs = [ pkgs.postgresql_12 pkgs.bash ];
runtimeInputs = [ pkgs.postgresql_12 ];

text = ''
${bobaserver-assets}/libexec/bobaserver/deps/bobaserver/db/init.sh ${bobaserver-assets}/libexec/bobaserver/deps/bobaserver/db/
Expand Down

0 comments on commit 12baeb2

Please sign in to comment.