8 lines
116 B
Nix
8 lines
116 B
Nix
{...}: {
|
|
imports = [
|
|
./flatpak.nix
|
|
./podman.nix
|
|
./store_pkg_file.nix
|
|
./garbage-collect.nix
|
|
];
|
|
}
|