Re: [Nix-dev] [PATCH] authorized_keys in users.extraUsers

2011-11-16 Thread Rickard Nilsson
After a lot of help from Nicolas, I have a new version of my patch ready. You can now do this: users.extraUsers = { myuser = { description = "my user"; group = "mygroup"; home = "/home/myuser"; createHome = true; useDefaultShell = true; openssh.authoriz

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

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 21:04:58 2011 New Revision: 30459 URL: https://nixos.org/websvn/nix/?rev=30459&sc=1 Log: Explicitly provide a nix system string when building nixUnstable.hostDrv for gnu Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix Modified: nixpkgs/trunk/pkgs/top-l

[Nix-commits] SVN commit: nix - r30458 - nixpkgs/trunk/pkgs/tools/package-management/nix

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 21:04:02 2011 New Revision: 30458 URL: https://nixos.org/websvn/nix/?rev=30458&sc=1 Log: Allow cross-compiling configurations to explicitly give a system string when cross-building nix Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix Modi

[Nix-commits] SVN commit: nix - r30457 - nix/trunk

2011-11-16 Thread Ludovic Courtès
Author: ludo Date: Wed Nov 16 20:58:21 2011 New Revision: 30457 URL: https://nixos.org/websvn/nix/?rev=30457&sc=1 Log: configure: Change i*86 to i686 as has always been done. Modified: nix/trunk/configure.ac Modified: nix/trunk/configure.ac

[Nix-commits] SVN commit: nix - r30456 - nix/trunk

2011-11-16 Thread Ludovic Courtès
Author: ludo Date: Wed Nov 16 20:39:59 2011 New Revision: 30456 URL: https://nixos.org/websvn/nix/?rev=30456&sc=1 Log: configure: Rely on `AC_CANONICAL_HOST' to determine the Nix system name. This should be more robust and also plays better with cross-compilation---it uses the host name, instead

[Nix-commits] SVN commit: nix - r30455 - nixpkgs/trunk/pkgs/tools/package-management/nix

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 20:21:58 2011 New Revision: 30455 URL: https://nixos.org/websvn/nix/?rev=30455&sc=1 Log: Use gc, dbi, and dbd-sqlite when cross-building nix The dbi and dbd-sqlite may be hacks since they're not cross-built, I'm not certain Modified: nixpkgs/trunk/pkgs/tools/p

[Nix-commits] [NixOS/hydra] 43198e: used wrong builds collection for determining if we...

2011-11-16 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 43198e935301435a1182e5a0318cb6335c91e6ed https://github.com/NixOS/hydra/commit/43198e935301435a1182e5a0318cb6335c91e6ed Author: Rob Vermaas Date: 2011-11-16 (Wed, 16 Nov 2011) Changed paths: M src/r

[Nix-commits] SVN commit: nix - r30454 - nixpkgs/trunk/pkgs/development/libraries/sqlite

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 20:21:07 2011 New Revision: 30454 URL: https://nixos.org/websvn/nix/?rev=30454&sc=1 Log: sqlite: Use {C,LD}FLAGS instead of NIX_CFLAGS_* Now the flags are used when cross-building, too Modified: nixpkgs/trunk/pkgs/development/libraries/sqlite/default.nix Modif

[Nix-commits] SVN commit: nix - r30453 - nixpkgs/trunk/pkgs/development/libraries/haskell/th-extras

2011-11-16 Thread Peter Simons
Author: simons Date: Wed Nov 16 20:07:59 2011 New Revision: 30453 URL: https://nixos.org/websvn/nix/?rev=30453&sc=1 Log: haskell-th-extras: added missing maintainers field Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/th-extras/default.nix Modified: nixpkgs/trunk/pkgs/development

[Nix-commits] SVN commit: nix - r30452 - nixpkgs/trunk/pkgs/development/libraries/openssl

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 19:03:52 2011 New Revision: 30452 URL: https://nixos.org/websvn/nix/?rev=30452&sc=1 Log: openssl: Fix target settings when building for GNU/hurd GNU/hurd cross-build succeeds now! Added: nixpkgs/trunk/pkgs/development/libraries/openssl/hurd-target.patch Modifie

[Nix-commits] SVN commit: nix - r30451 - nixpkgs/trunk/pkgs/development/libraries/openssl

2011-11-16 Thread Shea Levy
Author: shlevy Date: Wed Nov 16 18:33:12 2011 New Revision: 30451 URL: https://nixos.org/websvn/nix/?rev=30451&sc=1 Log: openssl: Fix hurd-x86 cross-build Now the install phase fails. Modified: nixpkgs/trunk/pkgs/development/libraries/openssl/default.nix Modified: nixpkgs/trunk/pkgs/developm

[Nix-commits] [NixOS/hydra] c8127b: use newer icons consistently

2011-11-16 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: c8127b887fd1c0a81a26a11324b4e9093db30c39 https://github.com/NixOS/hydra/commit/c8127b887fd1c0a81a26a11324b4e9093db30c39 Author: Rob Vermaas Date: 2011-11-16 (Wed, 16 Nov 2011) Changed paths: M src/r

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

2011-11-16 Thread Rob Vermaas
Author: rob Date: Wed Nov 16 18:23:44 2011 New Revision: 30450 URL: https://nixos.org/websvn/nix/?rev=30450&sc=1 Log: sqlite 3.7.9 breaks DBDSqlite, added local override for now, didn't want to add extra variant in all-packages Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modifie

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

2011-11-16 Thread Rob Vermaas
Author: rob Date: Wed Nov 16 18:21:23 2011 New Revision: 30449 URL: https://nixos.org/websvn/nix/?rev=30449&sc=1 Log: use older sqlite for perlPackages.DBDSQLite Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix =

[Nix-commits] [NixOS/hydra] 98fadb: use newer icons consistently

2011-11-16 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 98fadb53e49a4a7d6904d0bc7b9ff28ba09388a0 https://github.com/NixOS/hydra/commit/98fadb53e49a4a7d6904d0bc7b9ff28ba09388a0 Author: Rob Vermaas Date: 2011-11-16 (Wed, 16 Nov 2011) Changed paths: A src/r

[Nix-commits] SVN commit: nix - r30448 - in nix/trunk: perl/lib/Nix scripts

2011-11-16 Thread Eelco Dolstra
Author: eelco Date: Wed Nov 16 16:41:48 2011 New Revision: 30448 URL: https://nixos.org/websvn/nix/?rev=30448&sc=1 Log: * nix-pull: update the Nix manifest cache if necessary. Also, don't read the manifest just to check the version and print the number of paths. This makes nix-pull very fast

[Nix-commits] SVN commit: nix - r30447 - nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit

2011-11-16 Thread Eelco Dolstra
Author: eelco Date: Wed Nov 16 16:31:02 2011 New Revision: 30447 URL: https://nixos.org/websvn/nix/?rev=30447&sc=1 Log: * Unbreak the Nixpkgs tarball. Modified: nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-toolkit/default.nix Modified: nixpkgs/trunk/pkgs/development/compilers/nvidia-cg-

[Nix-commits] SVN commit: nix - r30446 - in nix/trunk: perl/lib/Nix scripts

2011-11-16 Thread Eelco Dolstra
Author: eelco Date: Wed Nov 16 16:25:38 2011 New Revision: 30446 URL: https://nixos.org/websvn/nix/?rev=30446&sc=1 Log: * Don't decompress the manifests in /nix/var/nix/manifest. This saves disk space, and, since they're typically only decompressed once (to fill the manifest cache), doesn't m

[Nix-commits] [NixOS/hydra] 139571: recognize tgz in build products contents page

2011-11-16 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 1395717245268ad07daa2cd0136b26bdd3430655 https://github.com/NixOS/hydra/commit/1395717245268ad07daa2cd0136b26bdd3430655 Author: Rob Vermaas Date: 2011-11-16 (Wed, 16 Nov 2011) Changed paths: M src/l

[Nix-commits] SVN commit: nix - r30445 - nixpkgs/trunk/pkgs/tools/networking/wget

2011-11-16 Thread Ludovic Courtès
Author: ludo Date: Wed Nov 16 14:48:27 2011 New Revision: 30445 URL: https://nixos.org/websvn/nix/?rev=30445&sc=1 Log: GNU Wget: Prepare for cross-compilation of a stripped-down version. Modified: nixpkgs/trunk/pkgs/tools/networking/wget/default.nix Modified: nixpkgs/trunk/pkgs/tools/networki

[Nix-commits] SVN commit: nix - r30444 - nixpkgs/trunk/pkgs/development/libraries/libchop

2011-11-16 Thread Lluís Batlle
Author: viric Date: Wed Nov 16 14:43:04 2011 New Revision: 30444 URL: https://nixos.org/websvn/nix/?rev=30444&sc=1 Log: Updating libchop to 0.5.1 Deleted: nixpkgs/trunk/pkgs/development/libraries/libchop/0001-tests-Simplify-deserialize.c.patch nixpkgs/trunk/pkgs/development/libraries/libc

[Nix-commits] SVN commit: nix - r30443 - nixpkgs/trunk/pkgs/applications/version-management/mercurial

2011-11-16 Thread Peter Simons
Author: simons Date: Wed Nov 16 14:37:11 2011 New Revision: 30443 URL: https://nixos.org/websvn/nix/?rev=30443&sc=1 Log: mercurial: updated to version 2.0 Modified: nixpkgs/trunk/pkgs/applications/version-management/mercurial/default.nix Modified: nixpkgs/trunk/pkgs/applications/version-mana

[Nix-commits] SVN commit: nix - r30442 - nix/trunk/perl/lib/Nix

2011-11-16 Thread Eelco Dolstra
Author: eelco Date: Wed Nov 16 11:56:19 2011 New Revision: 30442 URL: https://nixos.org/websvn/nix/?rev=30442&sc=1 Log: * Remove obsolete line. Modified: nix/trunk/perl/lib/Nix/Manifest.pm Modified: nix/trunk/perl/lib/Nix/Manifest.pm ===

[Nix-commits] SVN commit: nix - r30441 - nix/trunk/perl/lib/Nix

2011-11-16 Thread Eelco Dolstra
Author: eelco Date: Wed Nov 16 11:37:40 2011 New Revision: 30441 URL: https://nixos.org/websvn/nix/?rev=30441&sc=1 Log: * Re-use prepared statements across insertions into the manifest cache DB. This speeds up creating the cache from 16.1s to 7.9s on my system. Modified: nix/trunk/perl/li