Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 6, 2024
1 parent ac810ad commit 9ae0868
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 49 deletions.
83 changes: 35 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
lib = rec {
tauriAppDeps = {
buildInputs = { pkgs, lib }:
(with pkgs; [
let
apple_sdk = if pkgs.system == "x86_64-darwin" then
pkgs.darwin.apple_sdk_10_12
else
pkgs.darwin.apple_sdk_11_0;

in (with pkgs; [
openssl
# this is required for glib-networking
glib
Expand Down

0 comments on commit 9ae0868

Please sign in to comment.