1
1
mirror of https://github.com/srid/ema.git synced 2024-09-19 03:07:37 +03:00
ema/shell.nix
2022-05-30 09:32:57 -04:00

13 lines
334 B
Nix

# TODO: Remove this after https://github.com/srid/haskell-template/issues/23
(import
(
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
sha256 = "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=";
}
)
{
src = ./.;
}).shellNix