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
```
This commit is contained in:
Danylo Hlynskyi
2017-08-22 13:28:55 +03:00
committed by danbst
parent 09779623b4
commit cc28cf11f0
+1 -1
View File
@@ -1,2 +1,2 @@
# Expose the minimum required version for evaluating Nixpkgs
"1.10"
"1.11"