chore: flake update
This commit is contained in:
parent
f1391bc6af
commit
25166dad97
2 changed files with 29 additions and 25 deletions
|
@ -3,7 +3,11 @@
|
|||
inputs = {
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
|
||||
neovim-nightly = {
|
||||
# workaround: https://github.com/nix-community/neovim-nightly-overlay/issues/164
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836";
|
||||
url = "github:nix-community/neovim-nightly-overlay";
|
||||
};
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue