{lib,flake}: convert to fixed-point and modify flake for compat

This commit is contained in:
alfarel 2025-10-16 23:18:10 +00:00
commit 1627e4dddc
No known key found for this signature in database
18 changed files with 68 additions and 83 deletions

View file

@ -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];
};

View file

@ -1,9 +1,7 @@
# Home Manager module
{
inputs,
lib,
}: {
{inputs}: {
config,
lib,
pkgs,
...
}: let

View file

@ -1,9 +1,7 @@
# NixOS module
{
inputs,
lib,
}: {
{inputs}: {
config,
lib,
pkgs,
...
}: let