buld(nix): Misc Nix-related improvements

- Nixpkgs 23.11 is deprecated, use 24.05 instead
- update flake.lock
- add glibc as a build dependency
- add doxygen and graphviz as development dependencies for `make format`
This commit is contained in:
2024-06-04 15:22:18 +02:00
parent 71329c5532
commit 4c10538632
4 changed files with 65 additions and 60 deletions

View File

@ -33,12 +33,14 @@ pkgs.stdenv.mkDerivation rec {
};
nativeBuildInputs = with pkgs; [
glibc
gnumake
openssl
which
];
buildInputs = with pkgs; [
glibc
openssl
which
];