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
```
release-18.03-flake
Danylo Hlynskyi 2017-08-22 09:39:54 +03:00 committed by danbst
parent 09779623b4
commit cc28cf11f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Expose the minimum required version for evaluating Nixpkgs
"1.10"
"1.11"