Skip to content

Commit

Permalink
Let neovim nixpkgs input follow nixpkgs-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 30, 2022
1 parent 26dd988 commit 1d53808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
url = "github:christianharke/neovim-flake";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
nixpkgs.follows = "nixpkgs-unstable";
pre-commit-hooks.follows = "pre-commit-hooks";
};
};
Expand Down

0 comments on commit 1d53808

Please sign in to comment.