mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 11:48:28 +01:00
Some checks failed
build / Haskell GHC (push) Has been cancelled
Keep the shell used by Stack defined in one place.
8 lines
111 B
Nix
8 lines
111 B
Nix
(import (
|
|
fetchGit {
|
|
url = "https://github.com/edolstra/flake-compat";
|
|
}
|
|
) {
|
|
src = ./.;
|
|
}).shellNix
|