summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};