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-13 13:15:30 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
374e6bcc40
nixpkgs
/
lib
/
tests
/
modules
/
disable-declare-enable.nix
6 lines
60 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: remove unused lib (and other) arguments
2024-07-17 05:26:36 +02:00
{
.
.
.
}:
modules: add support for module replacement with disabledModules This is based on a prototype Nicolas B. Pierron worked on during a discussion we had at FOSDEM. A new version with a workaround for problems of the reverted original. Discussion: https://github.com/NixOS/nixpkgs/commit/3f2566689
2017-02-14 23:18:44 +01:00
{
disabledModules
=
[
./declare-enable.nix
]
;
}
Reference in a new issue
Copy permalink