matrix-media-expanded/shell.nix

13 lines
334 B
Nix
Raw Normal View History

2022-05-30 13:24:56 +00:00
# TODO: Remove this after https://github.com/srid/haskell-template/issues/23
2021-05-31 23:19:51 +00:00
(import
(
fetchTarball {
2022-05-30 13:24:56 +00:00
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
sha256 = "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=";
2021-05-31 23:19:51 +00:00
}
)
{
src = ./.;
}).shellNix