Skip to content

Commit

Permalink
Drop optional flake inputs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 10, 2024
1 parent 0bd3701 commit 0770d03
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 142 deletions.
151 changes: 11 additions & 140 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@

nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";

# https://github.com/nix-community/nixvim/blob/main/flake.nix#L12-L34
devshell.follows = "";
flake-compat.follows = "";
git-hooks.follows = "";
nix-darwin.follows = "";
treefmt-nix.follows = "";
};
};
};

Expand Down

0 comments on commit 0770d03

Please sign in to comment.