Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread shea
Hi all, Ruby 1.9 has been out and stable for quite some time now, and most new projects seem to expect it. Does anyone have a problem with dumping ruby 1.8 and making 1.9 the default? If no one objects I will make the change in a week. Cheers, Shea Author: shlevy Date: Fri Sep 23 15:08:55

Re: [Nix-dev] bash updates

2011-09-28 Thread shea
Hi Shea, Is there any reason we can't just do a full merge? who is we? I haven't been around long enough to have been here for the last stdenv-updates merge, but if I were handling it it would go something like this: 1. Enable building the full release.nix on stdenv-updates, not just

Re: [Nix-dev] bash updates

2011-09-28 Thread shea
Hi Shea, [stdenv-updates merging procedure] yes, the procedure you described is pretty much how it's going go to. All interested parties are hereby encouraged to examine the state of the stdenv-updates branch, and fix all problems that they run into. If in doubt, please speak up! Over

Re: [Nix-dev] bash updates

2011-09-28 Thread shea
1. Enable building the full release.nix on stdenv-updates, not just release-small Can someone with the right permissions set this up? pkgs/top-level/release.nix is already correct, it's just not being built yet, I don't think. ___ nix-dev mailing

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30343 - in nixos/trunk/modules: system/boot tasks

2011-11-08 Thread shea
Hi Eelco, + config = mkIf (config.boot.vesa config.services.ttyBackgrounds.enable splashutils != null) ( +mkAssert (splashutils != null) '' Doesn't the mkIf guarantee that the mkAssert will never fail? ~Shea ___ nix-dev mailing list nix-dev

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30344 - in nixos/trunk: . modules/installer/cd-dvd

2011-11-08 Thread shea
Hi Eelco, + boot.kernelPackages = pkgs.linuxPackages_3_0; Is there any reason you chose 3.0 over 3.1? 3.1 now has aufs. ~Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] The fsync issues with nix

2012-03-21 Thread shea
On 03/21/2012 03:11 PM, Lluís Batlle i Rossell wrote: So, user tools have to be written properly, so they fsync data before 'mv'. From Nix's standpoint, isn't the real requirement 'fsync before updating the database'? Is there some way for Nix to say Make sure every file in this directory is

Re: [Nix-dev] nixos-rebuild issues

2012-12-20 Thread shea
Gah! Now I definitely look a fool :) # $(nix-build -A system nixos --no-out-link)/bin/switch-to-configuration test # nixos-rebuild switch/boot/whatever On 2012-12-20 17:52, Shea Levy wrote: Argh, sorry, Thunderbird wrapped where it shouldn't have. For clarification, the commands

Re: [Nix-dev] Suggest package to install

2013-02-17 Thread shea
. Best regards, Bjørn Forsman Thanks, Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Broken xserve after update to nix-1.2 persists in nix-1.3

2013-02-25 Thread shea
Hi Patrick, To help debug, can you: a) paste configuration.nix b) paste the output of 'journalctl -bu display-manager.service' c) run, as root, 'nix-store --verify --check-contents' (will take some time!) and report the output? Thanks, Shea On 2013-02-25 14:43, Patrick Wheeler wrote

Re: [Nix-dev] Broken xserve after update to nix-1.2 persists in nix-1.3

2013-02-25 Thread shea
the output of 'journalctl -bu display-manager.service' c) run, as root, 'nix-store --verify --check-contents' (will take some time!) and report the output? Thanks, Shea On 2013-02-25 14:43, Patrick Wheeler wrote: On vmware 4.1.3 Starting with nixos and nix 1.1 My problem is that after trying

Re: [Nix-dev] Broken xserve after update to nix-1.2 persists in nix-1.3

2013-02-28 Thread shea
the output of running journalctl -bu display-manager.service AFTER seeing the failure notice in systemctl? Thanks, Shea On 2013-02-26 15:05, Patrick Wheeler wrote: I just wanted to update with that the graphical live cd for the latest nixos when installed through VMware also does not boot

Re: [Nix-dev] [Nix-commits] [NixOS/nixos] e05a37: rename deprecated option

2013-03-06 Thread shea
: http://hydra.nixos.org/build/4266474 for example fails with error: creating directory `/nix/store/.links': Read-only file system Cheers, Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Rubygems and bundler

2013-03-07 Thread shea
to get done. I've run rails applications on NixOS setups in the past and all worked well. As for your problem number 2), I suspect that's a problem with GEM_PATH, but I'm not certain, if you could provide some steps to reproduce I might be able to help debug it. ~Shea On 2013-03-07 09:58

Re: [Nix-dev] getting node.js to work on darwin

2013-03-14 Thread shea
. Cheers, Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS on Linode

2013-04-09 Thread shea
/bf7f86a6bca2a5fd81614cd40777006bd0e4ff5c/nixos/linode-configuration.nix?at=default Cheers, Shea On 2013-04-08 16:27, Malcolm Matalka wrote: Hello! I'm wondering if anyone has any tips on getting NixOS on Linode? I know there is a wiki page, but it seems outdated. The Linode docs on running a custom

Re: [Nix-dev] command-not-found can't open db

2013-05-15 Thread shea
-not-found feature to work, you'll need to add the nixos-unstable channel as root. Cheers, Shea On 2013-05-15 03:21, Malcolm Matalka wrote: I did a manual upgrade to the latest version of NixOS and Nix a month or so ago, and just realized that command-not-found doesn't work for me. So I ran

Re: [Nix-dev] Official Chromium API keys for NixOS?

2013-06-29 Thread shea
chromium. Cheers, Shea On 2013-06-29 09:29, Aristid Breitkreuz wrote: Hi, NixOS' Chromium lacks some features like Sync support because it does not have API keys baked in. It is possible - although I do not know what criteria there are for getting it - to request official keys to be used

Re: [Nix-dev] readFile applied to a path with a variable

2015-10-17 Thread shea
./foo + "/${name}/bar" would also work On 2015-10-17 13:37, Bas van Dijk wrote: > Thanks guys. > > I got it to work with the following (note that name is actually a > string): > > readFile (./foo + ("/" + name) + /bar) > > I couldn't postfix ./foo with a slash because that gave a parse error >

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-28 Thread shea
yet). Do we need some more formal procedure for selecting main conference? I'm happy to hold off until next year if we want to go with St. Petersburg this year, but I was planning on putting forward Boston as a candidate for this year's con. ~Shea _

Re: [Nix-dev] Continuous Integration

2016-04-28 Thread shea
It can set pull request statuses (e.g. see https://github.com/shlevy/hydra-github-status-test/pull/3), but currently you have to manually create the jobset corresponding to the PR and ensure that the relevant jobs are captured by the status plugin. If https://github.com/NixOS/hydra/pull/277 is

Re: [Nix-dev] Continuous Integration

2016-04-28 Thread shea
to add every possible variation into the hydra UI. - Original Message - From: "Domen Kožar" <do...@dev.si> To: "Shea Levy" <s...@shealevy.com> Cc: "Graham Christensen" <gra...@grahamc.com>, "Ericson John" <john_eric...@brown.ed

[Nix-dev] Users of 32-bit NixOS channels?

2016-05-16 Thread shea
a NixOS with a 32-bit kernel with hydra-provided binaries! ~Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Users of 32-bit NixOS channels?

2016-05-16 Thread shea
a 32-bit kernel with hydra-provided binaries! ~Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl [2] http://lists.science.uu.nl/mailman/listinfo/nix-dev [3] -- Tomasz Czyż Links: -- [1] mailto:s...@shealevy.com [2]

[Nix-commits] SVN commit: nix - r29303 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:26:43 2011 New Revision: 29303 URL: https://ssl.nixos.org/websvn/nix/?rev=29303sc=1 Log: linux-3.1: Bump to r6 Not sure if kernel.org is ever coming back now... Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified:

[Nix-commits] SVN commit: nix - r29304 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:30:03 2011 New Revision: 29304 URL: https://ssl.nixos.org/websvn/nix/?rev=29304sc=1 Log: Add a currentOutput attribute to derivations keep track of which output is active Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-commits] SVN commit: nix - r29306 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:30:52 2011 New Revision: 29306 URL: https://ssl.nixos.org/websvn/nix/?rev=29306sc=1 Log: Add information about which output is active to drvPath's context This will break things that depend on being able to just strip away an equals sign, so those have to be

[Nix-commits] SVN commit: nix - r29307 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:31:00 2011 New Revision: 29307 URL: https://ssl.nixos.org/websvn/nix/?rev=29307sc=1 Log: Remove the current output metadata from the string for unsaveDiscardOutputDependency Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 15:08:55 2011 New Revision: 29453 URL: https://ssl.nixos.org/websvn/nix/?rev=29453sc=1 Log: Get ruby-1.9.2-p290 to build Replaced: nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix - copied, changed from r29452,

[Nix-commits] SVN commit: nix - r29463 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 20:03:52 2011 New Revision: 29463 URL: https://ssl.nixos.org/websvn/nix/?rev=29463sc=1 Log: linux-3.1: Bump to rc7 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix

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

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 14:18:26 2011 New Revision: 29520 URL: https://ssl.nixos.org/websvn/nix/?rev=29520sc=1 Log: Linux 3.0: Don't use aufs2.1, there's aufs 3.x for Linux 3.x kernels Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r29522 - nixpkgs/trunk/pkgs/applications/networking/remote/freerdp

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 14:23:47 2011 New Revision: 29522 URL: https://ssl.nixos.org/websvn/nix/?rev=29522sc=1 Log: FreeRDP-unstable: Bump Modified: nixpkgs/trunk/pkgs/applications/networking/remote/freerdp/unstable.nix Modified:

Re: [Nix-dev] bash updates

2011-09-28 Thread Shea Levy
Is there any reason we can't just do a full merge? I'd rather try to fix any potentially broken things in updates now than split the current updates into two stdenv-changing merges. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Peter Simons sim...@cryp.to wrote: Hi

[Nix-commits] SVN commit: nix - r29533 - in nixpkgs/trunk/pkgs: os-specific/linux/kernel top-level

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 21:09:54 2011 New Revision: 29533 URL: https://ssl.nixos.org/websvn/nix/?rev=29533sc=1 Log: makeAufs3StandalonePatch: Don't unpack the kernel source Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix

[Nix-commits] SVN commit: nix - r29534 - in nixpkgs/trunk/pkgs: os-specific/linux/aufs3 os-specific/linux/kernel top-level

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 21:46:07 2011 New Revision: 29534 URL: https://ssl.nixos.org/websvn/nix/?rev=29534sc=1 Log: aufs3 kernelPackage Added: nixpkgs/trunk/pkgs/os-specific/linux/aufs3/ - copied from r29530, nixpkgs/trunk/pkgs/os-specific/linux/aufs2.1/ Modified:

[Nix-commits] SVN commit: nix - r29535 - in nixpkgs/trunk/pkgs: os-specific/linux/aufs3 os-specific/linux/aufs3-util os-specific/linux/kernel top-level

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 21:59:07 2011 New Revision: 29535 URL: https://ssl.nixos.org/websvn/nix/?rev=29535sc=1 Log: aufs3-util Added: nixpkgs/trunk/pkgs/os-specific/linux/aufs3-util/ - copied from r29530, nixpkgs/trunk/pkgs/os-specific/linux/aufs2.1-util/ Modified:

[Nix-commits] SVN commit: nix - r29536 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 22:13:59 2011 New Revision: 29536 URL: https://ssl.nixos.org/websvn/nix/?rev=29536sc=1 Log: Add features.aufs2 to old kernels Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix

[Nix-commits] SVN commit: nix - r29537 - nixpkgs/trunk/pkgs/data/misc/themes

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 22:34:46 2011 New Revision: 29537 URL: https://ssl.nixos.org/websvn/nix/?rev=29537sc=1 Log: Get Theme-GNU directly from spock while kernel.org is down Modified: nixpkgs/trunk/pkgs/data/misc/themes/theme-gnu.nix Modified:

[Nix-commits] SVN commit: nix - r29538 - nixos/trunk/modules/installer/cd-dvd

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 22:43:53 2011 New Revision: 29538 URL: https://ssl.nixos.org/websvn/nix/?rev=29538sc=1 Log: Enable building ISOs for aufs3 kernels Modified: nixos/trunk/modules/installer/cd-dvd/iso-image.nix Modified: nixos/trunk/modules/installer/cd-dvd/iso-image.nix

[Nix-commits] SVN commit: nix - r29539 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 23:15:30 2011 New Revision: 29539 URL: https://ssl.nixos.org/websvn/nix/?rev=29539sc=1 Log: linux-3.1: rc8 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix

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

2011-09-28 Thread Shea Levy
Author: shlevy Date: Wed Sep 28 23:38:39 2011 New Revision: 29540 URL: https://ssl.nixos.org/websvn/nix/?rev=29540sc=1 Log: aufs2: Only build if the kernel supports it Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r29541 - nixpkgs/trunk/pkgs/build-support/fetchurl

2011-09-29 Thread Shea Levy
Author: shlevy Date: Thu Sep 29 20:57:47 2011 New Revision: 29541 URL: https://ssl.nixos.org/websvn/nix/?rev=29541sc=1 Log: Add a working kernel.org mirror Modified: nixpkgs/trunk/pkgs/build-support/fetchurl/mirrors.nix Modified: nixpkgs/trunk/pkgs/build-support/fetchurl/mirrors.nix

[Nix-commits] SVN commit: nix - r29542 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2011-09-29 Thread Shea Levy
Author: shlevy Date: Thu Sep 29 21:48:33 2011 New Revision: 29542 URL: https://ssl.nixos.org/websvn/nix/?rev=29542sc=1 Log: shells/bash/4.1,2.nix have been replaced by default.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r29546 - in nixpkgs/branches/stdenv-updates/pkgs: os-specific/linux/kernel-headers top-level

2011-09-30 Thread Shea Levy
Author: shlevy Date: Fri Sep 30 15:34:37 2011 New Revision: 29546 URL: https://ssl.nixos.org/websvn/nix/?rev=29546sc=1 Log: Have the kernel headers be a linuxPackage, use the current linuxPackage's headers Added:

[Nix-commits] SVN commit: nix - r29547 - in nixpkgs/branches/stdenv-updates/pkgs/os-specific/linux: kernel kernel-headers

2011-09-30 Thread Shea Levy
Author: shlevy Date: Fri Sep 30 15:37:35 2011 New Revision: 29547 URL: https://ssl.nixos.org/websvn/nix/?rev=29547sc=1 Log: Enable setting the headersSrc so the default kernel can be updated without rebuilding stdenv Modified:

Re: [Nix-dev] Kernel/libc coupling

2011-10-01 Thread Shea Levy
On 10/01/2011 05:27 PM, Ludovic Courtès wrote: Hi Shea, Shea Levys...@shealevy.com skribis: Author: shlevy Date: Fri Sep 30 15:34:37 2011 New Revision: 29546 URL: https://ssl.nixos.org/websvn/nix/?rev=29546sc=1 Log: Have the kernel headers be a linuxPackage, use the current

[Nix-commits] SVN commit: nix - r29554 - in nixpkgs/branches/stdenv-updates/pkgs: os-specific/linux/kernel os-specific/linux/kernel-headers top-level

2011-10-01 Thread Shea Levy
Author: shlevy Date: Sat Oct 1 22:25:28 2011 New Revision: 29554 URL: https://ssl.nixos.org/websvn/nix/?rev=29554sc=1 Log: Cleaner decoupling of glibc and linuxPackages while keeping kernelHeaders a linuxPackage and having a single default.nix for kernelHeaders Modified:

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29554 - in nixpkgs/branches/stdenv-updates/pkgs: os-specific/linux/kernel os-specific/linux/kernel-headers top-level

2011-10-01 Thread Shea Levy
On 10/01/2011 06:25 PM, Shea Levy wrote: Author: shlevy Date: Sat Oct 1 22:25:28 2011 New Revision: 29554 URL: https://ssl.nixos.org/websvn/nix/?rev=29554sc=1 Log: Cleaner decoupling of glibc and linuxPackages while keeping kernelHeaders a linuxPackage and having a single default.nix

[Nix-commits] SVN commit: nix - r29559 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-10-02 Thread Shea Levy
Author: shlevy Date: Sun Oct 2 11:01:08 2011 New Revision: 29559 URL: https://ssl.nixos.org/websvn/nix/?rev=29559sc=1 Log: Linux 3.x: Use our module directory during modules_install The unset MODULE_DIR trick was enough to get Linux 3.x kernels compiling, but it was definitely the Wrong Thing

[Nix-commits] SVN commit: nix - r29562 - nixpkgs/trunk/pkgs/build-support/kernel

2011-10-02 Thread Shea Levy
Author: shlevy Date: Sun Oct 2 12:53:51 2011 New Revision: 29562 URL: https://ssl.nixos.org/websvn/nix/?rev=29562sc=1 Log: D'oh Modified: nixpkgs/trunk/pkgs/build-support/kernel/modules-closure.sh Modified: nixpkgs/trunk/pkgs/build-support/kernel/modules-closure.sh

[Nix-commits] SVN commit: nix - r29566 - nixpkgs/trunk/pkgs/development/libraries/libcaca

2011-10-02 Thread Shea Levy
Author: shlevy Date: Sun Oct 2 14:34:23 2011 New Revision: 29566 URL: https://ssl.nixos.org/websvn/nix/?rev=29566sc=1 Log: libcaca: Bump Modified: nixpkgs/trunk/pkgs/development/libraries/libcaca/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/libcaca/default.nix

[Nix-commits] SVN commit: nix - r29793 - nixpkgs/trunk/pkgs/development/interpreters/ruby

2011-10-12 Thread Shea Levy
Author: shlevy Date: Wed Oct 12 18:01:28 2011 New Revision: 29793 URL: https://nixos.org/websvn/nix/?rev=29793sc=1 Log: Rails 3.1.1 Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix

[Nix-commits] SVN commit: nix - r29883 - nixpkgs/trunk/pkgs/development/compilers/llvm

2011-10-18 Thread Shea Levy
Author: shlevy Date: Wed Oct 19 04:14:55 2011 New Revision: 29883 URL: https://nixos.org/websvn/nix/?rev=29883sc=1 Log: clang: Don't send extra -I flags to the linker Added: nixpkgs/trunk/pkgs/development/compilers/llvm/clang-ld-flags.patch Modified:

[Nix-commits] SVN commit: nix - r29901 - in nixpkgs/trunk/pkgs: development/compilers/llvm stdenv top-level

2011-10-19 Thread Shea Levy
Author: shlevy Date: Wed Oct 19 17:11:26 2011 New Revision: 29901 URL: https://nixos.org/websvn/nix/?rev=29901sc=1 Log: Bootstrap clang with itself Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix nixpkgs/trunk/pkgs/stdenv/adapters.nix

[Nix-commits] SVN commit: nix - r29919 - in nixpkgs/trunk/pkgs: development/compilers/llvm top-level

2011-10-19 Thread Shea Levy
Author: shlevy Date: Wed Oct 19 20:57:18 2011 New Revision: 29919 URL: https://nixos.org/websvn/nix/?rev=29919sc=1 Log: Enable building clang separately from llvm Note that there is some duplication when building clang now. The llvm source is unpacked twice, ./configure is run twice, and two

[Nix-commits] SVN commit: nix - r29922 - nixpkgs/trunk/pkgs/development/compilers/llvm

2011-10-19 Thread Shea Levy
Author: shlevy Date: Wed Oct 19 23:49:22 2011 New Revision: 29922 URL: https://nixos.org/websvn/nix/?rev=29922sc=1 Log: clang: Use configureFlags instead of env vars to tell which compiler to use Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix

[Nix-commits] SVN commit: nix - r29923 - nixpkgs/trunk/pkgs/development/compilers/llvm

2011-10-19 Thread Shea Levy
Author: shlevy Date: Thu Oct 20 00:15:49 2011 New Revision: 29923 URL: https://nixos.org/websvn/nix/?rev=29923sc=1 Log: Use the right triplet for 1686 Not sure why we're inconsistent between arches there... Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix Modified:

[Nix-commits] SVN commit: nix - r29924 - nixpkgs/trunk/pkgs/development/compilers/llvm

2011-10-19 Thread Shea Levy
Author: shlevy Date: Thu Oct 20 02:07:00 2011 New Revision: 29924 URL: https://nixos.org/websvn/nix/?rev=29924sc=1 Log: clang: have gcc tell us its target triplet, no need to limit to x86 linuces Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix Modified:

[Nix-commits] SVN commit: nix - r29978 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-10-23 Thread Shea Levy
Author: shlevy Date: Sun Oct 23 15:52:28 2011 New Revision: 29978 URL: https://nixos.org/websvn/nix/?rev=29978sc=1 Log: Linux 3.0.7 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix

[Nix-commits] SVN commit: nix - r29993 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-10-24 Thread Shea Levy
Author: shlevy Date: Mon Oct 24 16:06:31 2011 New Revision: 29993 URL: https://nixos.org/websvn/nix/?rev=29993sc=1 Log: Linux 3.1 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix

[Nix-dev] [***SPAM***] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-24 Thread Shea Levy
updating the url+hash of the manifest file, instead of every single nix expression that corresponds to an updated package. Thoughts? Cheers, Shea Levy ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo

[Nix-commits] SVN commit: nix - r30007 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 06:21:27 2011 New Revision: 30007 URL: https://nixos.org/websvn/nix/?rev=30007sc=1 Log: Linux 3.0 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix

[Nix-commits] SVN commit: nix - r30008 - nixpkgs/trunk/pkgs/os-specific/linux/klibc

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 08:20:03 2011 New Revision: 30008 URL: https://nixos.org/websvn/nix/?rev=30008sc=1 Log: klibc 1.5.24 Deleted: nixpkgs/trunk/pkgs/os-specific/linux/klibc/make382.patch Modified: nixpkgs/trunk/pkgs/os-specific/linux/klibc/default.nix Modified:

[Nix-commits] SVN commit: nix - r30011 - in nixpkgs/trunk/pkgs: os-specific/linux/v86d top-level

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 09:40:15 2011 New Revision: 30011 URL: https://nixos.org/websvn/nix/?rev=30011sc=1 Log: v86d Added: nixpkgs/trunk/pkgs/os-specific/linux/v86d/ nixpkgs/trunk/pkgs/os-specific/linux/v86d/default.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

Re: [Nix-dev] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-26 Thread Shea Levy
Hi Peter, On 10/25/11 1:15 PM, Peter Simons wrote: Hi Shea, 1. builtins.exec. This builtin would take a string and would evaluate to a string. It would essentially call system() on its argument and evaluate to the output put to stdout by that command. I am not expert

Re: [Nix-dev] [***SPAM***] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-26 Thread Shea Levy
Hi, On 10/26/11 11:14 AM, Eelco Dolstra wrote: Hi, On 10/25/2011 01:35 AM, Shea Levy wrote: So I'd really like to see one of two solutions implemented (I'll do the implementation myself if Eelco is willing to consider accepting these solutions) in nix (possibly with an explicit command

Re: [Nix-dev] [***SPAM***] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-26 Thread Shea Levy
On 10/26/11 11:38 AM, Eelco Dolstra wrote: On 10/26/2011 05:30 PM, Shea Levy wrote: However, you don't want this most of the time, certainly not in Nixpkgs, because it causes query operations like nix-env -qa to do a build. Which is a bad thing. Actually, since nix-env -qa runs in read

[Nix-commits] SVN commit: nix - r30052 - nixpkgs/trunk/pkgs/build-support/clang-wrapper

2011-10-27 Thread Shea Levy
Author: shlevy Date: Thu Oct 27 06:39:45 2011 New Revision: 30052 URL: https://nixos.org/websvn/nix/?rev=30052sc=1 Log: Use -isystem instead of -I for system headers to avoid warnings when using -pedantic Modified: nixpkgs/trunk/pkgs/build-support/clang-wrapper/builder.sh Modified:

[Nix-commits] SVN commit: nix - r30088 - nixpkgs/trunk/pkgs/tools/filesystems/reiserfsprogs

2011-10-28 Thread Shea Levy
Author: shlevy Date: Fri Oct 28 21:02:34 2011 New Revision: 30088 URL: https://nixos.org/websvn/nix/?rev=30088sc=1 Log: reiserfsprogs: Use the kernel mirrors Modified: nixpkgs/trunk/pkgs/tools/filesystems/reiserfsprogs/default.nix Modified:

[Nix-commits] SVN commit: nix - r30092 - nixpkgs/trunk/pkgs/tools/filesystems/ntfs-3g

2011-10-28 Thread Shea Levy
Author: shlevy Date: Fri Oct 28 21:28:52 2011 New Revision: 30092 URL: https://nixos.org/websvn/nix/?rev=30092sc=1 Log: ntfs-3g: The tuxera url isn't working Modified: nixpkgs/trunk/pkgs/tools/filesystems/ntfs-3g/default.nix Modified: nixpkgs/trunk/pkgs/tools/filesystems/ntfs-3g/default.nix

[Nix-commits] SVN commit: nix - r30093 - nixpkgs/trunk/pkgs/os-specific/linux/iproute

2011-10-28 Thread Shea Levy
Author: shlevy Date: Fri Oct 28 21:31:03 2011 New Revision: 30093 URL: https://nixos.org/websvn/nix/?rev=30093sc=1 Log: iproute2: Working URL Modified: nixpkgs/trunk/pkgs/os-specific/linux/iproute/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/iproute/default.nix

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

2011-10-29 Thread Shea Levy
Author: shlevy Date: Sat Oct 29 18:20:02 2011 New Revision: 30103 URL: https://nixos.org/websvn/nix/?rev=30103sc=1 Log: nixpkgs: Always set nixpkgs.config.{state,store}Dir This will allow NixOS modules to always refer to config.nixpkgs.config.nix to find the store or state directory Modified:

[Nix-commits] SVN commit: nix - r30104 - in nixos/trunk/modules: config installer/cd-dvd installer/generations-dir installer/tools/nixos-deploy-network security services/misc services/monitoring servi

2011-10-29 Thread Shea Levy
Author: shlevy Date: Sat Oct 29 21:03:57 2011 New Revision: 30104 URL: https://nixos.org/websvn/nix/?rev=30104sc=1 Log: find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed -i -e 's|/nix/var|${config.nixpkgs.config.nix.stateDir}|g' -e

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

2011-10-29 Thread Shea Levy
Author: shlevy Date: Sat Oct 29 22:00:25 2011 New Revision: 30105 URL: https://nixos.org/websvn/nix/?rev=30105sc=1 Log: Make the stateDir and storeDir available for substitution into the tools Modified: nixos/trunk/modules/installer/tools/tools.nix Modified:

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

2011-10-29 Thread Shea Levy
Author: shlevy Date: Sat Oct 29 22:14:27 2011 New Revision: 30106 URL: https://nixos.org/websvn/nix/?rev=30106sc=1 Log: sed -i -e 's|/nix/var|@stateDir@|g' -e 's|/nix/store|@storeDir@|g' modules/installer/tools/*.sh Use configurable storeDir and stateDir in the installer tools Modified:

[Nix-commits] SVN commit: nix - r30125 - in nixpkgs/trunk/pkgs: development/libraries/haskell/download top-level

2011-10-30 Thread Shea Levy
Author: shlevy Date: Sun Oct 30 13:55:22 2011 New Revision: 30125 URL: https://nixos.org/websvn/nix/?rev=30125sc=1 Log: Add the download Haskell library Added: nixpkgs/trunk/pkgs/development/libraries/haskell/download/ nixpkgs/trunk/pkgs/development/libraries/haskell/download/default.nix

[Nix-commits] SVN commit: nix - r30126 - in nixpkgs/trunk/pkgs: development/libraries/haskell/tagsoup top-level

2011-10-30 Thread Shea Levy
Author: shlevy Date: Sun Oct 30 15:19:27 2011 New Revision: 30126 URL: https://nixos.org/websvn/nix/?rev=30126sc=1 Log: Add tagsoup-0.10.1 (needed for download-curl) Added: nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/0.10.1nix Modified:

[Nix-commits] SVN commit: nix - r30128 - in nixpkgs/trunk/pkgs: development/libraries/haskell/curl top-level

2011-10-30 Thread Shea Levy
Author: shlevy Date: Sun Oct 30 15:24:00 2011 New Revision: 30128 URL: https://nixos.org/websvn/nix/?rev=30128sc=1 Log: Add Haskell curl bindings Added: nixpkgs/trunk/pkgs/development/libraries/haskell/curl/ Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Modified:

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30127 - in nixos/trunk/modules: config installer/cd-dvd installer/generations-dir installer/tools installer/tools/nixos-deploy-network misc security serv

2011-10-30 Thread Shea Levy
me a chance to fix it is inappropriate. Thanks, Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] SVN commit: nix - r30130 - in nixpkgs/trunk/pkgs: development/libraries/haskell/download-curl top-level

2011-10-30 Thread Shea Levy
Author: shlevy Date: Sun Oct 30 15:39:13 2011 New Revision: 30130 URL: https://nixos.org/websvn/nix/?rev=30130sc=1 Log: Add download-curl Added: nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/ nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/default.nix

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30127 - innixos/trunk/modules: config installer/cd-dvdinstaller/generations-dir installer/toolsinstaller/tools/nixos-deploy-network misc security service

2011-10-30 Thread Shea Levy
, but straight up removing my work without even giving me a chance to fix it is inappropriate. Thanks, Shea Eat 30GB seems close enough to broken.. Given that the earlier revisions are trivially accessible, reverting revisions that break trunk usability seems a reasonable thing. I agree, but it's

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30127 - innixos/trunk/modules:config installer/cd-dvdinstaller/generations-dir installer/toolsinstaller/tools/nixos-deploy-networkmisc security services/

2011-10-30 Thread Shea Levy
that problem resolved while getting what I need, but straight up removing my work without even giving me a chance to fix it is inappropriate. Thanks, Shea Eat 30GB seems close enough to broken.. Given that the earlier revisions are trivially accessible, reverting revisions that break trunk

Re: [Nix-dev] pidgin-sipe

2011-11-02 Thread Shea Levy
On 11/2/11 1:29 AM, Kevin Quick wrote: On Tue, 01 Nov 2011 17:23:38 -0700, Shea Levy s...@shealevy.com wrote: For usage I would suggest the derivation notify the user that they will need to link ~/.nix-profile/share/pidgin-sipe/libsipe.so to ~/.purple/plugins/libsipe.so (or something along

[Nix-commits] SVN commit: nix - r30250 - nix/branches/multiple-outputs-sandbox/tests

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:28:08 2011 New Revision: 30250 URL: https://nixos.org/websvn/nix/?rev=30250sc=1 Log: The nixinstantiate and nixstore env vars are no longer set in common.sh Modified: nix/branches/multiple-outputs-sandbox/tests/multiple-outputs.sh Modified:

[Nix-commits] SVN commit: nix - r30252 - in nix/branches/multiple-outputs-sandbox/src: libexpr libstore nix-worker

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:28:20 2011 New Revision: 30252 URL: https://nixos.org/websvn/nix/?rev=30252sc=1 Log: Include all outputs of derivations in the closure of explicitly-passed derivation paths This required adding a queryOutputDerivationNames function in the store API Modified:

[Nix-commits] SVN commit: nix - r30253 - nix/branches/multiple-outputs-sandbox/tests

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:28:25 2011 New Revision: 30253 URL: https://nixos.org/websvn/nix/?rev=30253sc=1 Log: Fix stupid typo in multiple outputs test Modified: nix/branches/multiple-outputs-sandbox/tests/multiple-outputs.b.builder.sh Modified:

[Nix-commits] SVN commit: nix - r30254 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:28:30 2011 New Revision: 30254 URL: https://nixos.org/websvn/nix/?rev=30254sc=1 Log: Embed output name into the context of the *OutPath attributes and extract it for input derivations Multiple outputs test passes! Modified:

[Nix-commits] SVN commit: nix - r30255 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:28:34 2011 New Revision: 30255 URL: https://nixos.org/websvn/nix/?rev=30255sc=1 Log: Remove the unused sCurrentOutput symbol Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/eval.cc nix/branches/multiple-outputs-sandbox/src/libexpr/eval.hh

[Nix-commits] SVN commit: nix - r30256 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 06:54:05 2011 New Revision: 30256 URL: https://nixos.org/websvn/nix/?rev=30256sc=1 Log: Respect all outputs passed to the derivation, not just the last one Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-commits] SVN commit: nix - r30257 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 07:03:14 2011 New Revision: 30257 URL: https://nixos.org/websvn/nix/?rev=30257sc=1 Log: Fix faulty reversion of my changes to unsafeDiscardOutputDependency Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-commits] SVN commit: nix - r30258 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 07:18:19 2011 New Revision: 30258 URL: https://nixos.org/websvn/nix/?rev=30258sc=1 Log: There's no need to mess with drvPath at all Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-dev] [RFC] Merging of multiple-outputs-sandbox into trunk

2011-11-06 Thread Shea Levy
On 11/6/11 2:18 AM, Shea Levy wrote: Author: shlevy Date: Sun Nov 6 07:18:19 2011 New Revision: 30258 URL: https://nixos.org/websvn/nix/?rev=30258sc=1 Hi all (especially Eelco), With this commit, I believe the multiple-outputs-sandbox branch is ready for consideration to be merged into nix

[Nix-commits] SVN commit: nix - r30262 - in nixpkgs/trunk/pkgs: tools/misc/grub top-level

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 17:08:05 2011 New Revision: 30262 URL: https://nixos.org/websvn/nix/?rev=30262sc=1 Log: Reenable grub2_efi Modified: nixpkgs/trunk/pkgs/tools/misc/grub/1.9x.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r30263 - nixos/branches/efi-boot

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 17:16:01 2011 New Revision: 30263 URL: https://nixos.org/websvn/nix/?rev=30263sc=1 Log: Start over with the efi-boot branch Replaced: nixos/branches/efi-boot/ - copied from r30260, nixos/trunk/ ___ nix-commits

[Nix-commits] SVN commit: nix - r30264 - in nixpkgs/trunk/pkgs: os-specific/linux/kernel top-level

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 17:38:51 2011 New Revision: 30264 URL: https://nixos.org/websvn/nix/?rev=30264sc=1 Log: Remove the efi stub patch Deleted: nixpkgs/trunk/pkgs/os-specific/linux/kernel/efi-stub.patch Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix

[Nix-commits] SVN commit: nix - r30274 - nixos/branches/efi-boot/modules/installer/grub

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 18:38:10 2011 New Revision: 30274 URL: https://nixos.org/websvn/nix/?rev=30274sc=1 Log: Add options for efi booting Modified: nixos/branches/efi-boot/modules/installer/grub/grub.nix Modified: nixos/branches/efi-boot/modules/installer/grub/grub.nix

[Nix-commits] SVN commit: nix - r30275 - nixos/branches/efi-boot/modules/installer/grub

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 18:54:01 2011 New Revision: 30275 URL: https://nixos.org/websvn/nix/?rev=30275sc=1 Log: Only allow efi booting to be enabled when grub2 is selected, and add efibootmgr to the system when efi booting is enabled Modified:

[Nix-commits] SVN commit: nix - r30276 - nixos/branches/efi-boot/modules/installer/grub

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 19:04:59 2011 New Revision: 30276 URL: https://nixos.org/websvn/nix/?rev=30276sc=1 Log: Load efi graphics modules in grub Modified: nixos/branches/efi-boot/modules/installer/grub/grub-menu-builder.sh Modified:

[Nix-commits] SVN commit: nix - r30280 - nixos/branches/efi-boot/modules/installer/grub

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 20:30:19 2011 New Revision: 30280 URL: https://nixos.org/websvn/nix/?rev=30280sc=1 Log: Add option to use fakebios Modified: nixos/branches/efi-boot/modules/installer/grub/grub.nix Modified: nixos/branches/efi-boot/modules/installer/grub/grub.nix

[Nix-commits] SVN commit: nix - r30281 - nixos/branches/efi-boot/modules/installer/grub

2011-11-06 Thread Shea Levy
Author: shlevy Date: Sun Nov 6 20:44:57 2011 New Revision: 30281 URL: https://nixos.org/websvn/nix/?rev=30281sc=1 Log: Rename the menu builder to signify that it's for BIOS-based grub Added: nixos/branches/efi-boot/modules/installer/grub/grub-bios-menu-builder.sh - copied unchanged

  1   2   3   4   5   6   7   8   9   10   >