3f2566689d
This is based on a prototype Nicolas B. Pierron worked on during a discussion we had at FOSDEM.
5 lines
85 B
Nix
5 lines
85 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
disabledModules = [ "define-enable.nix" "declare-enable.nix" ];
|
|
}
|