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:
parent
4687820524
commit
00355648f0
5
nixos/modules/profiles/macos-builder.nix
Normal file
5
nixos/modules/profiles/macos-builder.nix
Normal 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
|
Loading…
Reference in a new issue