mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
9 lines
69 B
Nix
9 lines
69 B
Nix
{
|
|
imports = [
|
|
./foo.nix
|
|
./bar.nix
|
|
];
|
|
|
|
enable = true;
|
|
}
|