flake/nixos/modules/default.nix

6 lines
80 B
Nix

{...}: {
imports = [
# utils that is used internally
./myFlake
];
}