From 76e4e8a4519226047a57642626a5ce3098f78f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 05:02:47 +0000 Subject: [PATCH] chore(deps): update nix-darwin digest to 4cff07d --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0f96f481..52266959 100644 --- a/flake.lock +++ b/flake.lock @@ -537,17 +537,17 @@ ] }, "locked": { - "lastModified": 1781751629, - "narHash": "sha256-rCPytmKNjctLloB6UgK5CRrHSwV4b0ygxtJLPPp8R14=", + "lastModified": 1786845137, + "narHash": "sha256-oQFip+v0luP8NIxJzmiW4Wu8bILsbFWom5l0zonl8hQ=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "d8a6661f78281431f182f222c7df96e2c9480fc5", + "rev": "4cff07de74b50e64bdd68cd4e722ab5b6b35ee48", "type": "github" }, "original": { "owner": "LnL7", "repo": "nix-darwin", - "rev": "d8a6661f78281431f182f222c7df96e2c9480fc5", + "rev": "4cff07de74b50e64bdd68cd4e722ab5b6b35ee48", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 2b710409..00e11157 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ # d5bd9cd (2026-07-07) 以降は本 flake の nixpkgs より新しい nixos-render-docs を要求し # `--sidebar-depth` 未対応で darwin-manual-html のビルドが失敗するため、trusted オプションが # 入った最初の commit 群のうち、その手前で pin する。 - url = "github:LnL7/nix-darwin/d8a6661f78281431f182f222c7df96e2c9480fc5"; + url = "github:LnL7/nix-darwin/4cff07de74b50e64bdd68cd4e722ab5b6b35ee48"; inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = {