nixpkgs/lib/minver.nix
Danylo Hlynskyi cc28cf11f0 Nix minimal version: 1.10 -> 1.11
`ruby` attribute requires features from 1.11
```
$ nix-build -A ruby
error: cannot coerce a set to a string, at pkgs/development/interpreters/ruby/default.nix:57:17
```
2017-08-22 13:28:55 +03:00

3 lines
68 B
Nix

# Expose the minimum required version for evaluating Nixpkgs
"1.11"