Re: [Nix-dev] Building Elm with Nix?

2016-02-23 Thread Anand Patil
Thanks, Rok and Jakob. It looks like
https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/compilers/elm/packages/elm-reactor-elm.nix
is
drawing in Elm packages somehow, so I may be able to follow that example.
I'll make a gist if I can get it working.

On Tue, Feb 23, 2016 at 8:45 AM Jakob Gillich  wrote:

> What is packaged is just the compiler and related tools, not the
> packages from package.elm-lang.org.
>
> On Tue, Feb 23, 2016, at 10:19 AM, Rok Garbas wrote:
> > it looks there is some support for elm packages. not sure about the
> > documentation but you can ping people which touched those files [1].
> >
> > try to convince them to document it or if you do it yourself even better
> > [2].
> >
> > [1]
> >
> https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/default.nix
> > [2] https://nixos.org/wiki/Contributing_to_Nix_documentation
> >
> >
> > On Tue, Feb 23, 2016 at 5:56 AM, Anand Patil
> >  wrote:
> > > Hi everyone,
> > >
> > > Does anyone have a system worked out for building Elm projects and
> managing
> > > their dependencies with Nix? It looks like an elmWithPackages was
> developed
> > > in 2013, http://comments.gmane.org/gmane.comp.lang.elm.general/648,
> but it
> > > doesn't seem to have been merged.
> > >
> > > Cheers,
> > > Anand
> > >
> > > ___
> > > nix-dev mailing list
> > > nix-dev@lists.science.uu.nl
> > > http://lists.science.uu.nl/mailman/listinfo/nix-dev
> > >
> >
> >
> >
> > --
> > Rok Garbas
> > http://www.garbas.si
> > r...@garbas.si
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > http://lists.science.uu.nl/mailman/listinfo/nix-dev
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Building Elm with Nix?

2016-02-23 Thread Jakob Gillich
What is packaged is just the compiler and related tools, not the
packages from package.elm-lang.org.

On Tue, Feb 23, 2016, at 10:19 AM, Rok Garbas wrote:
> it looks there is some support for elm packages. not sure about the
> documentation but you can ping people which touched those files [1].
> 
> try to convince them to document it or if you do it yourself even better
> [2].
> 
> [1]
> https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/default.nix
> [2] https://nixos.org/wiki/Contributing_to_Nix_documentation
> 
> 
> On Tue, Feb 23, 2016 at 5:56 AM, Anand Patil
>  wrote:
> > Hi everyone,
> >
> > Does anyone have a system worked out for building Elm projects and managing
> > their dependencies with Nix? It looks like an elmWithPackages was developed
> > in 2013, http://comments.gmane.org/gmane.comp.lang.elm.general/648, but it
> > doesn't seem to have been merged.
> >
> > Cheers,
> > Anand
> >
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > http://lists.science.uu.nl/mailman/listinfo/nix-dev
> >
> 
> 
> 
> -- 
> Rok Garbas
> http://www.garbas.si
> r...@garbas.si
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Building Elm with Nix?

2016-02-23 Thread Rok Garbas
it looks there is some support for elm packages. not sure about the
documentation but you can ping people which touched those files [1].

try to convince them to document it or if you do it yourself even better [2].

[1] 
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/default.nix
[2] https://nixos.org/wiki/Contributing_to_Nix_documentation


On Tue, Feb 23, 2016 at 5:56 AM, Anand Patil
 wrote:
> Hi everyone,
>
> Does anyone have a system worked out for building Elm projects and managing
> their dependencies with Nix? It looks like an elmWithPackages was developed
> in 2013, http://comments.gmane.org/gmane.comp.lang.elm.general/648, but it
> doesn't seem to have been merged.
>
> Cheers,
> Anand
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>



-- 
Rok Garbas
http://www.garbas.si
r...@garbas.si
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Building Elm with Nix?

2016-02-22 Thread Anand Patil
Hi everyone,

Does anyone have a system worked out for building Elm projects and managing
their dependencies with Nix? It looks like an elmWithPackages was developed
in 2013, http://comments.gmane.org/gmane.comp.lang.elm.general/648, but it
doesn't seem to have been merged.

Cheers,
Anand
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev