mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-30 14:38:03 +00:00
5 lines
92 B
Nix
5 lines
92 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/azure-image.nix" ];
|
|
}
|