repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git]
/
lib
/
tests
/
modules
/
define-_module-args-custom.nix
blob
e565fd215a57f3b7016813a2ffbfcde5d49410e2
1
{ lib, ... }:
2
3
{
4
config = {
5
_module.args.custom = true;
6
};
7
}