8921a8f53b
Original commit was reverted due to using features from a newer nix than hydra had, hydra has since been updated This reverts commit 07e726c85c8f36d3a27fb7254f09ac69c7b94c65.
8 lines
213 B
Nix
8 lines
213 B
Nix
if ! builtins ? nixVersion || builtins.compareVersions "1.8" builtins.nixVersion == 1 then
|
|
|
|
abort "This version of Nixpkgs requires Nix >= 1.8, please upgrade!"
|
|
|
|
else
|
|
|
|
import ./pkgs/top-level/all-packages.nix
|