[Nix-commits] [NixOS/nixpkgs] d1ed24: iso_graphical: fix warning about Plasma 5 desktop ...

2017-03-06 Thread Thomas Strobel
picked from commit 3971876585eb0829a8fc2732c547743544fa706f) Commit: ad24ba30d3dbd463d6b1295830b86a5e67a00a68 https://github.com/NixOS/nixpkgs/commit/ad24ba30d3dbd463d6b1295830b86a5e67a00a68 Author: Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains>

[Nix-commits] [NixOS/nixpkgs] b9a7aa: improve: modules/virtualisation/qemu-vm.nix

2017-03-04 Thread Thomas Strobel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b9a7aacef71671bdeffdc7c4f21e3b25cb3d4a5a https://github.com/NixOS/nixpkgs/commit/b9a7aacef71671bdeffdc7c4f21e3b25cb3d4a5a Author: Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJU

[Nix-commits] [NixOS/nixpkgs] 0a8d97: fix: "nixos-rebuild build-vm-with-bootloader"

2017-03-03 Thread Thomas Strobel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0a8d9779c5b3bce15b252bb0f31c94744107ecf6 https://github.com/NixOS/nixpkgs/commit/0a8d9779c5b3bce15b252bb0f31c94744107ecf6 Author: Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJU

[Nix-commits] [NixOS/nixpkgs] eb073e: moneyplex: fix: add download link

2017-02-27 Thread Thomas Strobel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: eb073e9cd9c0a8b8d6f7f1901def14afc89341e3 https://github.com/NixOS/nixpkgs/commit/eb073e9cd9c0a8b8d6f7f1901def14afc89341e3 Author: Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJU

[Nix-commits] [NixOS/nixpkgs] 136c24: init: moneyplex at 16.0.22424

2017-02-27 Thread Thomas Strobel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 136c249e0ba8890c71216373d79274b78e167d06 https://github.com/NixOS/nixpkgs/commit/136c249e0ba8890c71216373d79274b78e167d06 Author: Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJU

Re: [Nix-dev] new tool: nixos-typecheck

2016-03-04 Thread Thomas Strobel
On 03/04/2016 01:50 AM, Profpatsch wrote: > On 16-02-29 03:16am, Hash Domains wrote: >> What do you think? > > Tried to test it on my local nixpkgs, but can’t get it working. > > nixpkgs> nixos-typecheck printUnspecified ./nixos > error: attribute ‘typechecker’ in selection path >

[Nix-dev] new tool: nixos-typecheck

2016-02-28 Thread Thomas Strobel
Hi! There is the new tool "nixos-typecheck" available in NixOS (currently in master only) that is meant help us to keep the options of our nixos module system well defined. In particular, "nixos-typecheck" can check whether a type attribute is defined for the options of the module system, and

Re: [Nix-dev] NixOS 16.03 branch-off time in 10 days

2016-02-19 Thread Thomas Strobel
Hi, what about branching off 16.03 by merging the closure-size branch, and then taking the commit just before the merge as 16.03? That way it would force us to really take the closure-size branch in. Just a thought. Thomas On 02/18/2016 08:25 PM, Domen Kožar wrote: > Hi all, > > it's that

[Nix-dev] Nix User Profile (NixUP)

2015-11-25 Thread Thomas Strobel
Hi! I'm very happy to say that a new version of NixUP is available for testing. You can find the latest version at [1]. Please read NIXUP_README.md for help on how to test NixUP. What is Nix User Profile (NixUP)? NixUP is a declarative configuration for the user environment. It is an

Re: [Nix-dev] Remote Installation

2015-11-06 Thread Thomas Strobel
Maybe that helps: https://nixos.org/wiki/Creating_a_NixOS_live_CD On 11/06/2015 07:26 PM, Thomas Strobel wrote: > I guess you won't get around building your own ISO. Maybe have a look at > 'nixos/modules/installer/cd-dvd/installation-cd-minimal.nix', and at how > it is used.

Re: [Nix-dev] Remote Installation

2015-11-06 Thread Thomas Strobel
I guess you won't get around building your own ISO. Maybe have a look at 'nixos/modules/installer/cd-dvd/installation-cd-minimal.nix', and at how it is used. It could be a starting point for creating your own image. The source code is your friend, and not Google, I'm afraid. ;) On 11/06/2015

[Nix-dev] A few new options related to networking

2015-10-06 Thread Thomas Strobel
Hi! Recently, NixOS got a few new options for configuring the networking. Here are a few examples to introduce the new options: # Define several WLAN interfaces for one physical WLAN device. networking.wlanInterfaces = { "wlan-station0" = { device = "wlp6s0"; }; "wlan-ap0" = {

Re: [Nix-dev] I want nice things (apache compression)

2015-09-14 Thread Thomas Strobel
It always somehow hurts me when contributions to NixOS are refused or just left abandoned somewhere in the mailing list or on github. The great power of NixOS is that it can be fully programmed and so NixOS should be able to handle almost all contributions by design. While one has to write blog

Re: [Nix-dev] I want nice things (apache compression)

2015-09-14 Thread Thomas Strobel
It always somehow hurts me when contributions to NixOS are refused or just left abandoned somewhere in the mailing list or on github. The great power of NixOS is that it can be fully programmed and so NixOS should be able to handle almost all contributions by design. While one has to write blog

Re: [Nix-dev] Pkgs with unstable links

2015-09-14 Thread Thomas Strobel
happen? > > On Sat, Sep 12, 2015 at 11:27 AM, Thomas Strobel <ts...@cam.ac.uk > <mailto:ts...@cam.ac.uk>> wrote: > > > On 09/12/2015 12:42 AM, Peter Simons wrote: > > Hi, > > > > > I would like to ask if we can create repo

Re: [Nix-dev] Pkgs with unstable links

2015-09-12 Thread Thomas Strobel
On 09/12/2015 12:42 AM, Peter Simons wrote: > Hi, > > > I would like to ask if we can create repo on github (nixos/foobar) > > and upload there such pkgs? Or even are there some free fileservers > > where we can store such things? That's a pretty tedious problem and > > indeed we need to

Re: [Nix-dev] npm2nix issue: github:metaraine/semver-utils is not a valid repository name

2015-09-07 Thread Thomas Strobel
Hi, I'm having the same problem. Is there any update on it? Thanks, Thomas On 08/13/2015 03:19 AM, Tinker wrote: > Hi > > I have some problems with the npm2nix command: > npm2nix node-packages.json node-packages-generated.nix > > I get the following error (more or less, logs are a bit messy):

Re: [Nix-dev] Automatic download option for requireFile

2015-02-24 Thread Thomas Strobel
Hi, On 02/24/2015 10:37 PM, Nicolas Pierron wrote: On Tue, Feb 24, 2015 at 12:20 PM, Vladimír Čunát vcu...@gmail.com wrote: On 02/24/2015 12:02 PM, Harald van Dijk wrote: If you just want to _use_ the software, not modify it, not re-distribute it, then for a whole lot of packages, you do not

[Nix-dev] Automatic download option for requireFile

2015-02-21 Thread Thomas Strobel
Hi, I intend to add an automatic download option for software packages where the user needs to accept a special license, like for example oraclejdk. At the moment the nixpkgs build tool points to a specific download page, and the users have to download the package themselves. I would like to add

[Nix-dev] 'bumblebee' nvidia gpu switching

2015-02-03 Thread Thomas Strobel
Hi, I'm having problems enabling the 'bumblebee' nvidia gpu switching service. I've appended a test case which does not work for me in the current unstable channel. Is somebody else seeing the same problem? Any advice or hint how to resolve the issue would be very welcome :) Cheers, Thomas

Re: [Nix-dev] 'bumblebee' nvidia gpu switching

2015-02-03 Thread Thomas Strobel
Update: The configuration below was working with nixpkgs commit f8bd5bb401e7c47b66b4cf44b150707824a5f41d , from Tue Jan 6. Is there a way to automatically figure out which change broke my configuration? Many thanks, Thomas On 02/03/2015 09:43 AM, Thomas Strobel wrote: Hi, I'm having

Re: [Nix-dev] NixOS as dom0 for Xen

2015-01-02 Thread Thomas Strobel
/2014 09:37 PM, Thomas Strobel wrote: Hi! I plan to use NixOS as dom0 for Xen. There is an old, deactivated nixos module available that I thought of using. But before I go ahead, I just wanted to ask why dom0 support for Xen was dropped in NixOS? Anything that I should keep in mind when trying

[Nix-dev] NixOS as dom0 for Xen

2014-12-20 Thread Thomas Strobel
Hi! I plan to use NixOS as dom0 for Xen. There is an old, deactivated nixos module available that I thought of using. But before I go ahead, I just wanted to ask why dom0 support for Xen was dropped in NixOS? Anything that I should keep in mind when trying to reestablish dom0 support? Many

Re: [Nix-dev] Zero Hydra Failures (ZHF) project for NixOS

2014-10-23 Thread Thomas Strobel
Wow! Amazing!! :) Thanks for all the effort! Thomas On 10/23/2014 06:57 PM, Domen Kožar wrote: We're pretty much done getting failures to zero: http://hydra.nixos.org/jobset/nixos/trunk-combined Now it's *only* about keeping it that way ;-) On Thu, Oct 9, 2014 at 5:28 PM, Domen Kožar

[Nix-dev] Integration of Haste packages

2014-09-25 Thread Thomas Strobel
Hi! I'm thinking of working on the integration of Haste packages into NixOS on the weekend. I want to hook onto the package management of Haskell, and adapt it for Haste. Now, I wanted to ask if someone already started to work on that or had any ideas or thoughts about it. If so, it would be

Re: [Nix-dev] [E-devel] Looking for someone to take over the Bodhi Linux Project

2014-09-19 Thread Thomas Strobel
Hi Jeff, thank you very much for putting so much time and effort into Bodhi! I think it is an amazingly styled, really great project! I loved it! :) Now, I don't know if you know about NixOS [1], but it's another awesome project out there! It is an Linux based OS which has a declarative approach

Re: [Nix-dev] E18

2014-08-04 Thread Thomas Strobel
; }; The integration into the display managers is very basic so far, but I hope that helps! Thomas On 08/04/2014 01:18 AM, Anderson Torres wrote: Can I test it? :) 2014-08-03 18:33 GMT-03:00 Thomas Strobel ts...@cam.ac.uk: Hi, I've packed Enlightenment E18, and I just wanted to share it. It might need some

Re: [Nix-dev] Vim setup for Haskell

2014-08-04 Thread Thomas Strobel
Thanks for describing your setup! The idea behind 'hvim' is to have a single package which installs vim with some stuff that is helpful for Haskell development, without having to understand how nixos or vimrc work. Especially it should allow to distribute adjusted or modified programs and plugins

Re: [Nix-dev] E18

2014-08-04 Thread Thomas Strobel
Ouch! Thanks a lot for pointing that out. I'm very sorry for not checking thoroughly enough before bothering you with my local modifications. On 08/04/2014 10:35 AM, Luca Bruno wrote: e18 is already in nixpkgs. On Mon, Aug 4, 2014 at 8:32 AM, Thomas Strobel ts...@cam.ac.uk wrote: Sure! I

[Nix-dev] povray.nix

2014-08-03 Thread Thomas Strobel
Hi, I've attached a nix description for an updated version of povray. Maybe someone wants to put it online? Best wishes, Thomas {stdenv, fetchgit, autoconf, automake, boost149, zlib, libpng, libjpeg, libtiff}: let boost = boost149; in stdenv.mkDerivation { name = povray-3.7; src =

[Nix-dev] fityk.nix, xylib.nix and wxGTK_3.0.1.nix

2014-08-03 Thread Thomas Strobel
Hi, please find attached the .nix files for building fityk (http://fityk.nieto.pl/). Hope it helps. Best wishes, Thomas { stdenv, fetchurl, boost, zlib, bzip2 }: let name= xylib; version = 1.3; in stdenv.mkDerivation { name = ${name}-${version}; src = fetchurl { url =

[Nix-dev] thermald.nix

2014-08-03 Thread Thomas Strobel
Hi, maybe someone interested in pushing the .nix file for thermald online? It's maybe not the latest version, and the systemd integration is quite basic, but it works. It might benefit from a change in the kernel's default configuration, though. Best wishes, Thomas { stdenv, fetchurl, unzip,

[Nix-dev] E18

2014-08-03 Thread Thomas Strobel
Hi, I've packed Enlightenment E18, and I just wanted to share it. It might need some review before pushing it online, especially the functions provided in the module.nix configuration. Many thanks, Thomas e18.tar.bz2 Description: Binary data ___

[Nix-dev] Vim setup for Haskell

2014-08-03 Thread Thomas Strobel
Hi, I've tried to pack/integrate VIM with plugins/programs that help with Haskell development. I would be very thankful for feedback and help with integrating it properly into NIX-OS. Many thanks, Thomas hvim.tar.bz2 Description: Binary data ___

Re: [Nix-dev] Hdevtools does not find installed modules

2014-06-20 Thread Thomas Strobel
instructed to consider each of these files (this may be what the ghc-get-packages.sh script in your ghc wrapper actually does, but that may just be speculation on my part) I hope I've given you some leads to proceed :-) 2014-06-19 12:26 GMT+02:00 Thomas Strobel ts...@cam.ac.uk mailto:ts

Re: [Nix-dev] Hdevtools does not find installed modules

2014-06-19 Thread Thomas Strobel
. (Except for the vim plugins for hdevtools, syntastic etc, which I have yet to figure out how to include in my nix expression. So for the time being these should be installed separately in ~/.vim) 2014-06-18 11:11 GMT+02:00 Thomas Strobel ts...@cam.ac.uk mailto:ts...@cam.ac.uk: Hi

[Nix-dev] Hdevtools does not find installed modules

2014-06-18 Thread Thomas Strobel
Hi! I've got a question for those using Haskell under NixOS. I'm trying to use hdevtools to check my Haskell source file, but hdevtools does not find any modules. ghc-pkg does, as does ghc-mod. From what I have read it might be necessary to set some environment variables. Can someone maybe give

Re: [Nix-dev] hydra's nix-expression works in nix-shell, but fails with nix-build

2014-06-15 Thread Thomas Strobel
which is causing that difference? If so what would you recommend me to do? Many thanks for your help! Thomas On 06/15/2014 05:42 AM, Kirill Elagin wrote: Have you tried it with `nix-shell --pure`? -- Кирилл Елагин On Sun, Jun 15, 2014 at 5:01 AM, Thomas Strobel ts...@cam.ac.uk mailto:ts

[Nix-dev] hydra's nix-expression works in nix-shell, but fails with nix-build

2014-06-14 Thread Thomas Strobel
Hi! I'm trying to write a nix-expression for current hydra, see below. It works within nix-shell, but fails with nix-build, both on 14.04. Could someone maybe help me with that, please? Many thanks, Thomas hydra.nix { stdenv, fetchgit, pkgs }: with

Re: [Nix-dev] Openssl and fast security updates

2014-06-06 Thread Thomas Strobel
On 06/06/2014 07:59 AM, Ertugrul Söylemez wrote: On Thu, 05 Jun 2014 23:39:34 +0200 Vladimír Čunát vcu...@gmail.com wrote: Hydra has and uses priorities. Anyway, building OpenSSL itself is very quick, but rebuilding all that (transitively) depends on it is worse. And there are CVE fixes

[Nix-dev] Error on creating hoogle database (permission denied)

2014-06-03 Thread Thomas Strobel
Hi! I was trying to create a hoogle database with 'hoogle data', but there is no way to specify where to write the database to. So I get the following error: '' hoogle: /nix/store/jl9j7s3s69q8l1imr9caxbxfc4cpg2g9-haskell-hoogle-ghc7.6.3-4.2.32/share/hoogle-4.2.32/databases: createDirectory:

[Nix-dev] Binary cache for local hydra server

2014-05-19 Thread Thomas Strobel
Hi there! I want to set up a binary cache for my locally running hydra and I would be very thankful for some suggestions how to do that. The binary cache should provide what http://cache.nixos.org provides for http://hydra.nixos.org, that is it should work as a fast way to serve the nix-packages

Re: [Nix-dev] Problems installing NixOS with btrfs from a USB stick

2014-04-15 Thread Thomas Strobel
. See http://lists.science.uu.nl/pipermail/nix-dev/2012-December/010237.html - Alexei On Sun, Apr 13, 2014, at 07:49 PM, Cillian de Róiste wrote: Hi! On Sun, Apr 13, 2014 at 11:05 AM, Thomas Strobel ts...@cam.ac.uk

[Nix-dev] Problems installing NixOS with btrfs from a USB stick

2014-04-13 Thread Thomas Strobel
Hi there, I was running into problems when trying to install NixOS with btrfs from a USB stick. I downloaded the current .iso and used unetbootin to create a bootable USB drive from it. Unfortunately, the resulting installation environment did not allow to use mkfs.btrfs as it could not decide

[Nix-dev] pkg-config: update and avoid patching?

2014-04-03 Thread Thomas Strobel
Hi there, I was just trying to track down problems I have compiling some source under NixOS, and it seems as pkg-config is causing some trouble. That's why I wanted to bring up issue #292 again: Broken pkg-config patch for Requires.private Are there any plans to integrate a newer version of

[Nix-dev] pkg-config: update and avoid patching?

2014-04-01 Thread Thomas Strobel
Hi there, I was just trying to track down problems I have compiling some source under NixOS, and it seems as pkg-config is causing some trouble. That's why I wanted to bring up issue #292 again: Broken pkg-config patch for Requires.private Are there any plans to integrate a newer version of