10 lines
82 B
Nix
10 lines
82 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nh
|
|
./nix
|
|
./nixpkgs
|
|
./subs
|
|
];
|
|
}
|