mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 06:23:36 +00:00
9 lines
69 B
Nix
9 lines
69 B
Nix
|
{
|
||
|
imports = [
|
||
|
./foo.nix
|
||
|
./bar.nix
|
||
|
];
|
||
|
|
||
|
enable = true;
|
||
|
}
|