mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
3f2566689d
This is based on a prototype Nicolas B. Pierron worked on during a discussion we had at FOSDEM.
6 lines
65 B
Nix
6 lines
65 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
disabledModules = [ ./declare-enable.nix ];
|
|
}
|