mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-21 15:03:15 +01:00
9 lines
227 B
Nix
9 lines
227 B
Nix
# flakelight -- Framework for simplifying flake setup
|
|
# Copyright (C) 2023 Archit Gupta <archit@accelbread.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
{ config, ... }@args:
|
|
{
|
|
_module.args.moduleArgs = args // config._module.args;
|
|
}
|