Skip to content

Commit d8ce489

Browse files
Clean up flake inputs
1 parent cb5550d commit d8ce489

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111

1212
nixvim = {
1313
url = "github:nix-community/nixvim";
14-
inputs = {
15-
nixpkgs.follows = "nixpkgs";
16-
# https://github.com/nix-community/nixvim/blob/main/flake.nix#L12-L34
17-
nuschtosSearch.follows = "";
18-
};
14+
inputs.nixpkgs.follows = "nixpkgs";
1915
};
2016
};
2117

0 commit comments

Comments
 (0)