Skip to content

Commit

Permalink
chore: remove deprecated use of crane.lib
Browse files Browse the repository at this point in the history
Closes #68
  • Loading branch information
VTimofeenko committed May 20, 2024
1 parent 16fbe80 commit 9322099
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,9 @@
"aarch64-linux"
];
perSystem =
{
config,
pkgs,
system,
...
}:
{ config, pkgs, ... }:
let
craneLib = inputs.crane.lib.${system};
craneLib = inputs.crane.mkLib pkgs;
inherit (pkgs) lib;
in
{
Expand Down

0 comments on commit 9322099

Please sign in to comment.