Skip to content

Commit

Permalink
nixvim: use tested nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jun 15, 2024
1 parent b50858d commit db6df84
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 28 deletions.
68 changes: 41 additions & 27 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@
inputs.flake-compat.follows = "flake-compat";
inputs.flake-parts.follows = "flake-parts";
inputs.git-hooks.follows = "git-hooks";
inputs.nixpkgs.follows = "nixpkgs-unstable";

# intentionally use the tested nixpkgs version from nixvim
# inputs.nixpkgs.follows = "nixpkgs-unstable";

inputs.treefmt-nix.follows = "treefmt-nix";
inputs.home-manager.follows = "home-manager";
};
Expand Down

0 comments on commit db6df84

Please sign in to comment.