mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
12 lines
120 B
Nix
12 lines
120 B
Nix
{ ... }:
|
|
{
|
|
|
|
imports = [
|
|
"${builtins.toFile "drv" "{}"}"
|
|
./declare-enable.nix
|
|
./define-enable.nix
|
|
];
|
|
|
|
}
|
|
|