Skip to content

Commit

Permalink
Let's see how terrible this breaks. I'm a bit concerned this will fai…
Browse files Browse the repository at this point in the history
…l to eval on linux after, but let's see.
  • Loading branch information
angerman committed Oct 13, 2024
1 parent e94c4e2 commit 70fa9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
license = pkgs.lib.licenses.asl20;
platforms = pkgs.lib.platforms.unix;
};
})) devShellsWithEvalOnLinux) // {
})) devShells) // {
};
packages.cabalProjectLocal.static = (import ./quirks.nix { pkgs = static-pkgs; static = true; }).template;
packages.cabalProjectLocal.cross-js = (import ./quirks.nix { pkgs = js-pkgs; }).template;
Expand Down

0 comments on commit 70fa9f7

Please sign in to comment.