blob: 6f353056127c1dfd184c43b6100c2abdc66a823f (
plain) (
blame)
1
2
3
4
5
|
# nixpkgs checks against the `builtins.nixVersion` and fails if it
# doesn't like what it sees. To work around this we have a "user-agent
# style" version (see cl/6858) that ensures compatibility.
builtins.compareVersions "2.3" builtins.nixVersion
|