This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6df5ca68f5
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-foo-if-en...
8 lines
95 B
Nix
Raw
Blame
History
{
config
,
lib
,
.
.
.
}:
{
attrsOfSub
.
foo
=
lib
.
mkIf
config
.
enable
{
enable
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink