Skip to content

Commit

Permalink
nix: Bump dependencies
Browse files Browse the repository at this point in the history
Adjust how rust-overlay is used.
  • Loading branch information
tv42 committed Jul 18, 2022
1 parent 374c5c9 commit ba52ee4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
inputs.rust-overlay.overlay
inputs.rust-overlay.overlays.default
rustVersionOverlay
];
};
Expand Down

0 comments on commit ba52ee4

Please sign in to comment.