chore(shell.nix): add expat for hexpat
This commit is contained in:
parent
a3536a2345
commit
71834d89fd
@ -273,7 +273,7 @@ in pkgs.mkShell {
|
|||||||
'';
|
'';
|
||||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
||||||
++ (with pkgs;
|
++ (with pkgs;
|
||||||
[ stack nodejs_21 postgresql_12 openldap exiftool memcached minio minio-client
|
[ stack nodejs_21 postgresql_12 openldap exiftool expat memcached minio minio-client
|
||||||
gup reuse pre-commit
|
gup reuse pre-commit
|
||||||
# node2nix
|
# node2nix
|
||||||
# busybox # for print services, but interferes with build commands in develop-shell
|
# busybox # for print services, but interferes with build commands in develop-shell
|
||||||
|
|||||||
Reference in New Issue
Block a user