Skip to content

Commit

Permalink
chore: bump nix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Oct 28, 2024
1 parent 37395e1 commit b5dde36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 60 deletions.
73 changes: 18 additions & 55 deletions flake.lock

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

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
};
};

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

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

Expand Down Expand Up @@ -46,7 +43,7 @@
toolChain = fenixStable.completeToolchain;

# Use the toolchain with the crane helper functions
craneLib = inputs.crane.lib.${system}.overrideToolchain toolChain;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain toolChain;

# Clean the src to only have the Rust-relevant files
src = craneLib.cleanCargoSource (craneLib.path ./.);
Expand Down

0 comments on commit b5dde36

Please sign in to comment.