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 e56b861
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,17 @@
config.treefmt.build.devShell
self'.devShells.rust
];
packages = with pkgs; [
packages = with pkgs; ([
just
nixci
# For when we start using Tauri
cargo-tauri
trunk
];
]) ++ 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 e56b861

Please sign in to comment.