Skip to content

Commit acd6636

Browse files
committed
wip
1 parent 714ceb1 commit acd6636

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/outputs.nix

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

86-
devShells =
87-
(non-profiled-shells) //
88-
{ profiled = mkShell project.projectVariants.profiled; };
89-
9086
non-profiled-shells = rec {
9187
default = ghc96;
9288
ghc810 = mkShell project.projectVariants.ghc810;
@@ -95,6 +91,10 @@ let
9591
ghc910 = mkShell project.projectVariants.ghc910;
9692
};
9793

94+
devShells =
95+
(non-profiled-shells) //
96+
{ profiled = mkShell project.projectVariants.profiled; };
97+
9898
nested-ci-jobs = {
9999
"x86_64-linux" =
100100
(project-variants-hydra-jobs) //

0 commit comments

Comments
 (0)