From 004c3f3c59fddbfc967ee93ba9adb7792553aa3d Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 20:30:42 +0400 Subject: [PATCH] haskellPackages.test-sandbox-compose: fix typo "enviroments" -> "environments" --- pkgs/development/haskell-modules/hackage-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 21d065b4a97d..4c170a6b2fc9 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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";