summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock7
-rw-r--r--flake.nix5
2 files changed, 4 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index fdb7431..848aa66 100644
--- a/flake.lock
+++ b/flake.lock
@@ -170,17 +170,16 @@
},
"getchvim": {
"inputs": {
- "flake-checks": [],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
- "lastModified": 1719018304,
- "narHash": "sha256-59Yx6f0+BBAt8tfeDUOJTmetOezoBZ1nMXR2tbsAzrE=",
+ "lastModified": 1719757008,
+ "narHash": "sha256-G3mu0E/xl+fdyrUWT5k68JLFGD6nWfNExOm8DWmLke8=",
"owner": "getchoo",
"repo": "getchvim",
- "rev": "e27749f43ad3423ece65ade536a1dfd00a10c9e5",
+ "rev": "4de3b4a1bc88e8fcf676dcd065bab867b32f9d29",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 0e19314..fdadd20 100644
--- a/flake.nix
+++ b/flake.nix
@@ -83,10 +83,7 @@
getchvim = {
url = "github:getchoo/getchvim";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- flake-checks.follows = "";
- };
+ inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {