Skip to content

jb55/elm2nix

 
 

Repository files navigation

elm2nix (alpha/unstable)

Build Status

Convert Elm project into Nix expressions.

Installation

$ stack install --nix

Usage

$ cd my-project
$ ~/.local/bin/elm2nix init > default.nix
$ ~/.local/bin/elm2nix convert > elm-srcs.nix
$ nix-build

Running tests (as per travis)

$ ./scripts/tests.sh

FAQ

Why are there no Nix expressions yet to install elm2nix?

Waiting on https://github.com/input-output-hk/stack2nix 0.2 release

Why is mkDerivation inlined into default.nix?

As it's considered unstable, it's generated for now. Might change in the future.

About

Convert Elm project into Nix expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 76.8%
  • Nix 16.4%
  • Shell 6.8%