From aa928b8d874d96e089f8ee7728cf387d9cf8da00 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 29 Mar 2024 22:27:32 +0300 Subject: [PATCH] nix: use packages = instead of (native)buildInputs as that is recommended --- nix/devShell.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nix/devShell.nix b/nix/devShell.nix index c5bd045d5..e36a2f873 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -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