diff --git a/nix/builder.nix b/nix/builder.nix index 03c050b..5957811 100644 --- a/nix/builder.nix +++ b/nix/builder.nix @@ -9,7 +9,7 @@ rec { inherit (pkgs) lib; - craneLib = crane.lib.${system}; + craneLib = crane.mkLib pkgs; src = craneLib.cleanCargoSource (craneLib.path ../.); # Common arguments can be set here to avoid repeating them later