flake: fix recursive module alias

This commit is contained in:
NotAShelf 2024-05-16 19:08:21 +03:00
parent 74df3a5f03
commit 74c94b8a54
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
nixosModules.neovim-flake has been deprecated.
Please use the nixosModules.nvf instead
''
self.nixosModules.neovim-flake;
self.nixosModules.nvf;
nvf = {
imports = [(import ./flake/modules/nixos.nix self.packages inputs)];