summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-03 10:39:58 -0400
committerseth <[email protected]>2023-11-03 10:40:24 -0400
commit6e93699d6ffa99081b1081a381aea734d8c4d838 (patch)
tree1358e6ac3cfa6f5198fa25f2c8912d2b5699eb07
parent8c58fa4cf12ef5ab2e3955d678ae249dea263e25 (diff)
flake: update getchvim
Flake lock file updates: • Updated input 'getchvim': 'github:getchoo/getchvim/1e4f8afeda99b1028ecd476f48bef5300d8ced26' (2023-11-01) → 'github:getchoo/getchvim/80b4001e13965c6a4a5b35b85a35b4e0ff8557ec' (2023-11-03) • Added input 'getchvim/getchoo': 'github:getchoo/nix-exprs/5078abb8ff8e775fc346c3a1c8a1cd7941329ba5' (2023-10-29) • Added input 'getchvim/getchoo/nixpkgs': follows 'getchvim/nixpkgs'
-rw-r--r--flake.lock9
-rw-r--r--flake.nix1
2 files changed, 7 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index d7e84d1..92c2bea 100644
--- a/flake.lock
+++ b/flake.lock
@@ -175,6 +175,9 @@
},
"getchvim": {
"inputs": {
+ "getchoo": [
+ "getchoo"
+ ],
"nixpkgs": [
"nixpkgs"
],
@@ -186,11 +189,11 @@
]
},
"locked": {
- "lastModified": 1698837230,
- "narHash": "sha256-VmuEbuYYXPRTv+jP/ZwpJDpXdcwB3XsdSCNakw0LWs4=",
+ "lastModified": 1699022368,
+ "narHash": "sha256-JWFYYhtASoJzYVdGovwToy1PCHObGs90oACwgT4R5Po=",
"owner": "getchoo",
"repo": "getchvim",
- "rev": "1e4f8afeda99b1028ecd476f48bef5300d8ced26",
+ "rev": "80b4001e13965c6a4a5b35b85a35b4e0ff8557ec",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 685a432..c1ff943 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,6 +55,7 @@
url = "github:getchoo/getchvim";
inputs = {
nixpkgs.follows = "nixpkgs";
+ getchoo.follows = "getchoo";
parts.follows = "parts";
pre-commit.follows = "pre-commit";
};