mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
{lib,flake}: convert to fixed-point and modify flake for compat
This commit is contained in:
parent
3e48f13c3c
commit
1627e4dddc
18 changed files with 68 additions and 83 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{lib, ...}: {
|
||||
{self, ...}: {
|
||||
perSystem = {
|
||||
pkgs,
|
||||
config,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
packages.dev = let
|
||||
configuration = {};
|
||||
|
||||
customNeovim = lib.nvim.neovimConfiguration {
|
||||
customNeovim = self.lib.nvim.neovimConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [configuration];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue