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