mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
add stack for use in Nix devshells
This commit is contained in:
parent
78223f5937
commit
e0a09825bf
1 changed files with 21 additions and 0 deletions
21
stack-nix.yaml
Normal file
21
stack-nix.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
resolver: lts-24.25
|
||||
|
||||
allow-newer: true
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
||||
extra-deps:
|
||||
- geojson-4.1.1@sha256:f450e81d4fe1993f97c7cdb2b9743d54d2621c37b67d8a89536e5e09d33fd737,4233
|
||||
- reanimate-svg-0.13.0.1@sha256:260957e61e2e290a6cbca1d129fa0da66d624a224d0016d3bdc76fa210c70cbd,2950
|
||||
|
||||
nix:
|
||||
enable: true
|
||||
packages:
|
||||
- zlib
|
||||
- ffmpeg
|
||||
- imagemagick
|
||||
- librsvg
|
||||
|
||||
system-ghc: true
|
||||
install-ghc: false
|
||||
Loading…
Reference in a new issue