summary refs log tree commit diff
path: root/nixos/modules/misc/extra-arguments.nix
blob: f4ee94ecc0d7e427208b49e2abb4f83416e65b51 (plain) (blame)
1
2
3
4
5
6
7
{ lib, pkgs, config, ... }:

{
  _module.args = {
    utils = import ../../lib/utils.nix pkgs;
  };
}