From 25ef92286da54c0547a98121f7850f2e22e96512 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 2 Oct 2023 11:06:05 -0400 Subject: [PATCH] add a shorthand for testing with a recent ghc --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6e06432..97f320d 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,8 @@ apps.cabal-test-924 = mkCabalTest "ghc924"; apps.cabal-test-943 = mkCabalTest "ghc943"; + apps.cabal-test = self.outputs.apps.${system}.cabal-test-943; + apps.release = { type = "app"; program = "${ -- GitLab