This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced
2024-12-30 23:34:12 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
24c1e9c598
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-foo-force-enable.nix
8 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
Issue #6161 - Add tests for NixOS modules.
2015-02-08 23:48:38 +03:00
{
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-14 00:53:03 +03:00
attrsOfSub
.
foo
=
lib
.
mkForce
{
Issue #6161 - Add tests for NixOS modules.
2015-02-08 23:48:38 +03:00
enable
=
false
;
}
;
}
Reference in New Issue
Copy Permalink