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-enable-with-custom-arg.nix
blob
7da74671d148d7526ae4a4aa73d6147f6bba2b48
1
{ lib, custom, ... }:
2
3
{
4
config = {
5
enable = custom;
6
};
7
}