nix: use packages = instead of (native)buildInputs as that is recommended

This commit is contained in:
RGBCube
2024-03-29 22:27:32 +03:00
parent a491381191
commit aa928b8d87

View File

@ -78,7 +78,7 @@ in
mkShell {
name = "ghostty";
nativeBuildInputs =
packages =
[
# For builds
llvmPackages_latest.llvm
@ -120,13 +120,7 @@ in
gdb
valgrind
wraptest
];
buildInputs =
[
# TODO: non-linux
]
++ lib.optionals stdenv.isLinux [
bzip2
expat
fontconfig