From adcec8dd35fb1b15c0ebc6d2f9bb2ab70ce3fc4a Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 05:12:54 -0800 Subject: [PATCH] Try to fix pullomatic --- nixos/cloned_repos/default.nix | 4 ++-- nixos/pullomatic/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/cloned_repos/default.nix b/nixos/cloned_repos/default.nix index 07632c9..d579dd0 100644 --- a/nixos/cloned_repos/default.nix +++ b/nixos/cloned_repos/default.nix @@ -16,8 +16,8 @@ interval: interval: 10m credentials: - private_key: /root/.ssh/id_rsa.pem - private_key_path: true + private_key: + file: /root/.ssh/id_rsa.pem ''; }; diff --git a/nixos/pullomatic/default.nix b/nixos/pullomatic/default.nix index 9d60225..3b1db0c 100644 --- a/nixos/pullomatic/default.nix +++ b/nixos/pullomatic/default.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec { version = "1.0.0"; src = pkgs.fetchFromGitHub { - owner = "philip-peterson"; + owner = "fooker"; repo = pname; rev = "master"; hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc="; @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "A tool for automating GitHub pulls"; - homepage = "https://github.com/philip-peterson/pullomatic"; + homepage = "https://github.com/fooker/pullomatic"; license = lib.licenses.unlicense; maintainers = [ {