mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
8 lines
213 B
Nix
8 lines
213 B
Nix
if ! builtins ? nixVersion || builtins.compareVersions "1.7" builtins.nixVersion == 1 then
|
|
|
|
abort "This version of Nixpkgs requires Nix >= 1.7, please upgrade!"
|
|
|
|
else
|
|
|
|
import ./pkgs/top-level/all-packages.nix
|