haskellPackages.test-sandbox-compose: fix typo

"enviroments" -> "environments"
This commit is contained in:
fetsorn
2023-05-08 20:31:02 +04:00
parent bb34b50cea
commit 004c3f3c59
+1 -1
View File
@@ -289687,7 +289687,7 @@ self: {
base bytestring cabal-test-bin hspec hspec-test-sandbox process
shakespeare test-sandbox text unix
];
description = "Lightweight development enviroments using test-sandbox";
description = "Lightweight development environments using test-sandbox";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "test-sandbox-compose";