X-Git-Url: http://git.scottworley.com/warn-nixpkgs/blobdiff_plain/f34f487e19353fd11f3ef1c0879ac05363bb5b43..6996da60d17230ddad0f447255f3e9bb112ae054:/nixos/modules/installer/tools/get-version-suffix diff --git a/nixos/modules/installer/tools/get-version-suffix b/nixos/modules/installer/tools/get-version-suffix new file mode 100755 index 0000000..fceb513 --- /dev/null +++ b/nixos/modules/installer/tools/get-version-suffix @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "warning: Using legacy channel get-version-suffix from `nix-instantiate --find-file nixpkgs-warned "$@"`/nixos/modules/installer/tools/get-version-suffix" >&2 + +/bin/sh `nix-instantiate --find-file nixpkgs-warned "$@"`/nixos/modules/installer/tools/get-version-suffix "$@"