Re: [Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Putten, A. van (Arian)
By all means! From: Matthias Beyer [m...@beyermatthias.de] Sent: Sunday, February 05, 2017 6:44 PM To: Putten, A. van (Arian) Cc: nix-dev@lists.science.uu.nl Subject: Re: [Nix-dev] FOSDEM NixOS meetup minutes Hi, I'm not at FOSDEM, but I'd love to put

[Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Putten, A. van (Arian)
Dear list, We had a very spontaneous NixOS discussion panel at FOSDEM. I took minutes. I must say they're a bit rushy at times, so add stuff to it you think isn't clear or is lacking in content. Thanks! http://piratepad.net/1nHg65LMQj ___ nix-dev

Re: [Nix-dev] Fosdem

2017-01-30 Thread Putten, A. van (Arian)
I will be there! From: nix-dev-boun...@lists.science.uu.nl [nix-dev-boun...@lists.science.uu.nl] on behalf of Nathan Bijnens [nat...@nathan.gs] Sent: Monday, January 30, 2017 9:35 PM To: Louis Taylor Cc: nix-dev Subject: Re: [Nix-dev] Fosdem I will be there on

[Nix-dev] Caution: LetsEncrypt broken in 16.09 - fix included in this mail

2016-12-15 Thread Putten, A. van (Arian)
cloned the repo): nixpkgs.config.packageOverrides = pkgs: rec { simp_le = pkgs.callPackage PATH/TO/nixpkgs/pkgs/tools/admin/simp_le {}; }; now rebuild and you should be fine. Once the update has been built by hydra, it is safe to delete this line again. Cheers, Arian van Putten

[Nix-dev] Announcing nix-acbuild . Create appc containers from nix packages with ease

2017-06-03 Thread Putten, A. van (Arian)
Hey there folks, Are you not in the position to force your company to run NixOS, but can you convince them to run containers? For example, your are running a Kubernetes cluster on CoreOS or Openshif? I've created a small nix script that packages up any nix package into a AppC container,

Re: [Nix-dev] Announcing nix-acbuild . Create appc containers from nix packages with ease

2017-06-05 Thread Putten, A. van (Arian)
, A. van (Arian) wrote: > Hey there folks, > > Are you not in the position to force your company to run NixOS, but can you > convince them to > run containers? For example, your are running a Kubernetes cluster on > CoreOS or Openshif? > > I've created a small nix script