mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
6 lines
105 B
Nix
6 lines
105 B
Nix
{ config, pkgs, modulesPath, ... }:
|
|
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/nova-image.nix" ];
|
|
}
|