Skip to content

Commit

Permalink
builtins.nixVersion: version 2.0 -> 2.3
Browse files Browse the repository at this point in the history
Nixpkgs now has minimum required version 2.2, this allows us to
import it again.
  • Loading branch information
sorki authored and Anton-Latukha committed Jul 11, 2020
1 parent 7fae8fa commit 06edd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nix/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ data Builtin v = Builtin
builtinsList :: forall e t f m . MonadNix e t f m => m [Builtin (NValue t f m)]
builtinsList = sequence
[ do
version <- toValue (principledMakeNixStringWithoutContext "2.0")
version <- toValue (principledMakeNixStringWithoutContext "2.3")
pure $ Builtin Normal ("nixVersion", version)
, do
version <- toValue (5 :: Int)
Expand Down

0 comments on commit 06edd4b

Please sign in to comment.