From 93220999413721d6814518fd34f351394779df07 Mon Sep 17 00:00:00 2001 From: Vladimir Timofeenko Date: Mon, 20 May 2024 11:52:56 -0700 Subject: [PATCH] chore: remove deprecated use of crane.lib Closes #68 --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 4026cea..9d75e39 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {