[Nix-commits] [NixOS/nixpkgs] 3c83ce: pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 ...

2017-05-30 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3c83ce30142426807dd7fdef02e2e404f6ad5d9e https://github.com/NixOS/nixpkgs/commit/3c83ce30142426807dd7fdef02e2e404f6ad5d9e Author: Matthias Beyer Date: 2017-05-30 (Tue, 30 May 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 97eddf: vimer: init at 0.2.0

2017-05-29 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 97eddf0907edfbb2e80258b1104034dbff90bd53 https://github.com/NixOS/nixpkgs/commit/97eddf0907edfbb2e80258b1104034dbff90bd53 Author: Matthias Beyer Date: 2017-05-29 (Mon, 29 May 2017) Changed paths

Re: [Nix-dev] Nixos wiki project

2017-05-12 Thread Matthias Beyer
On 10-05-2017 10:52:16, Arseniy Seroka wrote: > I think that disabling wiki is one of the the worst > decisions in nixos community. +1 -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ signatu

[Nix-dev] NixOS on Pinebook?

2017-05-04 Thread Matthias Beyer
Hi! Has someone successfully got NixOS on a pinebook[0] running? [0]: https://www.pine64.org/?page_id=3707 -- 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 Description: PGP signature

[Nix-commits] [NixOS/nixpkgs] c44be8: Revert "ipfs: 0.4.6 -> 0.4.8" (#25149)

2017-04-23 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c44be81d3898386282a88ad3ca07a6558e654bf0 https://github.com/NixOS/nixpkgs/commit/c44be81d3898386282a88ad3ca07a6558e654bf0 Author: Matthias Beyer Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths

[Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Matthias Beyer
chen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] heise.de mentioned the NixOS 17.03 release! (was: NixOS 17.03 'Gorilla' Released)

2017-04-04 Thread Matthias Beyer
s > > managed one release. Any opinions? I'm not opposed to doing it again > > but it needs quite some time I could also spend on other work. > > > > PS: Note that according to our new policy, 16.09 is still supported one > > month by our security team

[Nix-commits] [NixOS/nixpkgs] 315e1a: doc: Add rust documentation (#23510)

2017-03-20 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 315e1a23c0ae1e8d30cee4de5908ce2bd2337968 https://github.com/NixOS/nixpkgs/commit/315e1a23c0ae1e8d30cee4de5908ce2bd2337968 Author: Matthias Beyer Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths

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

2017-03-19 Thread Matthias Beyer
hem into the repo is one of our goals. We're not there yet, but we'll get there eventually. For more information, see "doc" or open an issue, please. Don't want to hijack this thread. [0]: https://github.com/neithernut/git-dit/ -- Mit freundlichen Grüßen, Kind regards,

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

2017-03-18 Thread Matthias Beyer
On 18-03-2017 22:25:18, Jookia wrote: > On Sat, Mar 18, 2017 at 11:32:18AM +0100, Matthias Beyer wrote: > > But then you have to think about why these people are doing it. > > Clearly because they think they can do something better - which is > > fine IMO. > > >

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

2017-03-18 Thread Matthias Beyer
On 18-03-2017 21:23:36, Jookia wrote: > On Sat, Mar 18, 2017 at 11:10:51AM +0100, Matthias Beyer wrote: > > On 18-03-2017 11:39:15, Jookia wrote: > > > Having enough interest to get forked is certainly a good thing. Who > > > knows, maybe NixOS will join the

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

2017-03-18 Thread Matthias Beyer
hear all voices and try to get the best of all worlds Having many spinoffs won't help anyone and result in a _lot_ of work duplicated. That is _never_ a good thing. I'm not stating whether I like the proposed effort or not. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Conside

[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/ sig

Re: [Nix-dev] nix-shell with overlay?

2017-03-07 Thread Matthias Beyer
On 07-03-2017 16:33:15, Profpatsch wrote: > On 17-03-07 03:57pm, Matthias Beyer wrote: > > Hi, > > > > is there a way to import an overlay in a default.nix for a nix-shell > > and use the packages from the overlay in the nix-shell only, without > > installing t

[Nix-dev] nix-shell with overlay?

2017-03-07 Thread Matthias Beyer
Hi, is there a way to import an overlay in a default.nix for a nix-shell and use the packages from the overlay in the nix-shell only, without installing the overlay "globally" for my user? If yes, how? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switchi

[Nix-commits] [NixOS/nixpkgs] 20c2f5: xfce4-mpc-plugin: init at 0.4.5 (#22560)

2017-03-05 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 20c2f51967271c2274d7c5255be394926afd9649 https://github.com/NixOS/nixpkgs/commit/20c2f51967271c2274d7c5255be394926afd9649 Author: Matthias Beyer Date: 2017-03-05 (Sun, 05 Mar 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 21c51c: xfce-timer-plugin: init at 1.6.0 (#22563)

2017-03-05 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 21c51c570e6db667dd45cd3972176bbc8f868633 https://github.com/NixOS/nixpkgs/commit/21c51c570e6db667dd45cd3972176bbc8f868633 Author: Matthias Beyer Date: 2017-03-05 (Sun, 05 Mar 2017) Changed paths

Re: [Nix-dev] Rust prebuilt package overlay.

2017-03-05 Thread Matthias Beyer
h appreciated! > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/

[Nix-dev] Where is monitor.nixos.org?

2017-02-27 Thread Matthias Beyer
Hi, why is monitor.nixos.org gone? It was always a really helpful tool and I really liked it! -- 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 Description: PGP signature

[Nix-commits] [NixOS/nixpkgs] 2cc06f: hr: init at 1.2 (#23153)

2017-02-26 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2cc06f0203670ffee55212059632f0a02b675db0 https://github.com/NixOS/nixpkgs/commit/2cc06f0203670ffee55212059632f0a02b675db0 Author: Matthias Beyer Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] bfe1d7: mwic: init at 0.7.2 (#23183)

2017-02-26 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfe1d74eb83ff2fca1db158d0e08b404bc9a60e6 https://github.com/NixOS/nixpkgs/commit/bfe1d74eb83ff2fca1db158d0e08b404bc9a60e6 Author: Matthias Beyer Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 77064c: mutt: 1.7.2 -> 1.8.0

2017-02-25 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 77064ceb35d01440020d5f543c15762557154885 https://github.com/NixOS/nixpkgs/commit/77064ceb35d01440020d5f543c15762557154885 Author: Matthias Beyer Date: 2017-02-25 (Sat, 25 Feb 2017) Changed paths

Re: [Nix-dev] Configure Nix to compile in RAMFS?

2017-02-22 Thread Matthias Beyer
uot;size=2m" "mode=1777"]; }] > > (adopt to your liking) > > or > > boot.tmpOnTmpfs = true; > > in configuration.nix ? > If this is true, I already compiled everything on RAM :-) -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer

[Nix-dev] Configure Nix to compile in RAMFS?

2017-02-21 Thread Matthias Beyer
Hi, is it possible to set Nix to compile in a RAMFS? If yes, how to do this? -- 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 Description: PGP signature

[Nix-dev] Cannot override MemoryLimit and CPUShares in service?

2017-02-17 Thread Matthias Beyer
e so into my system configuration: containers = { hound = import ./containers/hound.nix { port = 8082; MemoryHighMB = 512; CPUShares = 512; }; }; And it fails with: error: The option `containers.gitit.services.gitit.serviceConfig' defined in `' does no

Re: [Nix-dev] NixOS master broken again

2017-02-15 Thread Matthias Beyer
after my signature. > > (Are the Hydra developers close to making Hydra build PRs and only > merge on success yet?) > -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ signature.

Re: [Nix-dev] Implement a process for maintaining simple package updates?

2017-02-05 Thread Matthias Beyer
On 05-02-2017 13:40:40, Graham Christensen wrote: > Matthias Beyer writes: > > I would like to ask whether it would be of any help if someone > > (for example me) would take all package-update PRs and cherry-pick > > these commits on a "package-update" branch wh

[Nix-dev] Implement a process for maintaining simple package updates?

2017-02-05 Thread Matthias Beyer
... Also, as I have expressed elsewhere, I don't want push-access for nixpkgs. If such an process gets implemented, I still don't want push access and would ping some core-maintainer to do the merge then. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching

Re: [Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Matthias Beyer
ence.uu.nl/mailman/listinfo/nix-dev -- 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 Description: PGP signature ___ nix-dev mailing list nix-de

Re: [Nix-dev] nixpkgs > 100k commits

2017-02-04 Thread Matthias Beyer
On 05-02-2017 01:23:31, Roger Qiu wrote: > Awesome! Although if it ever becomes an issue, we could look into GVFS (git > virtual filesystem) released by Microsoft. Not sure if troll ... -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds

Re: [Nix-dev] nixpkgs > 100k commits

2017-02-04 Thread Matthias Beyer
On 02-02-2017 15:33:09, Bas van Dijk wrote: > FYI the nixpkgs repository[1] just went over 100.000 commits! Relevant: https://www.reddit.com/r/NixOS/comments/5rsqde/nixpkgs_just_hit_the_10_commits_mark/ -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching

Re: [Nix-dev] nixpkgs > 100k commits

2017-02-04 Thread Matthias Beyer
Oh wait, we seem to be doing just fine. :-) I love the progress we have, though having +1400 issues and +300 PRs open (some from 2014!!!) concerns me! -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ si

Re: [Nix-dev] Shutting down prs.nix.gsc.io

2017-02-01 Thread Matthias Beyer
No need for a nice write-up, just dump in what you did. We can go on from there! Thanks a lot for your effort! -- 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 De

Re: [Nix-dev] Hydra Building PRs

2017-02-01 Thread Matthias Beyer
could email the author of the PR (or all authors of the commits) if someone objects against github-issue-comment-noise! -- 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] 904bcb: yaft: init at 0.2.9

2017-01-31 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 904bcb391dc41717fedeefc07c63b5f8c4e6b88a https://github.com/NixOS/nixpkgs/commit/904bcb391dc41717fedeefc07c63b5f8c4e6b88a Author: Matthias Beyer Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths

[Nix-commits] [NixOS/nixpkgs] 3ccc13: cataract: init at 1.1.0 and HEAD

2017-01-31 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3ccc139b3db8d9417006eb9deeb75038b2fc33fa https://github.com/NixOS/nixpkgs/commit/3ccc139b3db8d9417006eb9deeb75038b2fc33fa Author: Matthias Beyer Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths

Re: [Nix-dev] NixOS on (Android) Tablet

2017-01-16 Thread Matthias Beyer
nix. > > 2017-01-12 21:37 GMT+01:00 Matthias Beyer : > > > Hi community. > > > > I just ordered a XIDO Z120 Tablet with the idea to try to get NixOS on > > it working, over the next few months, ... as an early summer-project. > > > > If you hav

[Nix-dev] NixOS on (Android) Tablet

2017-01-12 Thread Matthias Beyer
blog and notify this list about it! -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] A call for NixOS 17.03 release manager

2017-01-12 Thread Matthias Beyer
; http://nixos.org/nixos/manual/index.html#ch-releases > > PS: this by far doesn't mean I won't be active anymore, I'll just shift > focus. > > Thank you so much, Domen > ___ > nix-dev mailing list > nix-dev@lists.sci

Re: [Nix-dev] Expression to list all packages from ?

2017-01-04 Thread Matthias Beyer
27;t mind a PR, actually! :-P [0]: https://github.com/matthiasbeyer/nixos-scripts/ -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-

Re: [Nix-dev] Expression to list all packages from ?

2017-01-03 Thread Matthias Beyer
This is awesome! Thank you a lot! On 03-01-2017 13:18:15, Maarten Hoogendoorn wrote: > I hacked something together: > https://gist.github.com/moretea/a28f0fa2afe99fc6cd026ac56460bf84 > > 2017-01-03 12:19 GMT+01:00 Matthias Beyer : > > > Hi, > > > > I tried to

[Nix-dev] Expression to list all packages from ?

2017-01-03 Thread Matthias Beyer
Hi, I tried to hack a nix expression to list all package names for a given maintainer. But I failed. Is there someone out there who has such an expression? Also, I wanted to wish you all a very nice year 2017! -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt

[Nix-commits] [NixOS/nixpkgs] e336ac: pytest_30: Add override from pytest_27

2016-10-21 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e336acb096649b3930e1d33d6392d69d8b807440 https://github.com/NixOS/nixpkgs/commit/e336acb096649b3930e1d33d6392d69d8b807440 Author: Matthias Beyer Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths

[Nix-dev] Has someone had success with vi-{cmd, ins}-mode-string setting for Bash 4.4?

2016-10-17 Thread Matthias Beyer
help me - or is there somebody out there who has this thing working? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing li

[Nix-commits] [NixOS/nixpkgs] 081c54: radare2: 0.9.7 -> 0.10.6

2016-10-02 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 081c5494acd16369749604d4328595c81eb8e85b https://github.com/NixOS/nixpkgs/commit/081c5494acd16369749604d4328595c81eb8e85b Author: Matthias Beyer Date: 2016-10-02 (Sun, 02 Oct 2016) Changed paths

Re: [Nix-dev] Congratulations Rok, you're on Heise.de!

2016-10-02 Thread Matthias Beyer
On 02-10-2016 11:16:43, Matthias Beyer wrote: > > http://www.golem.de/news/systemd-conf-2016-plaene-fuer-portable-systemdienste-und-neue-kernel-ipc-1610-123564-2.html Uh, my bad... this was golem.de, not heise.de! I'm sorry! :-) -- Mit freundlichen Grüßen, Kind regards, Mat

[Nix-dev] Congratulations Rok, you're on Heise.de!

2016-10-02 Thread Matthias Beyer
, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Remove Python 2.6 and 3.3

2016-09-26 Thread Matthias Beyer
ndlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Remove Python 2.6 and 3.3

2016-09-26 Thread Matthias Beyer
mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature _

[Nix-dev] Override bash or submit alternative bash pkgs to nixpkgs?

2016-09-09 Thread Matthias Beyer
set implicitely somewhere? Or would it be better so submit a modification to readline so one can build bash with the modified readline right from the nixpkgs repository? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc

Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Matthias Beyer
an issue in the nixpkgs repository! -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://li

[Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Matthias Beyer
dead (or maybe I should say "unused") TTY. Someone having the same issue and an idea where this comes from? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP

Re: [Nix-dev] rustc failure on nix only?

2016-08-30 Thread Matthias Beyer
stall nix or ... well,... write a makefile to automate this... so a makefile is the better choice here. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___

Re: [Nix-dev] rustc failure on nix only?

2016-08-30 Thread Matthias Beyer
On 31-08-2016 00:55:27, stewart mackenzie wrote: > Hi Matthias Beyer, Hi Stewart, first of: you did send this mail to nix-dev mailinglist, are you aware? You didn't CC me or something like that and you really had luck that I see this mail actually... :-) Next time please put me in

Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-30 Thread Matthias Beyer
t was before kernel 3.18 or so, so maybe it is a new kernel issue... I'm not sure whether to report to LKML, though. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Descripti

Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-30 Thread Matthias Beyer
it is overheated. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mail

Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-30 Thread Matthias Beyer
by now. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-30 Thread Matthias Beyer
this causes some shutdown of processes, log messages by systemd and so on... in my log is _nothing_. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature __

[Nix-dev] Unwanted, unannounced reboot

2016-08-30 Thread Matthias Beyer
(GCC) ) #1-NixOS SMP Sun Jul 24 19:23:50 UTC 2016 So, as you can see, there is no shutdown process (stopping processes, closing journal, etc). What is this? How does this happen? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signatu

[Nix-commits] [NixOS/nixpkgs] 87cecb: timewarrior: 1.0.0.beta1 -> 1.0.0 (#18120)

2016-08-30 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 87cecbeba631a6943f54d95883cd81fbeb5aca97 https://github.com/NixOS/nixpkgs/commit/87cecbeba631a6943f54d95883cd81fbeb5aca97 Author: Matthias Beyer Date: 2016-08-30 (Tue, 30 Aug 2016) Changed paths

[Nix-commits] [NixOS/nixpkgs] c31cbe: xterm: Make dec-locator support optional (#17238)

2016-07-27 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c31cbe8f9ca17f0c9a8a1d3966399108a7e5dd95 https://github.com/NixOS/nixpkgs/commit/c31cbe8f9ca17f0c9a8a1d3966399108a7e5dd95 Author: Matthias Beyer Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths

Re: [Nix-dev] NixOS 16.09 stable branch-off is due in ~a month

2016-07-26 Thread Matthias Beyer
s.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Skillset labels

2016-07-24 Thread Matthias Beyer
ev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___

Re: [Nix-dev] Too many open issues

2016-07-24 Thread Matthias Beyer
equest a repo-access-level where you only can put labels on issues and PRs. As far as I remember, this was over a year ago and they told me (again, AFAIR) they already have something like that on their list. Would be nice to be able to label issues without having more access to the repo, rig

Re: [Nix-dev] Requesting issue closing rights

2016-07-23 Thread Matthias Beyer
ing, but not being able to close issues > is a nuisance. Not sure what access rights are needed, > but there’s probably a few people on the core team who > know me by now. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. sig

Re: [Nix-dev] Too many open issues

2016-07-22 Thread Matthias Beyer
s a big NO-NO. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman

Re: [Nix-dev] Too many open issues

2016-07-22 Thread Matthias Beyer
d regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Too many open issues

2016-07-22 Thread Matthias Beyer
ys that the issue will be closed and another 3 until it is closed, maybe. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nix] 2ec9d2: NIX_REMOTE_SYSTEMS path must be absolute (#957)

2016-07-21 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 2ec9d2fb02e8b181009c9a7292c7d5af382af277 https://github.com/NixOS/nix/commit/2ec9d2fb02e8b181009c9a7292c7d5af382af277 Author: Matthias Beyer Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M doc

[Nix-commits] [NixOS/nixpkgs] 77fccc: wikicurses: init at 1.3 (#16916)

2016-07-18 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 77fcccf7d70636c1aede4907e308a1a7b03ce120 https://github.com/NixOS/nixpkgs/commit/77fcccf7d70636c1aede4907e308a1a7b03ce120 Author: Matthias Beyer Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths

Re: [Nix-dev] nix-shell does not work???

2016-07-18 Thread Matthias Beyer
FYI: I just reported this here: https://github.com/NixOS/nix/issues/976 On 17-07-2016 20:17:16, Matthias Beyer wrote: > No, $SHLVL indicates that I'm in a new shell, actually. > > On 17-07-2016 19:50:41, Daniel Hlynskyi wrote: > > Perhaps shell exits too soon. One way

Re: [Nix-dev] nix-shell does not work???

2016-07-17 Thread Matthias Beyer
just like Bjorn said > > 2016-07-17 17:45 GMT+03:00 Matthias Beyer : > > > I just verified this: > > > > echo $PATH | sha1sum > > a439474de411c2baec5dc5fad9d9c11180c7558b > > > > nix-shell -p beancount # a program I do not have installed

Re: [Nix-dev] nix-shell does not work???

2016-07-17 Thread Matthias Beyer
, beancount is not in scope after calling nix-shell. This is on: * System: 16.09pre85931.125 (Flounder) * Nix version: nix-env (Nix) 1.11.2 * Nixpkgs version: "16.09pre85931.125" Should I submit this to nix/nixpkgs? On 11-07-2016 12:58:47, Matthias Beyer wrote: > Nop

Re: [Nix-dev] Hydra out of disk space

2016-07-16 Thread Matthias Beyer
iling 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 -- Mit freundlichen Grüßen, K

Re: [Nix-dev] Has someone a working setup for Kernel development with NixOS?

2016-07-15 Thread Matthias Beyer
script if you want more insight into qemu options. > If I remember well, in my setup the network stack of the guest was not used, > the host kernel was used instead, even in the VM. > I am no expert, so I may be wrong. Just keep it in mind if you experience > strange results. > > You may

[Nix-dev] nix-shell does not work???

2016-07-11 Thread Matthias Beyer
hen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 340a5d: openvpn: 2.3.10 -> 2.3.11

2016-07-09 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 340a5d6fbf15deed0cd219f9f835707205a531a3 https://github.com/NixOS/nixpkgs/commit/340a5d6fbf15deed0cd219f9f835707205a531a3 Author: Matthias Beyer Date: 2016-07-09 (Sat, 09 Jul 2016) Changed paths

[Nix-dev] How does the kernel get build? Because /usr/bin/perl is hardcoded in the kernel sources...

2016-06-30 Thread Matthias Beyer
shebang lines of all these files before invoking the build... but I'm not sure here. Maybe someone can point this out to me. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP sign

Re: [Nix-dev] Has someone a working setup for Kernel development with NixOS?

2016-06-27 Thread Matthias Beyer
hanks for the ping: > https://github.com/NixOS/nixpkgs/issues/14721 > > On Mon, Jun 27, 2016, 20:30 Matthias Beyer wrote: > > > Hi there, > > > > so I'm sending a PING on this because nobody responded. This will be > > my only PING (as I'm really intere

Re: [Nix-dev] Has someone a working setup for Kernel development with NixOS?

2016-06-27 Thread Matthias Beyer
Hi there, so I'm sending a PING on this because nobody responded. This will be my only PING (as I'm really interested in doing this) and I will not send any further PINGs on this, as it might be too much noise for some people in here. On 18-06-2016 20:16:48, Matthias Beyer wrote: &g

Re: [Nix-dev] nix-shell, user-environments and persistent environments - confusion!

2016-06-23 Thread Matthias Beyer
Hi, just want to set a ping on this, maybe someone can help me here. On 20-06-2016 19:59:19, Matthias Beyer wrote: > Hi, > > maybe someone can clear things up for me: > > I want persistent development environments[0] which is do-able, but > nowhere is stated how to upg

[Nix-dev] nix-shell, user-environments and persistent environments - confusion!

2016-06-20 Thread Matthias Beyer
docs... feel free to point me into the right direction or throw some links in my face. :-) [0]: https://nixos.org/wiki/Development_Environments#Making_a_Persistent_nix-shell_Environment -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with

[Nix-dev] How does hydra move forward?

2016-06-20 Thread Matthias Beyer
ommit and the current build to try commits in between or something like that? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing lis

[Nix-dev] Has someone a working setup for Kernel development with NixOS?

2016-06-18 Thread Matthias Beyer
nd regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Raspberry-Pi NixOS

2016-06-15 Thread Matthias Beyer
ARM? > > On Wed, Jun 15, 2016 at 02:26:51PM +0200, Bas van Dijk wrote: > > LumiGuide [...] NixOS like all our other machines. Sounds like a nice place to work at! :-) -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.

Re: [Nix-dev] On the sad state of remote-builds for the end-user

2016-06-15 Thread Matthias Beyer
ting configuration there, but I failed to get it working. I did not install nix on the remote machine as root, though. That might be the point. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Raspberry-Pi NixOS

2016-06-15 Thread Matthias Beyer
, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] On the sad state of remote-builds for the end-user

2016-06-15 Thread Matthias Beyer
method get you unstuck? > > On 14 June 2016 at 01:19, Matthias Beyer wrote: > > Hi, > > > > I'm a bit angry right now because things do not just work. > > > > I tried for almost three hours now to build my system on a remote machine. > > It took 1 hour

[Nix-dev] On the sad state of remote-builds for the end-user

2016-06-13 Thread Matthias Beyer
e changes in the haskell infrastructure... I don't understand why that means that substitutes are no longer available (and I really do not want to have to understand it... I just want to _use_ it). Please don't feel offended by this mail. I'm just really frustrated right now. -- Mit fr

[Nix-commits] [NixOS/nixpkgs] 7336a6: grsecurity: 4.5.5-201605211442 -> 4.5.5-2016052912...

2016-06-07 Thread Matthias Beyer
5.5-201605291201 -> 4.5.6-201606051644 (cherry picked from commit 72899d92d008b870e0bce46a30ff7fb896a927f0) Commit: 3e3f2d9f5500626a1eca5659cc1cf709ef918378 https://github.com/NixOS/nixpkgs/commit/3e3f2d9f5500626a1eca5659cc1cf709ef918378 Author: Matthias Beyer Date: 2016-06-07 (Tue,

[Nix-commits] [NixOS/nixpkgs] 6e0f7b: pythonPackages.parsimonious: 0.6.0 -> 0.6.2

2016-05-28 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6e0f7b5963f4dd63b4d15cdd4f55d9f378315838 https://github.com/NixOS/nixpkgs/commit/6e0f7b5963f4dd63b4d15cdd4f55d9f378315838 Author: Matthias Beyer Date: 2016-05-28 (Sat, 28 May 2016) Changed paths

[Nix-commits] [NixOS/nixpkgs] 067aa3: pythonPackages.khal: 0.7.0 -> 0.8.2, fixes #15625

2016-05-28 Thread Matthias Beyer
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 067aa3c10ebfea7d1f91e1ad5fe0067d5636dad5 https://github.com/NixOS/nixpkgs/commit/067aa3c10ebfea7d1f91e1ad5fe0067d5636dad5 Author: Matthias Beyer Date: 2016-05-28 (Sat, 28 May 2016) Changed paths

Re: [Nix-dev] Tomorrow NixOS Hackathon at Gullaschprogrammiernacht in Karlsruhe, Germany

2016-05-27 Thread Matthias Beyer
+1. Will be there. On 27-05-2016 19:08:46, Profpatsch wrote: > We just organized a spontaneous Hackathon at GPN. > > Tomorrow, Sat 2016-05-28, 12:00–20:00 > https://entropia.de/GPN16 -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signe

Re: [Nix-dev] Trying to implement quicksort in nix...

2016-04-13 Thread Matthias Beyer
low = filter (a: a < x) xs; > high = filter (a: a >= x) xs; > in low ++ [x] ++ high; > in > qs [3 4 1 2] > ``` > > I think you get infinite recursion because `xs` in the else branch is > refering to the whole list and not the tail. > > O

[Nix-dev] Trying to implement quicksort in nix...

2016-04-13 Thread Matthias Beyer
Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.asc Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Contributing to nixpkgs and maintainers burden

2016-04-12 Thread Matthias Beyer
On 12-04-2016 12:14:08, Vladimír Čunát wrote: > On 04/12/2016 12:04 PM, Matthias Beyer wrote: > > IMHO we should have a workflow for package updates. Like a dedicated branch > > [...] > > We have label:"8.has: package (update)". People without push access &g

Re: [Nix-dev] Contributing to nixpkgs and maintainers burden

2016-04-12 Thread Matthias Beyer
(uncritical package updates, so security patches etc should go elsewhere) and gets merged every 7 days or something. This would _really_ reduce the noise in both master and the issue tracker, IMHO. Maybe I can come around with scripts to automate this (and always test-build the packages as well

[Nix-dev] [CALL FOR PAPERS v2] Unix Friends and User Campus Kamp - Hochschule Furtwangen University [germany]

2016-04-03 Thread Matthias Beyer
of the CFP --- For the curious: "UnFUG" stands for "Unix Friends and User Group" and also means "mischief" in german. -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with

[Nix-dev] Question on package signing and security?

2016-03-28 Thread Matthias Beyer
his in is for traceability and auditability, my thesis focuses on Agent based intrusion detection systems and how they do software installations.) -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg. signature.

Re: [Nix-dev] How to use binaries from other hosts?

2016-03-14 Thread Matthias Beyer
Worked for me, btw. On 14-03-2016 13:03:25, Matthias Beyer wrote: > That should be: > > sudo nix-store --import < example.closure > > (note the '<'). > > Worked perfectly. Where can I add documentation? > > On 14-03-2016 22:39:02, Brian McKenna w

  1   2   3   4   >