diff --git a/modules/nextcloud_hpbs_default.nix b/modules/nextcloud_hpbs_default.nix index eca57ae..bfa375f 100644 --- a/modules/nextcloud_hpbs_default.nix +++ b/modules/nextcloud_hpbs_default.nix @@ -1,6 +1,6 @@ { lib, fetchFromGitHub, nixosTests, rustPlatform }: -rustPlatform.b:uildRustPackage rec { +rustPlatform.buildRustPackage rec { pname = "notify_push"; version = "1.0.0";