Skip to content

Commit

Permalink
fixed intel build
Browse files Browse the repository at this point in the history
  • Loading branch information
1vipulgupta committed Dec 19, 2023
1 parent 78ef91a commit 4388fa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
cargo-expand
cargo-nextest
config.process-compose.cargo-doc-live.outputs.package
];
] ++ lib.optionals pkgs.stdenv.isDarwin (
[
pkgs.darwin.apple_sdk_11_0.frameworks.IOKit
pkgs.darwin.apple_sdk_11_0.frameworks.Security
]);
shellHook = ''
echo
echo "🍎🍎 Run 'just <recipe>' to get started"
Expand Down

0 comments on commit 4388fa1

Please sign in to comment.