Re: [Nix-dev] Build a derivation using sbt

2017-05-08 Thread Utku Demir
I haven't used it, but there is [sbtix][1]. [1]: https://github.com/teozkr/Sbtix -- Utku Demir m...@utdemir.com On Sat, May 6, 2017, at 10:14 AM, Volth wrote: > Hello > > Anyone tried to build a derivation using sbt ? > I found no one such project in nixpkgs. >

Re: [Nix-dev] nix on the corporate world (no direct internet access)

2016-07-09 Thread Utku Demir
On our company, we're dealing a lot with nasty corp network environments, and using nix only with minor hiccups. We have the exact same problem (Corporate firewalls); but a slightly different use case, our only objective is to install a specific derivation. We first generate a binary cache and se

Re: [Nix-dev] Basic string functions in nixops

2016-01-25 Thread Utku Demir
I usually check .nix files in " https://github.com/NixOS/nixpkgs/tree/master/lib"; folder when searching for basic functions. String manipulation functions are in "strings.nix". On your case, this should work: nix-repl> with (import ); concatStrings (take 16 (stringToCharacters "0123456789abcdefg

Re: [Nix-dev] nixpkgs haskell system got into inconsistent state broken

2015-09-22 Thread Utku Demir
Also, there is a slightly faster way to recover from that bug mentioned in Nixpkgs Manual[1], which is to just rebuild the problematic package and its dependencies. [1] http://nixos.org/nixpkgs/manual/#how-to-recover-from-ghcs-infamous-non-deterministic-library-id-bug On Mon, 21 Sep 2015 at 14:19