2024-01-10 06:20:44 +01:00
|
|
|
# flakelight -- Framework for simplifying flake setup
|
|
|
|
# Copyright (C) 2023 Archit Gupta <archit@accelbread.com>
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
{ config
|
|
|
|
, options
|
|
|
|
, src
|
|
|
|
, lib
|
|
|
|
, flakelight
|
|
|
|
, inputs
|
|
|
|
, outputs
|
2024-01-10 08:52:36 +01:00
|
|
|
, pkgsFor
|
2024-01-10 10:16:24 +01:00
|
|
|
, genSystems
|
2024-01-10 06:20:44 +01:00
|
|
|
, specialArgs
|
|
|
|
, modulesPath
|
|
|
|
, moduleArgs
|
|
|
|
}@args:
|
|
|
|
{
|
|
|
|
_module.args.moduleArgs = args;
|
|
|
|
}
|