Skip to content

Commit

Permalink
chore(deps): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Jun 8, 2024
1 parent f2b67f4 commit 98612f6
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 65 deletions.
106 changes: 58 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
cargo-watch
cargo-deny
watchexec
]);
] ++ # if darwin
(if system == "aarch64-darwin" then [
darwin.apple_sdk.frameworks.SystemConfiguration
] else [])
);
};
});
}
Loading

0 comments on commit 98612f6

Please sign in to comment.