This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-14 21:49:34 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
73440b7693
nixpkgs
/
lib
/
tests
/
modules
/
define-enable-with-custom-arg.nix
8 lines
61 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: remove unused lib (and other) arguments
2024-07-17 05:26:36 +02:00
{
custom
,
.
.
.
}:
Add tests for the new module system improvements.
2015-03-16 22:38:41 +01:00
{
config
=
{
enable
=
custom
;
}
;
}
Reference in a new issue
Copy permalink