diff --git a/flake.nix b/flake.nix index 8e83235..119e6b6 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ { 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 ];