Skip to content

Commit

Permalink
Bump flake dependencies
Browse files Browse the repository at this point in the history
`nix flake update`
  • Loading branch information
the-mikedavis authored and archseer committed Oct 21, 2024
1 parent f371dca commit 6d64e62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
32 changes: 12 additions & 20 deletions flake.lock

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

8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};

outputs = {
Expand Down

0 comments on commit 6d64e62

Please sign in to comment.