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