diff --git a/flake.nix b/flake.nix index e553b0e..4a7b4bb 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ in { defaultPackage = with pkgs; naersk-lib.buildPackage { - name = "openpgp-card"; + pname = "openpgp-card"; src = ./.; buildInputs = [ cargo rustc rustfmt pcsclite nettle pre-commit rustPackages.clippy ]; nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ] ++ lib.optionals stdenv.isDarwin [ PCSC ];