From 9a8cff213c4c300c40b8cf99efa40ddad45bf0a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 00:21:21 +0000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/82c16f1682cf50c01cb0280b38a1eed202b3fe9f' (2023-01-10) → 'github:hercules-ci/flake-parts/bf53492df08f3178ce85e0c9df8ed8d03c030c9f' (2023-02-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c85d08692966cf022b0a741a794cb1650602d8af' (2023-01-16) → 'github:NixOS/nixpkgs/55fbb1d20ce4350aae11bba71844796549175ab1' (2023-02-01) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/6717065d6a432bc3f5b827007ad959e6032d5856' (2023-01-05) → 'github:numtide/treefmt-nix/d5ed9a1e6793f99b2e179d5dec9639e48ef22db7' (2023-01-23) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 6a57790..a6984cf 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1673362319, - "narHash": "sha256-Pjp45Vnj7S/b3BRpZEVfdu8sqqA6nvVjvYu59okhOyI=", + "lastModified": 1675295133, + "narHash": "sha256-dU8fuLL98WFXG0VnRgM00bqKX6CEPBLybhiIDIgO45o=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "82c16f1682cf50c01cb0280b38a1eed202b3fe9f", + "rev": "bf53492df08f3178ce85e0c9df8ed8d03c030c9f", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1673855649, - "narHash": "sha256-Pc1VumquuFMDR1Ers1QOVDDabL/trVwfqWXeKJPXLQg=", + "lastModified": 1675246915, + "narHash": "sha256-q3E67PIRNQyWKtg43grNYYAZT/ik9oyOsRvHYah0iJQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c85d08692966cf022b0a741a794cb1650602d8af", + "rev": "55fbb1d20ce4350aae11bba71844796549175ab1", "type": "github" }, "original": { @@ -45,11 +45,11 @@ }, "treefmt-nix": { "locked": { - "lastModified": 1672931382, - "narHash": "sha256-lgtc2Sct/xtvqkdzlJ4AL3Vesw0Wz/fxqNGOBFS7YXU=", + "lastModified": 1674470002, + "narHash": "sha256-Tk1VaMeBTMMGEZeqv3TEwrTAdR9fYb3EH/TPI27AdKk=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "6717065d6a432bc3f5b827007ad959e6032d5856", + "rev": "d5ed9a1e6793f99b2e179d5dec9639e48ef22db7", "type": "github" }, "original": { From fc8304ec2afb3a7aee750ee53f1c4f7ff2008b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 2 Feb 2023 07:57:27 +0100 Subject: [PATCH 2/2] fix devshell's treefmt reference --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 446a168..c6e6473 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ hivemind go just - config.packages.treefmt + config.treefmt.build.wrapper config.packages.systemd ]; };