Re: [Nix-dev] Re: Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-08 Thread Nicolas Pierron
On Thu, Sep 8, 2011 at 13:05, Yury G. Kudryashov wrote: > Nicolas Pierron wrote: > >> Hi Yury, >> >> Don't worry, If migration there is, it would take time and both syntax >> would likely be supported at the same time until one gets deprecated. >> The mo

Re: [Nix-dev] Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-08 Thread Nicolas Pierron
ools/misc/grub { buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true; }; My final goal is to get rid of all-packages.nix which I think to be an unnecessary index. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ __

Re: [Nix-dev] Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-08 Thread Nicolas Pierron
Hi Yury, On Thu, Sep 8, 2011 at 01:45, Yury G. Kudryashov wrote: > Nicolas Pierron wrote: > >> Hi, >> >> I have 3 reasons to (...) give a separate syntax from >> ~/.nixpkgs/config.nix. > I'm used to have > nixpkgs.config = import /home/urkud/.nixpkgs/co

[Nix-commits] SVN commit: nix - r29077 - nixpkgs/trunk/pkgs/build-support/fetchgit

2011-09-07 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Sep 7 10:02:17 2011 New Revision: 29077 URL: https://svn.nixos.org/websvn/nix/?rev=29077&sc=1 Log: nix-prefetch-git: remove .git in the cloned directory. (Fix issue 116) Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/nix-prefetch-git Modified: nixpkgs/tr

[Nix-commits] SVN commit: nix - r29076 - nixpkgs/trunk/pkgs/build-support/fetchgit

2011-09-07 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Sep 7 10:02:14 2011 New Revision: 29076 URL: https://svn.nixos.org/websvn/nix/?rev=29076&sc=1 Log: nix-prefetch-git: Display usage message if missing builder arguments are missing. Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/nix-prefetch-git Modified:

[Nix-commits] SVN commit: nix - r29075 - nixpkgs/trunk/pkgs/build-support/fetchgit

2011-09-07 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Sep 7 10:02:12 2011 New Revision: 29075 URL: https://svn.nixos.org/websvn/nix/?rev=29075&sc=1 Log: nix-prefetch-git: Remove missleading option name. Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/nix-prefetch-git Modified: nixpkgs/trunk/pkgs/build-suppor

Re: [Nix-dev] Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-05 Thread Nicolas Pierron
Hi, On Mon, Sep 5, 2011 at 14:27, Ludovic Courtès wrote: > Hi, > > Nicolas Pierron skribis: > >> What I can suggest is a paradigm shift for ~/.nixpkgs/config.nix which >> would use a module like syntax, where the whole file is a function, > > It’s been the case fo

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-05 Thread Nicolas Pierron
Hi, On Mon, Sep 5, 2011 at 11:43, Eelco Dolstra wrote: > On 09/05/2011 11:19 AM, Nicolas Pierron wrote: > >> +  optCall = f: x: >> +    if builtins.isFunction f >> +    then f x >> +    else f; > > Attributes that can be both functions or not are a bad habit t

[Nix-commits] SVN commit: nix - r29020 - in nixos/trunk/modules: hardware/network installer/scan

2011-09-05 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Sep 5 09:19:55 2011 New Revision: 29020 URL: https://svn.nixos.org/websvn/nix/?rev=29020&sc=1 Log: Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). Added: nixos/trunk/modules/hardware/network/intel-6000g2a.nix nixos/trunk/modules/hardware/network/intel-6000g

[Nix-commits] SVN commit: nix - r29021 - nixos/trunk/modules/misc

2011-09-05 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Sep 5 09:19:59 2011 New Revision: 29021 URL: https://svn.nixos.org/websvn/nix/?rev=29021&sc=1 Log: Add merge capabilities to nixpkgs.config option. Modified: nixos/trunk/modules/misc/nixpkgs.nix Modified: nixos/trunk/modules/misc/nixpkgs.nix =

[Nix-commits] SVN commit: nix - r29018 - in nixpkgs/trunk/pkgs: os-specific/linux/firmware/iwlwifi-6000g2a-ucode os-specific/linux/firmware/iwlwifi-6000g2b-ucode top-level

2011-09-05 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Sep 5 08:33:03 2011 New Revision: 29018 URL: https://svn.nixos.org/websvn/nix/?rev=29018&sc=1 Log: Add additional Intel firmwares (naming iwlwifig2{a,b}-ucode). Added: nixpkgs/trunk/pkgs/os-specific/linux/firmware/iwlwifi-6000g2a-ucode/ nixpkgs/trunk/pkgs/

[Nix-commits] SVN commit: nix - r29019 - nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird

2011-09-05 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Sep 5 08:33:07 2011 New Revision: 29019 URL: https://svn.nixos.org/websvn/nix/?rev=29019&sc=1 Log: Thunderbird 5.x: Add Linux as a build platform. Modified: nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix Modified: nixpkgs/trunk/pk

[Nix-commits] SVN commit: nix - r29017 - in nixpkgs/trunk/pkgs: tools/backup/rdiff-backup top-level

2011-09-05 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Sep 5 08:32:55 2011 New Revision: 29017 URL: https://svn.nixos.org/websvn/nix/?rev=29017&sc=1 Log: rdiff-backup: Fix nix expression. Modified: nixpkgs/trunk/pkgs/tools/backup/rdiff-backup/default.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Nicolas Pierron
propogated > build inputs of qt, and indeed this appears to be the case. > > Maybe I can just add some sort of build flag to phonon to disable > pulseaudio... > > On Fri, 2 Sep 2011, Nicolas Pierron wrote: > >> Hi, >> >> On Fri, Sep 2, 2011 at 08:44, Eelco Dols

Re: [Nix-dev] disabling pulseaudio in kde

2011-09-02 Thread Nicolas Pierron
fault). To know the current value of this option, you can run nixos-option hardware.pulseaudio.enable and if it is set to "true", then run nixos-option -l hardware.pulseaudio.enable To get the list of modules which are defining it. -- Nicolas Pierron http://www.linkedin.co

Re: [Nix-dev] new possible movement to git (?)

2011-08-29 Thread Nicolas Pierron
this add more complexity for Nix-only users? Pros: - Avoid non-synchronized modifications (and related bugs). - Easier bug reports (only one revision). Cons: - Cannot fetch only Nixpkgs. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - h

[Nix-commits] SVN commit: nix - r28857 - in nixpkgs/trunk/pkgs: build-support/fetchgit top-level

2011-08-28 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Aug 28 16:03:14 2011 New Revision: 28857 URL: https://svn.nixos.org/websvn/nix/?rev=28857&sc=1 Log: fetchgit: Handle https. Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/default.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk

Re: [Nix-dev] [PATCH] Root filesystem on NFS

2011-08-27 Thread Nicolas Pierron
e network connection and the root fs will stop working. >  networking.useDHCP = false; This should not be necessary if you reused the upstart jobs content to write the init script. Otherwise, if another definition gives you trouble you can still use mkOverride to f

Re: [Nix-dev] [PATCH] LDAP non-anonymous bind

2011-08-27 Thread Nicolas Pierron
easily ? How many attempts did you had before getting a working configuration ? How much did that took between the need and your first working patch ? Sincerely, -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r28851 - nixpkgs/trunk/doc

2011-08-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 27 15:29:18 2011 New Revision: 28851 URL: https://svn.nixos.org/websvn/nix/?rev=28851&sc=1 Log: Doc: Fix location of thunderbird (2.x -> 3.x) expression. Modified: nixpkgs/trunk/doc/quick-start.xml Modified: nixpkgs/trunk/doc/quick-start.xml ==

[Nix-commits] SVN commit: nix - r28850 - in nixpkgs/trunk/pkgs/applications/networking: browsers/firefox mailreaders/thunderbird

2011-08-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 27 15:29:13 2011 New Revision: 28850 URL: https://svn.nixos.org/websvn/nix/?rev=28850&sc=1 Log: Fix mozilla urls. Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/3.6.nix nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/5.

[Nix-commits] SVN commit: nix - r28849 - nixpkgs/trunk/pkgs/development/tools/misc/gdb

2011-08-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 27 15:29:04 2011 New Revision: 28849 URL: https://svn.nixos.org/websvn/nix/?rev=28849&sc=1 Log: Gdb: Remove un-neccessary --with-python. Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Modified: nixpkgs/trunk/pkgs/development/tools/misc

Re: [Nix-dev] Re: new possible movement to git (?)

2011-08-26 Thread Nicolas Pierron
o seek the history very fast, which is really slow in hg and svn. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] new possible movement to git (?)

2011-08-25 Thread Nicolas Pierron
y prefer. I haven't tested it yet - though. >> >> Eelco Dolstra: Thanks for taking the time to reply. Let me know if I can >> support you in any way, please. >> >> Marc Weber > > ___ > nix-dev mailing list > nix-dev@cs.uu.nl > https://mail.cs.uu.nl/mailman/listinfo/nix-dev > -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r28722 - in nixpkgs/trunk/pkgs/applications/networking: browsers/firefox mailreaders/thunderbird

2011-08-21 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Aug 21 15:44:53 2011 New Revision: 28722 URL: https://svn.nixos.org/websvn/nix/?rev=28722&sc=1 Log: Follow Mozilla homepages migrations. (.com -> .org) Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/3.6.nix nixpkgs/trunk/pkgs/applicati

[Nix-commits] SVN commit: nix - r28721 - nixpkgs/trunk/pkgs/development/tools/misc/gdb

2011-08-21 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Aug 21 15:36:33 2011 New Revision: 28721 URL: https://svn.nixos.org/websvn/nix/?rev=28721&sc=1 Log: Gdb: Add --without-python to cygwin builds. Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Modified: nixpkgs/trunk/pkgs/development/tools/m

[Nix-commits] SVN commit: nix - r28720 - nixpkgs/trunk/pkgs/games/freeciv

2011-08-21 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Aug 21 15:36:25 2011 New Revision: 28720 URL: https://svn.nixos.org/websvn/nix/?rev=28720&sc=1 Log: Restrict freeciv to linux platforms. Modified: nixpkgs/trunk/pkgs/games/freeciv/default.nix Modified: nixpkgs/trunk/pkgs/games/freeciv/default.nix =

Re: [Nix-dev] What about introducing security.packages?

2011-08-21 Thread Nicolas Pierron
file. This is a good idea and a good default, but you *must* keep the ability to define setuid-wrapper out-side of the default scope. As Marc Weber, you can do the same for udev, hal, and dbus. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ _

[Nix-commits] SVN commit: nix - r28714 - nixpkgs/trunk/pkgs/development/tools/misc/gdb

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 15:41:03 2011 New Revision: 28714 URL: https://svn.nixos.org/websvn/nix/?rev=28714&sc=1 Log: gdb Cross-Compilation: try to disable python. Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Modified: nixpkgs/trunk/pkgs/development/tools

[Nix-commits] SVN commit: nix - r28713 - nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 14:47:24 2011 New Revision: 28713 URL: https://svn.nixos.org/websvn/nix/?rev=28713&sc=1 Log: Fix Thunderbird 5.0: Add missing patch of the build system. Added: nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.pat

[Nix-commits] SVN commit: nix - r28712 - nixpkgs/trunk/pkgs/development/tools/misc/gdb

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 14:30:23 2011 New Revision: 28712 URL: https://svn.nixos.org/websvn/nix/?rev=28712&sc=1 Log: Update gdb to version 7.3. Add a bleedingEdgeVersion switch to use git versions instead of releases. Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/def

[Nix-commits] SVN commit: nix - r28711 - in nixpkgs/trunk/pkgs: games/freeciv top-level

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 14:30:16 2011 New Revision: 28711 URL: https://svn.nixos.org/websvn/nix/?rev=28711&sc=1 Log: Add game freeciv. Added: nixpkgs/trunk/pkgs/games/freeciv/ nixpkgs/trunk/pkgs/games/freeciv/default.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages

[Nix-commits] SVN commit: nix - r28710 - in nixpkgs/trunk/pkgs: applications/networking/mailreaders/thunderbird top-level

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 14:30:09 2011 New Revision: 28710 URL: https://svn.nixos.org/websvn/nix/?rev=28710&sc=1 Log: Add Thunderbird 5.0. Added: nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r28709 - nixpkgs/trunk/pkgs/build-support/fetchgit

2011-08-20 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Aug 20 14:29:57 2011 New Revision: 28709 URL: https://svn.nixos.org/websvn/nix/?rev=28709&sc=1 Log: Replace fetchgit default builder by a wrapper around nix-prefect-git. Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/builder.sh nixpkgs/trunk/pkgs/build-

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r27913 - in nixos/trunk/modules: . hardware/network

2011-08-07 Thread Nicolas Pierron
ovide your firmware to all installations medium, and avoid adding them inside all user system if you can ensure that they are detected by nixos-hardware-scan. The goal of these files is to make things easy for user which are first starting with NixOS. So please fill them appropriately ;) -- Ni

[Nix-commits] SVN commit: nix - r27980 - in nixpkgs/trunk/pkgs: development/libraries/ffmpeg top-level

2011-07-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Jul 27 21:00:09 2011 New Revision: 27980 URL: https://svn.nixos.org/websvn/nix/?rev=27980&sc=1 Log: ffmpeg: Add previous version to fix fuppes. Added: nixpkgs/trunk/pkgs/development/libraries/ffmpeg/0.6.90.nix - copied, changed from r27976, nixpkgs/trunk

[Nix-commits] SVN commit: nix - r27979 - nixos/trunk/modules/services/monitoring

2011-07-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Jul 27 20:55:39 2011 New Revision: 27979 URL: https://svn.nixos.org/websvn/nix/?rev=27979&sc=1 Log: UPS: Make sure the driver pid files can be stored. Modified: nixos/trunk/modules/services/monitoring/ups.nix Modified: nixos/trunk/modules/services/monitoring/u

[Nix-commits] SVN commit: nix - r27978 - in nixos/trunk/modules: system/upstart tasks

2011-07-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Jul 27 20:55:35 2011 New Revision: 27978 URL: https://svn.nixos.org/websvn/nix/?rev=27978&sc=1 Log: Experiment with dual option types (list & attribute sets). Modified: nixos/trunk/modules/system/upstart/upstart.nix nixos/trunk/modules/tasks/filesystems.nix

[Nix-commits] SVN commit: nix - r27977 - in nixos/trunk/modules: . services/audio services/audio/fuppes services/mail services/monitoring

2011-07-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Jul 27 20:55:28 2011 New Revision: 27977 URL: https://svn.nixos.org/websvn/nix/?rev=27977&sc=1 Log: Add new services: freepops, fuppes and ups. Added: nixos/trunk/modules/services/audio/fuppes/ nixos/trunk/modules/services/audio/fuppes.nix nixos/trunk/mod

Re: [Nix-dev] Re: Use shallow copying in fetchgit

2011-07-21 Thread Nicolas Pierron
ot with hashes. The machinery inside nix-prefect-git ask the remote repository for its references in the hope to get a reference out of the requested hash. Your solution could to be tried because nix-prefect-git is fetching the full repository when it does not find any references corresponding to the h

Re: [Nix-dev] Re: Use shallow copying in fetchgit

2011-07-21 Thread Nicolas Pierron
__ > nix-dev mailing list > nix-dev@cs.uu.nl > https://mail.cs.uu.nl/mailman/listinfo/nix-dev > -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Re: Use shallow copying in fetchgit

2011-07-20 Thread Nicolas Pierron
27;t find an > example. > > Also, I wonder whether it supports sub-modules? > > Take care, > Peter > > ___ > nix-dev mailing list > nix-dev@cs.uu.nl > https://mail.cs.uu.nl/mailman/listinfo/nix-dev > -- Nicol

Re: [Nix-dev] Use shallow copying in fetchgit

2011-07-20 Thread Nicolas Pierron
in > +git fetch --depth 1 --progress origin >  git remote set-head origin -a || ( >     test -n "$rev" && echo "that's ok, we want $rev" || exit 1) > > _______ > nix-dev mailing list > nix-dev@cs.uu.nl >

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r27769 - nixos/trunk/modules/services/logging

2011-07-13 Thread Nicolas Pierron
   means of extraConfig. >         ''; >       }; > >       extraConfig = mkOption { > +        type = types.string; >         default = ""; >         example = "news.* -/var/log/news"; >         description = '' > -          Additional te

[Nix-commits] SVN commit: nix - r27490 - configurations/trunk/misc/nicolas.b.pierron/common

2011-06-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Fri Jun 17 18:02:14 2011 New Revision: 27490 URL: https://svn.nixos.org/websvn/nix/?rev=27490&sc=1 Log: freepops & nut: Use nixpkgs instead of inlined derivation. Modified: configurations/trunk/misc/nicolas.b.pierron/common/freepopsd.nix configurations/trunk/mis

[Nix-dev] Re: Nix packages broken

2011-06-14 Thread Nicolas Pierron
fixed it. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r27450 - in nixpkgs/trunk/pkgs: servers/mail/freepops top-level

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:41:28 2011 New Revision: 27450 URL: https://svn.nixos.org/websvn/nix/?rev=27450&sc=1 Log: Add freepops. Added: nixpkgs/trunk/pkgs/servers/mail/freepops/ nixpkgs/trunk/pkgs/servers/mail/freepops/default.nix Modified: nixpkgs/trunk/pkgs/top-level/

[Nix-commits] SVN commit: nix - r27449 - nixpkgs/trunk/pkgs/lib

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:41:13 2011 New Revision: 27449 URL: https://svn.nixos.org/websvn/nix/?rev=27449&sc=1 Log: Add a new type to handle list and attribute sets. List elements are attributed a unique name. Modified: nixpkgs/trunk/pkgs/lib/types.nix Modified: nixpkgs/trunk

[Nix-commits] SVN commit: nix - r27448 - in nixpkgs/trunk/pkgs: applications/misc/nut top-level

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:41:01 2011 New Revision: 27448 URL: https://svn.nixos.org/websvn/nix/?rev=27448&sc=1 Log: Add NUT package. Added: nixpkgs/trunk/pkgs/applications/misc/nut/ nixpkgs/trunk/pkgs/applications/misc/nut/default.nix Modified: nixpkgs/trunk/pkgs/top-lev

[Nix-commits] SVN commit: nix - r27447 - nixpkgs/trunk/pkgs/top-level

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:40:47 2011 New Revision: 27447 URL: https://svn.nixos.org/websvn/nix/?rev=27447&sc=1 Log: Index xulrunner at the top-level. Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix ==

[Nix-commits] SVN commit: nix - r27446 - nixpkgs/trunk/pkgs/development/tools/misc/gdb

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:39:03 2011 New Revision: 27446 URL: https://svn.nixos.org/websvn/nix/?rev=27446&sc=1 Log: gdb: Add support for python instrumentation. Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Modified: nixpkgs/trunk/pkgs/development/tools/

[Nix-commits] SVN commit: nix - r27445 - in configurations/trunk/misc/nicolas.b.pierron: . common

2011-06-13 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 14 02:37:22 2011 New Revision: 27445 URL: https://svn.nixos.org/websvn/nix/?rev=27445&sc=1 Log: Keukenhof: - Fix partition types. - Do not start after network-interfaces but after ip-up event. - Update samba configuration. - Fix UPS driver. (it has changed sinc

Re: [Nix-dev] NixOS issue: Passwords and Nix store

2011-06-12 Thread Nicolas Pierron
tion file contains the plain version of your ciphered output. I second the comment of Eelco which is contained in the gw6c service. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS issue: Passwords and Nix store

2011-06-12 Thread Nicolas Pierron
the Nix expression difficult to understand/maintain. That's why I raised this topic to choose one good manner for handling this problem. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] NixOS issue: Passwords and Nix store

2011-06-11 Thread Nicolas Pierron
word = "<@foo.password.key@>"; configFile = '' [dummy] user = foo password = ${cfg.foo.password} ''; activationScript.activatePasswordFoo = configFile.activationScript; }; } One problem is that such system move the dependen

[Nix-commits] SVN commit: nix - r27366 - in configurations/trunk/misc/nicolas.b.pierron: . common common/fuppes keukenhof keukenhof/etc keukenhof/etc/fuppes

2011-06-07 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 7 15:03:12 2011 New Revision: 27366 URL: https://svn.nixos.org/websvn/nix/?rev=27366&sc=1 Log: Add my server configuration. Added: configurations/trunk/misc/nicolas.b.pierron/common/freepopsd.nix configurations/trunk/misc/nicolas.b.pierron/common/fuppes

[Nix-commits] SVN commit: nix - r27365 - configurations/trunk/computer/asus/m60j

2011-06-07 Thread Nicolas Pierron
Author: NicolasPierron Date: Tue Jun 7 15:03:03 2011 New Revision: 27365 URL: https://svn.nixos.org/websvn/nix/?rev=27365&sc=1 Log: ASUS M60J: Enable the microphone. Added: configurations/trunk/computer/asus/m60j/hda-verb.nix Modified: configurations/trunk/computer/asus/m60j/jx041v.nix Ad

Re: [Nix-dev] NixOS require attribute

2011-05-09 Thread Nicolas Pierron
ated > concerns into a NixOS configuration, but you cannot use attribute sets > in them, and even if you would be able, the error reports would get > worst. > > {pkgs, ...}: > > { >   require = [ ./database.nix ./webserver.nix ]; > >   services.openssh.enable = true; > }

Re: [Nix-dev] NixOS require attribute

2011-05-09 Thread Nicolas Pierron
s, and should we accept attribute sets even if we get poor error messages? I don't think this goes to the right direction. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r27071 - nixos/trunk/doc/manual

2011-05-01 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun May 1 10:24:41 2011 New Revision: 27071 URL: https://svn.nixos.org/websvn/nix/?rev=27071&sc=1 Log: Manual (user configuration): Fix minor typo. Modified: nixos/trunk/doc/manual/userconfiguration.xml Modified: nixos/trunk/doc/manual/userconfiguration.xml =

[Nix-commits] SVN commit: nix - r27070 - nixos/trunk/doc/manual

2011-05-01 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun May 1 10:24:37 2011 New Revision: 27070 URL: https://svn.nixos.org/websvn/nix/?rev=27070&sc=1 Log: Manual: Clarify NixOS modules. Modified: nixos/trunk/doc/manual/development.xml Modified: nixos/trunk/doc/manual/development.xml ===

[Nix-commits] SVN commit: nix - r27069 - nixos/trunk/doc/manual

2011-05-01 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun May 1 10:24:28 2011 New Revision: 27069 URL: https://svn.nixos.org/websvn/nix/?rev=27069&sc=1 Log: Remove references to other kind of VCS from the manual. Modified: nixos/trunk/doc/manual/installation.xml Modified: nixos/trunk/doc/manual/installation.xml

[Nix-commits] SVN commit: nix - r27014 - nixpkgs/trunk/pkgs/lib

2011-04-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Apr 27 18:41:37 2011 New Revision: 27014 URL: https://svn.nixos.org/websvn/nix/?rev=27014&sc=1 Log: modules (moduleClosure): use imap instead of map to produce uniq keys for the genericClosure. Modified: nixpkgs/trunk/pkgs/lib/modules.nix Modified: nixpkgs/tru

[Nix-commits] SVN commit: nix - r27013 - nixpkgs/trunk/pkgs/lib

2011-04-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Apr 27 18:41:34 2011 New Revision: 27013 URL: https://svn.nixos.org/websvn/nix/?rev=27013&sc=1 Log: lists: Add imap function to iterate over a list with the index of each element. Modified: nixpkgs/trunk/pkgs/lib/lists.nix Modified: nixpkgs/trunk/pkgs/lib/list

[Nix-commits] SVN commit: nix - r27012 - nixpkgs/trunk/pkgs/lib

2011-04-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Apr 27 18:41:31 2011 New Revision: 27012 URL: https://svn.nixos.org/websvn/nix/?rev=27012&sc=1 Log: fix zipListsWith function: use it-self for the recursion. Modified: nixpkgs/trunk/pkgs/lib/lists.nix Modified: nixpkgs/trunk/pkgs/lib/lists.nix

[Nix-commits] SVN commit: nix - r27011 - nixpkgs/trunk/pkgs/lib

2011-04-27 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Apr 27 18:41:27 2011 New Revision: 27011 URL: https://svn.nixos.org/websvn/nix/?rev=27011&sc=1 Log: Fix type name of attribute sets. Modified: nixpkgs/trunk/pkgs/lib/types.nix Modified: nixpkgs/trunk/pkgs/lib/types.nix =

Re: [Nix-dev] NixOS module system obscurities

2011-04-27 Thread Nicolas Pierron
27;ll fix that. > Anyone an idea/suggestion how to deal with this issue? 1/ Use modules instead of multiple instances of NixOS. 2/ Generate good "key" names in your generated attributes set. 3/ Wait a bit and don't do anything until the bug is fixed. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS: Graphical User Interface

2011-04-27 Thread Nicolas Pierron
Hi, On Wed, Apr 27, 2011 at 10:36, Eelco Dolstra wrote: > Hi, > > On 04/24/2011 08:14 PM, Nicolas Pierron wrote: > >> I don't know how many of you ever encounter the directory named gui in >> the source tree of NixOS ...  So I am pleased to announce the firs

[Nix-commits] SVN commit: nix - r26976 - nixos/trunk/gui/chrome/content

2011-04-25 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 22:23:12 2011 New Revision: 26976 URL: https://svn.nixos.org/websvn/nix/?rev=26976&sc=1 Log: nixos-gui: Remove dead code, Comment debug. Modified: nixos/trunk/gui/chrome/content/nixos.js Modified: nixos/trunk/gui/chrome/content/nixos.js

[Nix-commits] SVN commit: nix - r26975 - nixos/trunk/gui/chrome/content

2011-04-25 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 22:20:39 2011 New Revision: 26975 URL: https://svn.nixos.org/websvn/nix/?rev=26975&sc=1 Log: nixos-gui: Improve pretty-print: - Handle int & derivations. - Change the new-line policy. Modified: nixos/trunk/gui/chrome/content/nixos.js Modified: nixos/tru

[Nix-commits] SVN commit: nix - r26974 - nixos/trunk/gui/chrome/content

2011-04-25 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 22:20:30 2011 New Revision: 26974 URL: https://svn.nixos.org/websvn/nix/?rev=26974&sc=1 Log: nixos-gui: - Add a scroll bar for option details. - Respect text eol and indentation on the ui. Modified: nixos/trunk/gui/chrome/content/main.js nixos/trunk/g

[Nix-commits] SVN commit: nix - r26973 - nixos/trunk/gui/chrome/content

2011-04-25 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 17:49:03 2011 New Revision: 26973 URL: https://svn.nixos.org/websvn/nix/?rev=26973&sc=1 Log: nixos-gui: (xml2nix_pptable) Handle path nodes. Modified: nixos/trunk/gui/chrome/content/nixos.js Modified: nixos/trunk/gui/chrome/content/nixos.js

[Nix-commits] SVN commit: nix - r26972 - nixos/trunk/modules/installer/tools

2011-04-25 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 17:48:59 2011 New Revision: 26972 URL: https://svn.nixos.org/websvn/nix/?rev=26972&sc=1 Log: modules/installer/tools: nixos-gui: Fix derivation. Modified: nixos/trunk/modules/installer/tools/tools.nix Modified: nixos/trunk/modules/installer/tools/tools.

[Nix-commits] SVN commit: nix - r26960 - in nixos/trunk: gui modules/installer/tools modules/profiles

2011-04-24 Thread Nicolas Pierron
Author: NicolasPierron Date: Mon Apr 25 01:03:57 2011 New Revision: 26960 URL: https://svn.nixos.org/websvn/nix/?rev=26960&sc=1 Log: Add nixos-gui among the installer tools. Add it as a default for the graphical profile. Deleted: nixos/trunk/gui/nixos-gui Modified: nixos/trunk/gui/README

[Nix-dev] NixOS: Graphical User Interface

2011-04-24 Thread Nicolas Pierron
o escape and blocks. - Make an edit option to modify the content of $NIXOS_CONFIG. - Analyzed and report which options are modified when one is changed. I am sure you may have many other idea for making this tool nicer and more useful. Feel free to share and to contribute ;) -- Nicolas

[Nix-commits] SVN commit: nix - r26951 - nixos/trunk/gui/chrome/content

2011-04-24 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 24 15:30:30 2011 New Revision: 26951 URL: https://svn.nixos.org/websvn/nix/?rev=26951&sc=1 Log: nixos-gui: - Reduce the number of call the nix-instantiate. - Improve the option panel, show the name, type, description, value, example, default value, declarations

[Nix-commits] SVN commit: nix - r26950 - nixos/trunk/modules/installer/tools

2011-04-24 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 24 15:30:25 2011 New Revision: 26950 URL: https://svn.nixos.org/websvn/nix/?rev=26950&sc=1 Log: nixos-option: Add xml output to reduce the effort in nixos-gui. Modified: nixos/trunk/modules/installer/tools/nixos-option.sh Modified: nixos/trunk/modules/inst

[Nix-commits] SVN commit: nix - r26945 - in nixos/trunk/gui: . chrome chrome/content chrome/content/nixos-gui

2011-04-23 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 24 04:19:15 2011 New Revision: 26945 URL: https://svn.nixos.org/websvn/nix/?rev=26945&sc=1 Log: Improve nixos-gui: - Can navigate in the tree of option. - Provide information on options. Added: nixos/trunk/gui/chrome.manifest nixos/trunk/gui/chrome/conte

[Nix-commits] SVN commit: nix - r26936 - nixos/trunk/modules/installer/tools

2011-04-23 Thread Nicolas Pierron
Author: NicolasPierron Date: Sat Apr 23 17:53:05 2011 New Revision: 26936 URL: https://svn.nixos.org/websvn/nix/?rev=26936&sc=1 Log: nixos-option: Handle Lambdas in the injection of previously pretty-printed output. Modified: nixos/trunk/modules/installer/tools/nixos-option.sh Modified: nixos

[Nix-commits] SVN commit: nix - r26865 - in nixpkgs/trunk/pkgs: tools/filesystems/davfs2 top-level

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:27:29 2011 New Revision: 26865 URL: https://svn.nixos.org/websvn/nix/?rev=26865&sc=1 Log: davfs2: - Use previous version of neon library. - Add patch to find ISDIR macros. Added: nixpkgs/trunk/pkgs/tools/filesystems/davfs2/isdir.patch Modified: nix

[Nix-commits] SVN commit: nix - r26864 - nixpkgs/trunk/pkgs/tools/networking/fuppes

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:27:22 2011 New Revision: 26864 URL: https://svn.nixos.org/websvn/nix/?rev=26864&sc=1 Log: Fuppes: Fix support of faad2, backward compatibility macros were not expanded in strings. Added: nixpkgs/trunk/pkgs/tools/networking/fuppes/fuppes-faad-exanpse-

[Nix-commits] SVN commit: nix - r26863 - nixpkgs/trunk/pkgs/misc/tex/tex4ht

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:27:16 2011 New Revision: 26863 URL: https://svn.nixos.org/websvn/nix/?rev=26863&sc=1 Log: tex4ht: Fix package location. Modified: nixpkgs/trunk/pkgs/misc/tex/tex4ht/default.nix Modified: nixpkgs/trunk/pkgs/misc/tex/tex4ht/default.nix

[Nix-commits] SVN commit: nix - r26862 - nixpkgs/trunk/pkgs/misc/tex/texlive

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:27:09 2011 New Revision: 26862 URL: https://svn.nixos.org/websvn/nix/?rev=26862&sc=1 Log: texlive Aggregate: - Add bouncer to binaries stored in /bin directory. - Avoid manipulation of patterns as a match. Modified: nixpkgs/trunk/pkgs/misc/tex/texlive

[Nix-commits] SVN commit: nix - r26861 - nixpkgs/trunk/pkgs/applications/networking/mumble

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:27:04 2011 New Revision: 26861 URL: https://svn.nixos.org/websvn/nix/?rev=26861&sc=1 Log: mumble: Add an install phase to move files to a bin directory. Modified: nixpkgs/trunk/pkgs/applications/networking/mumble/default.nix Modified: nixpkgs/trunk/p

[Nix-commits] SVN commit: nix - r26860 - in nixpkgs/trunk/pkgs: tools/text/colordiff top-level

2011-04-17 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Apr 17 08:26:56 2011 New Revision: 26860 URL: https://svn.nixos.org/websvn/nix/?rev=26860&sc=1 Log: Add colordiff package. Added: nixpkgs/trunk/pkgs/tools/text/colordiff/ nixpkgs/trunk/pkgs/tools/text/colordiff/default.nix Modified: nixpkgs/trunk/pkgs/top

[Nix-commits] SVN commit: nix - r26614 - in nixos/trunk/modules: services/network-filesystems services/networking services/security services/x11 tasks testing

2011-03-30 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Mar 30 17:52:34 2011 New Revision: 26614 URL: https://svn.nixos.org/websvn/nix/?rev=26614&sc=1 Log: Convert assertion option into mkAssert. Modified: nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix nixos/trunk/modules/services/networking/open

[Nix-commits] SVN commit: nix - r26600 - nixpkgs/trunk/pkgs/lib

2011-03-30 Thread Nicolas Pierron
Author: NicolasPierron Date: Wed Mar 30 11:18:10 2011 New Revision: 26600 URL: https://svn.nixos.org/websvn/nix/?rev=26600&sc=1 Log: Add mkAssert. Modified: nixpkgs/trunk/pkgs/lib/properties.nix Modified: nixpkgs/trunk/pkgs/lib/properties.nix ==

Re: [Nix-dev] NixOS module assertions

2011-03-29 Thread Nicolas Pierron
nderstand why you've got an error message (including the assertions). I would prefer to use properties for assertions (mkAssert), so an assertion made on an unused option has no effect. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Re: NixOS module assertions

2011-03-29 Thread Nicolas Pierron
On Tue, Mar 29, 2011 at 16:16, Ludovic Courtès wrote: > Hi Nicolas, > > Thanks for your quick response. > > Nicolas Pierron writes: > >>  Thus, the solution to our problem is to provide a similar property >> which handle assertions ;)  This would be less hacky and

Re: [Nix-dev] NixOS module assertions

2011-03-29 Thread Nicolas Pierron
e assertions failing at once. On the other side, you will always see when an assertion is failing and this implementation is cleaner. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Re: Hydra, nix-prefetch-git, and TopGit

2011-03-10 Thread Nicolas Pierron
al, and our current autonomous build system does not watch for such branches. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25909 - disnix/disnixos/trunk/doc/manual

2011-02-11 Thread Nicolas Pierron
  xlink:href="http://www.linux-kvm.org";>KVM, check your host Linux > +                       distribution for more instructions. > +               > +       >   > ___________ > nix-commits mailing list > nix-comm...@cs.uu.nl > http://mail.cs.uu.nl/mailm

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25768 - nixpkgs/trunk/pkgs/applications/virtualization/virtualbox/guest-additions

2011-02-03 Thread Nicolas Pierron
itory. So prefer rebase over merge, or add an explicit merge message. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r25728 - in nixpkgs/trunk/pkgs: tools/networking/fuppes top-level

2011-01-30 Thread Nicolas Pierron
Author: NicolasPierron Date: Sun Jan 30 16:45:42 2011 New Revision: 25728 URL: https://svn.nixos.org/websvn/nix/?rev=25728&sc=1 Log: Add fuppes-0.660: UPnP A/V Media Server. Added: nixpkgs/trunk/pkgs/tools/networking/fuppes/ nixpkgs/trunk/pkgs/tools/networking/fuppes/default.nix Modified:

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25510 - in configurations/trunk: computer/asus/n53j misc/raskin misc/raskin/lesser-expressions

2011-01-12 Thread Nicolas Pierron
= mkDefaultValue true; > + > +    # TODO: add support for biometrics login. > +  }; > +} > + (1) This kind of special things make me happy. Because new user may benefit from your investigations without the need to know how to patch that them-self. I hope, this would be used sooner or later by other NixOS users. Thank you for your contribution in this great plan to conquer world's computers. ;) -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] python and nixos

2011-01-02 Thread Nicolas Pierron
iki.nixos.org/wiki/ASUS_M60J-JX041V https://svn.nixos.org/repos/nix/configurations/trunk/misc/nicolas.b.pierron/vinon.nix -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25055 - in disnix/examples/php-mysql/trunk/deployment: DistributedDeployment configurations

2010-12-10 Thread Nicolas Pierron
the password appear in the nix store? ATM, The only way I know is to make password substitution at the activation time. Sincerely, -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ ___ nix-dev mailing list

Re: [Nix-dev] [Nix] Feature request for NixOS introspection.

2010-12-07 Thread Nicolas Pierron
On Tue, Dec 7, 2010 at 09:55, Nicolas Pierron wrote: > On Mon, Dec 6, 2010 at 23:04, Eelco Dolstra wrote: >> On 12/06/2010 07:52 PM, Nicolas Pierron wrote: >> >>> I am trying to bring up a tool to analyze NixOS option and >>> automatically detect where opt

Re: [Nix-dev] [Nix] Feature request for NixOS introspection.

2010-12-07 Thread Nicolas Pierron
of the strict computation and by replacing the attrValues function call. The difference between the strict function of debug.nix is that there is a isString on the outPath and that there is no need to check the precise type if it is not recursive (because previous isAttrs & isList are alrea

[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25030 - nixos/trunk/doc/manual

2010-12-07 Thread Nicolas Pierron
os/trunk/doc/manual/man-nixos-build-vms.xml      Tue Dec  7 16:33:18 > 2010        (r25030) > @@ -0,0 +1,147 @@ > ... > + > +   > +    nixos-deploy-network I don't think that the right command name ;) -- Nicolas Pierron http://www.linkedin.com/i

  1   2   3   4   5   >