mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
7 lines
234 B
Nix
7 lines
234 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
|