From 2b34bf438c9e748c34162e0a7c038c5b67688c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 01:27:38 +0000 Subject: [PATCH] flake.lock: Updating 'flake-utils (numtide/flake-utils)' - 411e8764 -> cfacdce0 (#414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Changes for flake-utils On branch: main Commits: https://github.com/numtide/flake-utils/compare/411e8764155aa9354dbcd6d5faaeb97e9e3dce24...cfacdce06f30d2b68473a46042957675eebb3401 - [946da791](https://github.com/numtide/flake-utils/commit/946da791763db1c306b86a8bd3828bf5814a1247) Update documentation for the `systems` argument of `simpleFlake` ([numtide/flake-utils⁠#92](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/92)) - [13faa43c](https://github.com/numtide/flake-utils/commit/13faa43c34c0c943585532dacbb457007416d50b) Use less confusing syntax ([numtide/flake-utils⁠#85](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/85)) - [1c226cc8](https://github.com/numtide/flake-utils/commit/1c226cc8c6562379ffd0ac36ca095396250d94d7) introduce externally extensible systems ([numtide/flake-utils⁠#93](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/93)) - [471aed54](https://github.com/numtide/flake-utils/commit/471aed544aef9c610ea465cddf4a39c358ac5aa8) fixup! introduce externally extensible systems ([numtide/flake-utils⁠#93](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/93)) - [575419ad](https://github.com/numtide/flake-utils/commit/575419ad23de2f2886a3905163a29b854793338d) split out allSystems.nix - [2f02e38d](https://github.com/numtide/flake-utils/commit/2f02e38dfa6cf8afb4d830aad171d8d7cf100c06) update allSystems.nix - [033b9f25](https://github.com/numtide/flake-utils/commit/033b9f258ca96a10e543d4442071f614dc3f8412) clean flake check warnings - [cfacdce0](https://github.com/numtide/flake-utils/commit/cfacdce06f30d2b68473a46042957675eebb3401) REAMDE: document the systems pattern a bit more Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- flake.lock | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index a0a4862..7ff00b7 100644 --- a/flake.lock +++ b/flake.lock @@ -163,12 +163,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1680776469, - "narHash": "sha256-3CXUDK/3q/kieWtdsYpDOBJw3Gw4Af6x+2EiSnIkNQw=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "411e8764155aa9354dbcd6d5faaeb97e9e3dce24", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -398,6 +401,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" + } + }, "ts-fold": { "flake": false, "locked": {