NixToSee/modules/software/nix-helper/default.nix

7 lines
78 B
Nix

{...}: {
imports = [
#./doc.nix
./index.nix
./nix-ld.nix
];
}