1
1
forked from extern/flakelight
flakelight/builtinModules/moduleArgs.nix

19 lines
294 B
Nix
Raw Normal View History

# 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
, specialArgs
, modulesPath
, moduleArgs
}@args:
{
_module.args.moduleArgs = args;
}