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 b295c1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,16 @@
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 b295c1d

Please sign in to comment.