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

pull/1630/head
RGBCube 2024-03-29 22:27:32 +03:00
parent a491381191
commit aa928b8d87
No known key found for this signature in database
1 changed files with 1 additions and 7 deletions

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