Skip to content

Commit

Permalink
fix: build on Darwin (#470)
Browse files Browse the repository at this point in the history
* fix(envrc): reload when pkgRio.nix changes

* fix(pkgRio): add MetalKit for build on Darwin
  • Loading branch information
lovesegfault authored Mar 6, 2024
1 parent 113e048 commit 3efc8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
use flake

watch_file pkgRio.nix
1 change: 1 addition & 0 deletions pkgRio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let
darwin.libobjc
darwin.apple_sdk_11_0.frameworks.AppKit
darwin.apple_sdk_11_0.frameworks.AVFoundation
darwin.apple_sdk_11_0.frameworks.MetalKit
darwin.apple_sdk_11_0.frameworks.Vision
]
else
Expand Down

0 comments on commit 3efc8e9

Please sign in to comment.