1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

nixos/modules/profiles/macos-builder.nix: Restore as alias

This commit is contained in:
Robert Hensing 2024-10-08 10:25:58 +02:00
parent 4687820524
commit 00355648f0

View file

@ -0,0 +1,5 @@
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