From 1f065aeb90a766fa50c5ac7f07e01d119f447da8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Apr 2025 05:10:44 +0200 Subject: [PATCH 1/2] chore(deps): lock file maintenance --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 6aaa70e..b5f58ed 100644 --- a/flake.lock +++ b/flake.lock @@ -149,11 +149,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1745391562, - "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", + "lastModified": 1745526057, + "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", + "rev": "f771eb401a46846c1aebd20552521b233dd7e18b", "type": "github" }, "original": { -- 2.47.2 From 509cd3301b56fac4c4b5fb5391fd3561f625b11b Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sun, 27 Apr 2025 16:02:33 +0300 Subject: [PATCH 2/2] Fix formatting --- README.md | 2 +- nixos-modules/git-ci-runner/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c75a76..f6949fe 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ nix flake lock --update-input private ## Deployment -See [Deployment](deploy/README.md) for details. +See [Deployment](deploy/) for details. diff --git a/nixos-modules/git-ci-runner/README.md b/nixos-modules/git-ci-runner/README.md index 2bfc937..2d64ab2 100644 --- a/nixos-modules/git-ci-runner/README.md +++ b/nixos-modules/git-ci-runner/README.md @@ -21,7 +21,7 @@ To create a new token for registration, follow the steps outlined in the [Forgej ## Clear Runner Caches -Under some circumstances, runner caches need to be cleared. This can be done with: +Under some circumstances, runner caches need to be cleared. This can be done with: ```bash cd /var/lib/private/gitea-runner/ -- 2.47.2