summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock37
-rw-r--r--flake.nix1
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 = "";
};
};