dotfiles/example/host.nix

13 lines
210 B
Nix
Raw Normal View History

2025-11-07 13:36:30 -06:00
# 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 ];
}