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 {
buildInputs = [ pkgs.bundix ];
buildInputs = with pkgs; [
bundix postgresql pkg-config
];
shellHook = ''
PS1="(bundix) $PS1"
'';