Update shell.nix.

This commit is contained in:
Orne Brocaar 2023-06-05 12:35:00 +01:00
parent da3e6c8cde
commit a284a8179e

View File

@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz") {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz") {} }:
pkgs.mkShell {
nativeBuildInputs = [
@ -13,7 +13,6 @@ pkgs.mkShell {
pkgs.clang
pkgs.postgresql
pkgs.openssl
pkgs.docker
];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
BINDGEN_EXTRA_CLANG_ARGS = "-I${pkgs.llvmPackages.libclang.lib}/lib/clang/${pkgs.llvmPackages.libclang.version}/include";