chore: flake.nix formatting

This commit is contained in:
Youwen Wu 2024-09-17 00:45:01 -07:00
parent 64e46fded8
commit bbdb3aab05
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -3,8 +3,10 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixvim.url = "github:nix-community/nixvim"; nixvim = {
nixvim.inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
# Neovim plugins # Neovim plugins