Commit 004c3f3c authored by fetsorn's avatar fetsorn
Browse files

haskellPackages.test-sandbox-compose: fix typo

"enviroments" -> "environments"
parent bb34b50c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";