Skip to content

Commit

Permalink
chore(flake): update inputs & dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed May 27, 2024
1 parent 6c1313a commit 141a7e3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

24 changes: 12 additions & 12 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 @@ -37,7 +37,7 @@

inherit (pkgs) lib;

craneLib = crane.lib.${system};
craneLib = crane.mkLib nixpkgs.legacyPackages.${system};
# src = craneLib.cleanCargoSource (craneLib.path ./.);
src = lib.sources.cleanSource (craneLib.path ./.);

Expand Down

0 comments on commit 141a7e3

Please sign in to comment.