From 4a54cd330ea57d3b9337e01f8274df6343b6750b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 25 Apr 2023 15:26:39 -0400 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 95bd2f5..fd06ef7 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ pkgs.writeShellApplication { name = "cabal-build-and-test"; # Only put packages with things that need to be on PATH here - # because that's all t hat runtimeInputs buys us. Packages with + # because that's all that runtimeInputs buys us. Packages with # different requirements need to be handled differently. runtimeInputs = with pkgs; [ pkg-config -- GitLab