[Nix-commits] [NixOS/nixpkgs] 6d25f7: nixos: tor: add enableGeoIP

2017-03-17 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6d25f77a643762d718c49ab3fc86e0262d2d38fd https://github.com/NixOS/nixpkgs/commit/6d25f77a643762d718c49ab3fc86e0262d2d38fd Author: Jan Malakhovski Date: 2017-03-16 (Thu, 16 Mar 2017)

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Marc Weber
Nix is 'software distribution platform', not a dev platform. Depending on the task other solutions might be better. For instance restarting nginx/ apache the nixos way is also slower than edit/restart cycle on 'debian'. So use the right tool / env for your job. There was a hack to impurely

[Nix-dev] How do you work on big packages?

2017-03-17 Thread Volth
For example, you are working on patch for kernel or chromium or something huge like this. src= in your x.nix points to a local working directory, so every change would result in rebuilding of the deviation and its dependants. Nice so far. The problem is any change implies full rebuild,

[Nix-commits] [NixOS/nixpkgs] 427edf: robomongo: mark as broken

2017-03-17 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 427edf1e5d677795d20ebd8c8729a5f1bee20c96 https://github.com/NixOS/nixpkgs/commit/427edf1e5d677795d20ebd8c8729a5f1bee20c96 Author: Robin Gloster Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-dev] Teamviewer will not connect to remote machine

2017-03-17 Thread Christoph-Simon Senjak
Hi. I am trying to use the TeamViewer client on NixOS. I added `teamviewer` to my `environment.systemPackages` in `configuration.nix`, and set services.teamviewer.enable = true; Mostly, after boot, the client complains about no network connection being available, but after restarting

[Nix-commits] [NixOS/nixpkgs] 9bfa7c: robomongo: mark as broken

2017-03-17 Thread Robin Gloster
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 9bfa7c9c3b81aadbd970be06266febd1aa7c3867 https://github.com/NixOS/nixpkgs/commit/9bfa7c9c3b81aadbd970be06266febd1aa7c3867 Author: Robin Gloster Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-dev] Questions about the all-packages fixpoint

2017-03-17 Thread Benno Fünfstück
Hello all, I am (again) wrapping my head around the current construction of the package set. I think I understand how it works, but there's a few subtle details that I feel like they are confusing, bur probably necessary. I would like to understand why: 1. An override is given the arguments

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Linus Heckemann
On 17/03/17 16:00, Volth wrote: > What could be done here? nix-shell, and the upstream recommended build procedure. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-17 Thread Stefan Huchler
Jan Malakhovski (The ephemeral self-proclaimed Pope of SLNOS) writes: > * Our common goal is to have fun (see below) and to get a NixOS system > that can run using only suckless tools [1]. which is a subject oppinion, which tools does suck and which not. > * Some of us want

Re: [Nix-dev] NixOps: distributed builds, arm7vl

2017-03-17 Thread Théophane Hufschmitt
Hi Drew, I got a setup quite similar to the one you describe : I got a network managed by nixops consisting of a few x86 machines and an armv7l board (a bananaPi R1, which has exactly the same chipset as the BBB iirc), and forwards builds to an arm machine in the cloud. Short answer : it works

[Nix-commits] [NixOS/nixpkgs] 7196d1: shapelib: init at 1.4.0

2017-03-17 Thread Emery Hemingway
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7196d16e3fc4c214c94f8d5ff4ed515d27c17152 https://github.com/NixOS/nixpkgs/commit/7196d16e3fc4c214c94f8d5ff4ed515d27c17152 Author: Emery Hemingway Date: 2017-03-17 (Fri, 17 Mar 2017)

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Vladimír Čunát
On 03/17/2017 07:04 PM, Volth wrote: > "nix-shell" would be a super option here if it could handle > "installPhase" For my paid work (upstream) I'm perfectly comfortable with nix-shell on an expression that is slightly modified from the nixpkgs version. I solve the installing just by specifying

[Nix-commits] [NixOS/nixpkgs] ca750a: linux: 4.4.53 -> 4.4.54

2017-03-17 Thread Tim Steinbach
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: ca750a5320998ef83c8a6e24dfae989ca903ed0d https://github.com/NixOS/nixpkgs/commit/ca750a5320998ef83c8a6e24dfae989ca903ed0d Author: Tim Steinbach Date: 2017-03-17 (Fri, 17 Mar

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Volth
What I meant in the original question is more about troubleshooting than development. That development is incorporated in the deployment chain all other steps are already powered by nix: build a (patched) kernel, then build system closures with it, then test-driver scripts, then deploy/run them...

[Nix-commits] [NixOS/nixpkgs] 25d450: KDE Applications: 16.12.2 -> 16.12.3

2017-03-17 Thread Thomas Tuegel
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 25d450c0674e388bad60f25ceca4817deb601c50 https://github.com/NixOS/nixpkgs/commit/25d450c0674e388bad60f25ceca4817deb601c50 Author: Thomas Tuegel Date: 2017-03-17 (Fri, 17 Mar

Re: [Nix-dev] Questions about the all-packages fixpoint

2017-03-17 Thread Benno Fünfstück
Hi Nicolas, thank you for the answer, that clears up must of my questions. I do think that `self` is pretty standard throughout nixpkgs (at least the parts that I have worked with) for exactly this fixpoint construction, thus the name conflict is a little unfortuntate, but seems we cannot do much

Re: [Nix-dev] Questions about the all-packages fixpoint

2017-03-17 Thread Nicolas Pierron
On Fri, Mar 17, 2017 at 9:38 PM, Benno Fünfstück wrote: > One thing that is nicer about `self.callPackage` though is that you can > follow the rule "whenever taking something from self does not lead infinite > recursion, take it from self" when writing overrides. And

[Nix-commits] [NixOS/nixpkgs] 06ece4: KDE Applications: 16.12.2 -> 16.12.3

2017-03-17 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 06ece41778ff3c06dbb4fad0f87e888ca6c9889d https://github.com/NixOS/nixpkgs/commit/06ece41778ff3c06dbb4fad0f87e888ca6c9889d Author: Thomas Tuegel Date: 2017-03-12 (Sun, 12 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] ae1c27: linux: 4.4.53 -> 4.4.54

2017-03-17 Thread Tim Steinbach
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: ae1c270479c09c957f2d35dabcec05951e8ee3fb https://github.com/NixOS/nixpkgs/commit/ae1c270479c09c957f2d35dabcec05951e8ee3fb Author: Tim Steinbach Date: 2017-03-17 (Fri, 17 Mar

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-17 Thread Jan Malakhovski
Profpatsch writes: > On 17-03-17 02:00pm, Jan Malakhovski wrote: >> >> Brothers and Sisters! >> >> * Our common goal is to have fun (see below) and to get a NixOS system >> that can run using only suckless tools [1]. > > I, for one, applaud our new anonymous suckless

[Nix-commits] [NixOS/nixpkgs] 1129f9: file: 5.28 -> 5.30

2017-03-17 Thread Renaud
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1129f92f6548b9436e16e9f0a776fdbf84c43752 https://github.com/NixOS/nixpkgs/commit/1129f92f6548b9436e16e9f0a776fdbf84c43752 Author: Renaud Date: 2017-03-17 (Fri, 17 Mar

[Nix-commits] [NixOS/nixpkgs] 6cc120: marathonctl: init at 2017-03-06

2017-03-17 Thread Michael Fellinger
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6cc1200bd586dc8eeb930bbc3a25299ea27e5409 https://github.com/NixOS/nixpkgs/commit/6cc1200bd586dc8eeb930bbc3a25299ea27e5409 Author: Michael Fellinger Date: 2017-03-17 (Fri, 17

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Volth
nix-shell on its installPhase has no rights to write to /nix/store, installPhase always fails. I am thinking about something like converting a derivation (a .drv file) into two files: 1. a .sh file, which would do unpackPhase, patchPhase, configurePhase, buildPhase using the current directory,

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Profpatsch
On 17-03-17 05:34pm, Dmitry Kalinkin wrote: > Also it is funny how your statement is followed by some good advice on how to > turn nix into even better dev platform. I will only add that one could also > use ccache to speedup builds: > > my_cool_package.override { stdenv = pkgs.ccacheStdenv; }

[Nix-commits] [NixOS/nixpkgs] a8785d: emacs: fix runtime GTK3 dependencies

2017-03-17 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a8785daf0ea794f1791c598c6cac9db3858b45bb https://github.com/NixOS/nixpkgs/commit/a8785daf0ea794f1791c598c6cac9db3858b45bb Author: Nikolay Amiantov Date: 2017-03-18 (Sat, 18 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 63f1a1: neo4j service: increase file limit, per warning em...

2017-03-17 Thread Will Dietz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 63f1a14ae551f650584ac7502b5ee159221d1f92 https://github.com/NixOS/nixpkgs/commit/63f1a14ae551f650584ac7502b5ee159221d1f92 Author: Will Dietz Date: 2017-03-18 (Sat, 18 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 953616: nixos/treewide: remove boolean examples for option...

2017-03-17 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 953616907493c5b81ba3ec9dd86f1422f4d1fcd3 https://github.com/NixOS/nixpkgs/commit/953616907493c5b81ba3ec9dd86f1422f4d1fcd3 Author: Franz Pletz Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 3f1758: firefox, firefox-bin: 52.0 -> 52.0.1

2017-03-17 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3f175876e8f470b0860e37b926aa0e9776231556 https://github.com/NixOS/nixpkgs/commit/3f175876e8f470b0860e37b926aa0e9776231556 Author: taku0 Date: 2017-03-18 (Sat, 18 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 3fac05: libsodium: 1.0.11 -> 1.0.12

2017-03-17 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3fac05b9515dbee23d8d33dad42d947204192483 https://github.com/NixOS/nixpkgs/commit/3fac05b9515dbee23d8d33dad42d947204192483 Author: Joachim Fasting Date: 2017-03-16 (Thu, 16 Mar 2017)

Re: [Nix-dev] How do you work on big packages?

2017-03-17 Thread Tuomas Tynkkynen
A while ago I wrote a wrapper around nix-shell that helps with running the build steps in correct manner and order (among with other niceties like automatically creating a temporary build directory and making $out point to a path in /tmp/): https://github.com/dezgeg/nix-debug-shell I mainly wrote

[Nix-commits] [NixOS/nixpkgs] 17bfb6: citrix-receiver: add link to webpage with all vers...

2017-03-17 Thread obadz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 17bfb6a08a0f77124bbe96e2908076c821bdeb46 https://github.com/NixOS/nixpkgs/commit/17bfb6a08a0f77124bbe96e2908076c821bdeb46 Author: obadz Date: 2017-03-18 (Sat, 18 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs] ee20e8: virtmanager-qt: 0.39.60 -> 0.42.67

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ee20e8964429288df5f8186c4d6b0771633be86d https://github.com/NixOS/nixpkgs/commit/ee20e8964429288df5f8186c4d6b0771633be86d Author: Peter Hoeg Date: 2017-03-18 (Sat, 18 Mar 2017) Changed

Re: [Nix-dev] Questions about the all-packages fixpoint

2017-03-17 Thread Nicolas Pierron
Hi Benno, Before answering, let me give you a brief intro to the fix-extend function combo. The extend function is similar to the update operator of Nix `//`, the main difference is that it give its left-hand side (`super`) as argument to its right hand side. But this extend function give an

[Nix-commits] [NixOS/nixpkgs] 389423: terraform: use generic builder and add 0.9.0

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/u/tf Home: https://github.com/NixOS/nixpkgs Commit: 389423ba809108df1b60c801bf896e27b3de02b8 https://github.com/NixOS/nixpkgs/commit/389423ba809108df1b60c801bf896e27b3de02b8 Author: Peter Hoeg Date: 2017-03-17 (Fri, 17 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 0c262a: kmod-blacklist-ubuntu: 9.3 -> 22.1

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0c262a639e1f5754ebe0701b7f622e2ada26ddfa https://github.com/NixOS/nixpkgs/commit/0c262a639e1f5754ebe0701b7f622e2ada26ddfa Author: Peter Hoeg Date: 2017-03-14 (Tue, 14 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] c216a7: terraform: use generic builder and add 0.9.0 (#239...

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c216a7121545d3e5f2b0f904fe7c3fc736d9b212 https://github.com/NixOS/nixpkgs/commit/c216a7121545d3e5f2b0f904fe7c3fc736d9b212 Author: Peter Hoeg Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 088a1b: pygame: 1.9.1 -> 1.9.3

2017-03-17 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 088a1bc3110d0c0ccbd97570e851a5f4e22ab4c2 https://github.com/NixOS/nixpkgs/commit/088a1bc3110d0c0ccbd97570e851a5f4e22ab4c2 Author: Linus Heckemann Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 350603: terraform: use generic builder and add 0.9.0

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/u/tf Home: https://github.com/NixOS/nixpkgs Commit: 35060366c80dcd771d3efd682c431ad8991b4563 https://github.com/NixOS/nixpkgs/commit/35060366c80dcd771d3efd682c431ad8991b4563 Author: Peter Hoeg Date: 2017-03-17 (Fri, 17 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 1da636: terraform: use generic builder and add 0.9.0

2017-03-17 Thread Peter Hoeg
Branch: refs/heads/u/tf Home: https://github.com/NixOS/nixpkgs Commit: 1da6367177eaa1528dff4c5798b1862874ed69f7 https://github.com/NixOS/nixpkgs/commit/1da6367177eaa1528dff4c5798b1862874ed69f7 Author: Peter Hoeg Date: 2017-03-17 (Fri, 17 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs]

2017-03-17 Thread peterhoeg
Branch: refs/heads/u/tf Home: https://github.com/NixOS/nixpkgs ___ nix-commits mailing list nix-comm...@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] [NixOS/nixpkgs] 12da88: pdfpc: Add darwin support

2017-03-17 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 12da885e45c6abe3bad371e70dcd1f2760e40735 https://github.com/NixOS/nixpkgs/commit/12da885e45c6abe3bad371e70dcd1f2760e40735 Author: Jake Waksbaum Date: 2017-03-16 (Thu, 16 Mar

[Nix-commits] [NixOS/nixpkgs] 934c8c: callCabal2nix: Fixed indentation

2017-03-17 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 934c8c7a93126090f786f9d061190cf84e7d4473 https://github.com/NixOS/nixpkgs/commit/934c8c7a93126090f786f9d061190cf84e7d4473 Author: Will Fancher Date: 2017-03-17 (Fri, 17 Mar

[Nix-commits] [NixOS/nixpkgs] b4fd04: pygame_sdl2: init at 6.99.10.1227

2017-03-17 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b4fd04c395e868af9cc70cbc3729ff6cb230ad00 https://github.com/NixOS/nixpkgs/commit/b4fd04c395e868af9cc70cbc3729ff6cb230ad00 Author: Michael Raskin <7c6f4...@mail.ru> Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] df5a47: Merge pull request #23924 from 7c6f434c/improve-fi...

2017-03-17 Thread Michael Raskin
Branch: refs/heads/staging-17.03 Home: https://github.com/NixOS/nixpkgs Commit: df5a4710ff512ac062e948b54bf265ce13241fff https://github.com/NixOS/nixpkgs/commit/df5a4710ff512ac062e948b54bf265ce13241fff Author: Michael Raskin <7c6f4...@mail.ru> Date: 2017-03-17 (Fri, 17 Mar

[Nix-dev] Props to ndowens

2017-03-17 Thread Matthias Beyer
Hey, just wanted to thank the github user "ndowens" (whoever this is) - awesome job of package updates in the last few days! -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ signature.asc

[Nix-commits] [NixOS/nixpkgs] 64f3d0: purePackages.octave: 0.7 -> 0.9

2017-03-17 Thread Vladimír Čunát
Branch: refs/heads/staging-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 64f3d0c1beb5f423d6636eaca47946986cebdd34 https://github.com/NixOS/nixpkgs/commit/64f3d0c1beb5f423d6636eaca47946986cebdd34 Author: Robin Gloster Date: 2017-03-13 (Mon, 13 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 14a341: nixos: tests: firefox: make more comprehensive

2017-03-17 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 14a3412048473e022e4bc2c687c66bb5f30c0e42 https://github.com/NixOS/nixpkgs/commit/14a3412048473e022e4bc2c687c66bb5f30c0e42 Author: Michael Raskin <7c6f4...@mail.ru> Date: 2017-03-15 (Wed, 15 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 9c3c22: Python: redo setuptools bootstrapping

2017-03-17 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 9c3c22f5aa93dbeff97fca427abb1da8881a6216 https://github.com/NixOS/nixpkgs/commit/9c3c22f5aa93dbeff97fca427abb1da8881a6216 Author: Frederik Rietdijk Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 9b62e4: renpy: mark as broken

2017-03-17 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9b62e41c1e13c363b679f07f4f677cfa2e6c2acd https://github.com/NixOS/nixpkgs/commit/9b62e41c1e13c363b679f07f4f677cfa2e6c2acd Author: Linus Heckemann Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 017fdd: ponyc: 0.11.0 -> 0.11.3

2017-03-17 Thread Kamil Chmielewski
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 017fddb4be7d5c074a0b3e2dfb26b88d5e90ceaf https://github.com/NixOS/nixpkgs/commit/017fddb4be7d5c074a0b3e2dfb26b88d5e90ceaf Author: Kamil Chmielewski Date: 2017-03-17 (Fri, 17 Mar

[Nix-commits] [NixOS/nixpkgs] 15cc79: icewm: fix CFGDIR

2017-03-17 Thread Kamil Chmielewski
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 15cc79581724a745ecaf1f3a6a4add5bfd899510 https://github.com/NixOS/nixpkgs/commit/15cc79581724a745ecaf1f3a6a4add5bfd899510 Author: Volth Date: 2017-03-17 (Fri, 17 Mar 2017)

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-17 Thread Profpatsch
On 17-03-17 02:00pm, Jan Malakhovski wrote: > > Brothers and Sisters! > > * Our common goal is to have fun (see below) and to get a NixOS system > that can run using only suckless tools [1]. I, for one, applaud our new anonymous suckless leaders! On an offhand note, be advised that

[Nix-commits] [NixOS/nixpkgs] 372814: prometheus-unifi-exporter: init at 0.4.0

2017-03-17 Thread Pascal Bach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3728143cbcead48f387dd7297f76138a82ed04de https://github.com/NixOS/nixpkgs/commit/3728143cbcead48f387dd7297f76138a82ed04de Author: Pascal Bach Date: 2017-03-17 (Fri, 17 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] ca4ae4: prometheus-unifi-exporter: init at 0.4.0

2017-03-17 Thread Pascal Bach
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: ca4ae433dbc9b20f82534c0e4cdd2816e3dd43d9 https://github.com/NixOS/nixpkgs/commit/ca4ae433dbc9b20f82534c0e4cdd2816e3dd43d9 Author: Pascal Bach Date: 2017-03-17 (Fri, 17 Mar

[Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-17 Thread The ephemeral self-proclaimed Pope of SLNOS
Brothers and Sisters! I think I reached the point of no-return w.r.t. not being able to tolerate systemd on my machines any longer after systemd devs dropped utmp. I don't want to replace finely matured portable UNIX utils produced by The Old Gods for the sake of making a bunch of crazy people

[Nix-commits] [NixOS/nixpkgs] aed491: docker: 1.13.1 -> 17.03.0-ce

2017-03-17 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: aed491879588bb92bc6e5c264dd336a631d83903 https://github.com/NixOS/nixpkgs/commit/aed491879588bb92bc6e5c264dd336a631d83903 Author: Tim Steinbach Date: 2017-03-14 (Tue, 14 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 273e48: rustNightlyBin: 2017-01-26 -> 2017-03-16 (#23988)

2017-03-17 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 273e480379b233b91c327e9e63746f387d764851 https://github.com/NixOS/nixpkgs/commit/273e480379b233b91c327e9e63746f387d764851 Author: Jörg Thalheim Date: 2017-03-17 (Fri, 17