mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
fix: re-add flake-utils to inputs
This commit is contained in:
parent
9044313951
commit
71f4c7ecd4
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# For generating documentation website
|
||||
nmd = {
|
||||
|
|
Loading…
Reference in a new issue