From f9271c0fa4977877afaa304680300762e3d94da6 Mon Sep 17 00:00:00 2001 From: ncaq Date: Sun, 28 Jun 2026 18:41:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20niks3=E3=81=AE=E5=8F=82=E7=85=A7?= =?UTF-8?q?=E5=85=88=E3=82=92=E4=B8=8A=E6=B5=81=E3=81=AB=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 私が懸念して伝えた内容が、 https://github.com/Mic92/niks3/pull/426 で解決が試みられたので、 まず上流の解決策である、 こちらを試してみる。 --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 3b0c243c..6c052d8a 100644 --- a/flake.lock +++ b/flake.lock @@ -289,16 +289,15 @@ ] }, "locked": { - "lastModified": 1782460864, - "narHash": "sha256-BqFTgh1jV/lQolzrT9SE9ulIAQkJSpgGHLkU60EEf+4=", - "owner": "ncaq", + "lastModified": 1782639354, + "narHash": "sha256-yiQhA76BCbkpf9feryrvn1ItYyYRcmURUJhECDJ4ii4=", + "owner": "Mic92", "repo": "niks3", - "rev": "d0b9a25d57eaaa60f9a58a5ac3fa20d79032e739", + "rev": "aa930845db59a02c67c80d702958e66ba50c276c", "type": "github" }, "original": { - "owner": "ncaq", - "ref": "dup-multipart", + "owner": "Mic92", "repo": "niks3", "type": "github" } diff --git a/flake.nix b/flake.nix index 76d4503a..cb112fb3 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ }; niks3 = { - url = "github:ncaq/niks3/dup-multipart"; + url = "github:Mic92/niks3"; inputs = { nixpkgs.follows = "nixpkgs"; treefmt-nix.follows = "treefmt-nix";