mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
if we abort with too old Nix, hint docs
(cherry picked from commit 1defdb972e
)
Signed-off-by: Domen Kožar <domen@dev.si>
Conflicts:
default.nix
This commit is contained in:
parent
8cf5faeba6
commit
10792c5035
@ -1,6 +1,6 @@
|
||||
if ! builtins ? nixVersion || builtins.compareVersions "1.7" builtins.nixVersion == 1 then
|
||||
|
||||
abort "This version of Nixpkgs requires Nix >= 1.7, please upgrade!"
|
||||
abort "This version of Nixpkgs requires Nix >= 1.7, please upgrade! See https://nixos.org/wiki/How_to_update_when_nix_is_too_old_to_evaluate_nixpkgs"
|
||||
|
||||
else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user