stackage-server/shell.nix
Bryan Richter 51592009a1
Some checks failed
build / Haskell GHC (push) Has been cancelled
Nix integration cleanup
Keep the shell used by Stack defined in one place.
2025-11-20 20:12:21 +02:00

8 lines
111 B
Nix

(import (
fetchGit {
url = "https://github.com/edolstra/flake-compat";
}
) {
src = ./.;
}).shellNix