dotfiles/example/host.nix
2025-11-07 13:36:30 -06:00

12 lines
210 B
Nix
Executable file

# TODO: remove this file after 2024
{ lib, ... }:
lib.warn
''
microvm.nix/nixos-modules/host.nix has moved to
microvm.nix/nixos-modules/host -- please update.
''
{
imports = [ ./host ];
}