From d501bebc19b266fab600fb8bdf601412674a1e3f Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 29 Oct 2024 23:45:20 -0400 Subject: flake: update getchvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'getchvim': 'github:getchoo/getchvim/8f9d0e1544692a83d6d52cd00f9a4e15b0e93c8b?narHash=sha256-i1Q7okAuu7o%2B1uiFBVYmd1liCsBNAMF8nu0IkqcTAG0%3D' (2024-10-19) → 'github:getchoo/getchvim/cbc28f80dcd18f3860023e97cc26eb3ff2c5ae33?narHash=sha256-Oc8bP9K//s1GJ46AvstzCDjk2EvFy%2BBuD3RjycLsPPo%3D' (2024-10-30) • Added input 'getchvim/nix-filter': 'github:numtide/nix-filter/776e68c1d014c3adde193a18db9d738458cd2ba4?narHash=sha256-SCHiL%2B1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I%3D' (2024-10-29) • Removed input 'getchvim/vim-tera' --- flake.lock | 37 ++++++++++++------------------------- flake.nix | 1 + 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index 6353e8c..af76596 100644 --- a/flake.lock +++ b/flake.lock @@ -150,17 +150,17 @@ }, "getchvim": { "inputs": { + "nix-filter": "nix-filter", "nixpkgs": [ "nixpkgs" - ], - "vim-tera": "vim-tera" + ] }, "locked": { - "lastModified": 1729300589, - "narHash": "sha256-i1Q7okAuu7o+1uiFBVYmd1liCsBNAMF8nu0IkqcTAG0=", + "lastModified": 1730257610, + "narHash": "sha256-Oc8bP9K//s1GJ46AvstzCDjk2EvFy+BuD3RjycLsPPo=", "owner": "getchoo", "repo": "getchvim", - "rev": "8f9d0e1544692a83d6d52cd00f9a4e15b0e93c8b", + "rev": "cbc28f80dcd18f3860023e97cc26eb3ff2c5ae33", "type": "github" }, "original": { @@ -276,11 +276,11 @@ }, "nix-filter": { "locked": { - "lastModified": 1710156097, - "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", + "lastModified": 1730207686, + "narHash": "sha256-SCHiL+1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I=", "owner": "numtide", "repo": "nix-filter", - "rev": "3342559a24e85fc164b295c3444e8a139924675b", + "rev": "776e68c1d014c3adde193a18db9d738458cd2ba4", "type": "github" }, "original": { @@ -365,7 +365,10 @@ }, "nixpkgs-tracker-bot": { "inputs": { - "nix-filter": "nix-filter", + "nix-filter": [ + "getchvim", + "nix-filter" + ], "nixpkgs": [ "nixpkgs" ], @@ -515,22 +518,6 @@ "repo": "terranix", "type": "github" } - }, - "vim-tera": { - "flake": false, - "locked": { - "lastModified": 1716960700, - "narHash": "sha256-Zs3rRAwTp9iZc5oOkiR88j7LX7YmDrEELXt29h+j55w=", - "owner": "vkhitrin", - "repo": "vim-tera", - "rev": "235fb7e7e76dfffc0596fabc1e090880bce48844", - "type": "github" - }, - "original": { - "owner": "vkhitrin", - "repo": "vim-tera", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 6f3506a..3e7e2ab 100644 --- a/flake.nix +++ b/flake.nix @@ -338,6 +338,7 @@ url = "github:getchoo/nixpkgs-tracker-bot"; inputs = { nixpkgs.follows = "nixpkgs"; + nix-filter.follows = "getchvim/nix-filter"; treefmt-nix.follows = ""; }; }; -- cgit v1.2.3