mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
12 lines
210 B
Nix
Executable file
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 ];
|
|
}
|