Skip to content

Commit

Permalink
build(nix): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoen committed Nov 21, 2024
1 parent 6be6f89 commit 50a5de9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 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.

10 changes: 2 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";

flake-utils.url = "github:numtide/flake-utils";

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nixpkgs.follows = "nixpkgs";
};
};

Expand Down

0 comments on commit 50a5de9

Please sign in to comment.