Fix user-facing typos (mainly in descriptions)
This commit is contained in:
@@ -11,7 +11,7 @@ rec {
|
||||
then "i686-apple-darwin"
|
||||
else if stdenv.system == "x86_64-darwin"
|
||||
then "x86_64-apple-darwin"
|
||||
else throw "no snapshot to boostrap for this platform (missing platform url suffix)";
|
||||
else throw "no snapshot to bootstrap for this platform (missing platform url suffix)";
|
||||
|
||||
snapshotHash = if stdenv.system == "i686-linux"
|
||||
then "4dea04e278192c5409f43794a98f20a8f59df2d9"
|
||||
|
||||
Reference in New Issue
Block a user