mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-30 01:39:36 +03:00
11 lines
190 B
Nix
11 lines
190 B
Nix
{ config, pkgs, lib, modulesPath, ... }:
|
|
|
|
{
|
|
imports = [
|
|
"${toString modulesPath}/virtualisation/lxc-container.nix"
|
|
];
|
|
|
|
formatAttr = "tarball";
|
|
filename = "*/tarball/*.tar.xz";
|
|
}
|