Skip to content

Commit

Permalink
add just to devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Sep 25, 2023
1 parent 0a000e0 commit fd04e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ devenv.local.nix

# direnv
.direnv
.pre-commit-config.yaml
.pre-commit-config.yaml

justfile
1 change: 1 addition & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
packages = lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
frameworks.CoreServices
frameworks.CoreFoundation
pkgs.just
]);

# Certain Rust tools won't work without this
Expand Down

0 comments on commit fd04e33

Please sign in to comment.