Skip to content

Commit

Permalink
chore: add nix-darwin support, update flake (#2106)
Browse files Browse the repository at this point in the history
Co-authored-by: Gentle <[email protected]>
  • Loading branch information
Gentle and Gentle authored Dec 14, 2023
1 parent b578ec8 commit 21f4c27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
extensions= [ "rust-src" "rust-analyzer" ];
targets = [ "wasm32-unknown-unknown" ];
}))
] ++ pkgs.lib.optionals pkg.stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
];

shellHook = ''
Expand Down

0 comments on commit 21f4c27

Please sign in to comment.