Skip to content

Commit 4f74434

Browse files
committed
wip
1 parent 66fe89d commit 4f74434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/outputs.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,12 @@ let
8383
static-haskell-packages //
8484
extra-artifacts;
8585

86+
devShells =
87+
(non-profiled-shells) //
88+
{ profiled = mkShell project.projectVariants.profiled; };
89+
8690
non-profiled-shells = rec {
8791
default = ghc96;
88-
profiled = mkShell project.projectVariants.profiled;
8992
ghc810 = mkShell project.projectVariants.ghc810;
9093
ghc96 = mkShell project.projectVariants.ghc96;
9194
ghc98 = mkShell project.projectVariants.ghc98;

0 commit comments

Comments
 (0)