From 95d4769c9fa2767b0b9879526206e43c86cc0419 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 8 Jun 2023 21:31:56 -0400 Subject: [PATCH] fix: Redo system -> pkgs --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ca25240..01afba3 100644 --- a/flake.nix +++ b/flake.nix @@ -74,13 +74,13 @@ rustc = rust; cargo = rust; }; - buildInputs = (sharedDeps system) ++ (with pkgs; + buildInputs = (sharedDeps pkgs) ++ (with pkgs; [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security pkgs.libiconv darwin.apple_sdk.frameworks.SystemConfiguration ]); - nativeBuildInputs = (sharedNativeDeps system) + nativeBuildInputs = (sharedNativeDeps pkgs) ++ (with pkgs; [ pkg-config cmake ]); devBase = with pkgs; [