2020-01-10 04:11:53 +01:00
|
|
|
{ lib, ... }:
|
2020-01-10 16:02:36 +01:00
|
|
|
{
|
2020-01-10 04:11:53 +01:00
|
|
|
|
|
|
|
imports = [
|
2020-01-10 16:02:36 +01:00
|
|
|
"${builtins.toFile "drv" "{}"}"
|
2020-01-10 04:11:53 +01:00
|
|
|
./declare-enable.nix
|
|
|
|
./define-enable.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
}
|
2020-01-10 16:02:36 +01:00
|
|
|
|