From 028e55f1779e5711cfe8cc14633a380dad5c9e02 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Sun, 25 Aug 2024 14:57:26 +0200 Subject: [PATCH] Fix flake build failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ran `nix flake lock --update-input mmdoc`, which fixes the following build failure: ``` error: … while fetching the input 'github:ryantm/nixpkgs/6a6caacfdd079a0fa249046514480a1c4597d861' error: unable to download 'https://github.com/ryantm/nixpkgs/archive/6a6caacfdd079a0fa249046514480a1c4597d861.tar.gz': HTTP error 404 response body: 404: Not Found ``` --- flake.lock | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 360539c..baedeec 100644 --- a/flake.lock +++ b/flake.lock @@ -5,14 +5,14 @@ "nixpkgs": [ "nixpkgs" ], - "nixpkgs-for-manual": "nixpkgs-for-manual" + "systems": "systems" }, "locked": { - "lastModified": 1669050835, - "narHash": "sha256-4ppYRBBY6lIqwMNYp0XA2mku1lSPyX4JaoTf+gt5NDg=", + "lastModified": 1710694589, + "narHash": "sha256-5wa+Jzxr+LygoxSZuZg0YU81jgdnx2IY/CqDIJMOgec=", "owner": "ryantm", "repo": "mmdoc", - "rev": "cec02bafac9456bd1ed9b261b8d163a893885e5b", + "rev": "b6ddf748b1d1c01ca582bb1b3dafd6bc3a4c83a6", "type": "github" }, "original": { @@ -35,22 +35,6 @@ "type": "indirect" } }, - "nixpkgs-for-manual": { - "locked": { - "lastModified": 1663819393, - "narHash": "sha256-SMWfyAOKRPBC95M8dhZJTlb0kHyilr2lKEAfQSHlM7I=", - "owner": "ryantm", - "repo": "nixpkgs", - "rev": "6a6caacfdd079a0fa249046514480a1c4597d861", - "type": "github" - }, - "original": { - "owner": "ryantm", - "ref": "minman", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "mmdoc": "mmdoc", @@ -75,6 +59,21 @@ "type": "github" } }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [