summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
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 = {