nixcfg/nixosModules/containers/default.nix

9 lines
61 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [./oci];
}