mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add libpq
This commit is contained in:
parent
b581f85d44
commit
a3bd6990b5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ _hr_add_ignores() {
|
|||
_hr_py_files() {
|
||||
cat <<EOF >devenv.nix
|
||||
{pkgs, ...}: {
|
||||
packages = [ pkgs.google-cloud-sdk ];
|
||||
packages = [ pkgs.google-cloud-sdk pkgs.libpq ];
|
||||
|
||||
languages.python = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue