From 21072b364c6b8627cbb7a360556eadb3f3a8d412 Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:51:15 +0200 Subject: [PATCH] deps: update flake.lock (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'nixvim': 'github:nix-community/nixvim/367380bd8462419f0199d262b058fadfb43823ff?narHash=sha256-AjcTv44xEAOxGqpoMxbfYcUwhCWLHESQIOIMcBFUCKk%3D' (2024-07-05) → 'github:nix-community/nixvim/41794c222a5eaa966e5513c707c0b3f5e7abf5e0?narHash=sha256-i%2Bwpxx7NMEIoxAl0IQ3bNDX4faTcO13ZJ6j75SJUIzA%3D' (2024-07-07) • Updated input 'nixvim/git-hooks/flake-compat': 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33?narHash=sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U%3D' (2023-10-04) → follows 'nixvim/flake-compat' ``` ### Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. To run GitHub Actions workflows on this PR, run: ```sh git branch -D update_flake_lock_action git fetch origin git checkout update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force ``` Co-authored-by: github-actions[bot] --- flake.lock | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index 87b1c9a..f6be673 100644 --- a/flake.lock +++ b/flake.lock @@ -52,22 +52,6 @@ "type": "github" } }, - "flake-compat_3": { - "flake": false, - "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "flake-parts": { "inputs": { "nixpkgs-lib": "nixpkgs-lib" @@ -127,7 +111,10 @@ }, "git-hooks": { "inputs": { - "flake-compat": "flake-compat_2", + "flake-compat": [ + "nixvim", + "flake-compat" + ], "gitignore": "gitignore", "nixpkgs": [ "nixvim", @@ -325,11 +312,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1720210105, - "narHash": "sha256-AjcTv44xEAOxGqpoMxbfYcUwhCWLHESQIOIMcBFUCKk=", + "lastModified": 1720382751, + "narHash": "sha256-i+wpxx7NMEIoxAl0IQ3bNDX4faTcO13ZJ6j75SJUIzA=", "owner": "nix-community", "repo": "nixvim", - "rev": "367380bd8462419f0199d262b058fadfb43823ff", + "rev": "41794c222a5eaa966e5513c707c0b3f5e7abf5e0", "type": "github" }, "original": { @@ -340,7 +327,7 @@ }, "pre-commit-hooks": { "inputs": { - "flake-compat": "flake-compat_3", + "flake-compat": "flake-compat_2", "gitignore": "gitignore_2", "nixpkgs": "nixpkgs_3", "nixpkgs-stable": "nixpkgs-stable"