Try and fix bundix -m

This commit is contained in:
2022-12-28 00:44:11 +00:00
parent f808da99ce
commit 78825612b6

View File

@@ -41,7 +41,9 @@
''; '';
}; };
bundix = pkgs.mkShell { bundix = pkgs.mkShell {
buildInputs = [ pkgs.bundix ]; buildInputs = with pkgs; [
bundix postgresql pkg-config
];
shellHook = '' shellHook = ''
PS1="(bundix) $PS1" PS1="(bundix) $PS1"
''; '';