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