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:
parent
fed62f31e5
commit
956f976f5b
2
Main.hs
2
Main.hs
@ -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 ()
|
||||||
|
Loading…
Reference in New Issue
Block a user