8 lines
62 B
Nix
8 lines
62 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./packages
|
|
./unstable
|
|
];
|
|
}
|