8 lines
294 B
Nix
8 lines
294 B
Nix
if ! builtins ? nixVersion || builtins.compareVersions "1.8" builtins.nixVersion == 1 then
|
|
|
|
abort "This version of Nixpkgs requires Nix >= 1.8, please upgrade! See https://nixos.org/wiki/How_to_update_when_nix_is_too_old_to_evaluate_nixpkgs"
|
|
|
|
else
|
|
|
|
import ./pkgs/top-level/all-packages.nix
|