1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-07 22:36:53 +03:00

Update Main.hs

Co-Authored-By: nmattia <nicolas@nmattia.com>
This commit is contained in:
lewo 2019-03-13 12:53:28 +01:00 committed by Nicolas Mattia
parent fed62f31e5
commit 956f976f5b

View File

@ -659,7 +659,7 @@ warnIfOutdated = do
[ "WARNING: " <> pathNixSourcesNix <> " is out of date." [ "WARNING: " <> pathNixSourcesNix <> " is out of date."
, "Please run" , "Please run"
, " niv init" , " niv init"
, "or add the following line in your file:" , "or add the following line in the " <> pathNixSourcesNix <> " file:"
, " # niv: no_update" , " # niv: no_update"
] ]
else pure () else pure ()