mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
6 lines
238 B
Nix
6 lines
238 B
Nix
let lib = import ../../../lib;
|
|
in
|
|
lib.warnIf (lib.isInOldestRelease 2411)
|
|
"nixos/modules/profiles/macos-builder.nix has moved to nixos/modules/profiles/nix-builder-vm.nix; please update your NixOS imports."
|
|
./nix-builder-vm.nix
|