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-attrsOfSub-force-foo-enable.nix
blob
5c02dd3431467f8cb0cb92b5476a042e32cd2f4a
1
{ lib, ... }:
2
3
{
4
attrsOfSub = lib.mkForce {
5
foo.enable = false;
6
};
7
}