Re: [Nix-dev] Malicious installation methods

2016-06-17 Thread Tomasz Kontusz
Dnia 17 czerwca 2016 13:12:57 CEST, Yui Hirasawa napisał(a): >I recently noticed that you recommend very malicious installation >methods on your download page for nix[1] > >Retrieving code straight from the internet and blindly executing is >never a good thing and you don't give

Re: [Nix-dev] Open source team messaging: mattermost

2016-03-01 Thread Tomasz Kontusz
Dnia 29 lutego 2016 20:59:06 CET, Arseniy Seroka napisał(a): >IRC is awesome thing, why do we need to replace it? IRC replacements typically offer: * history * long messages with sane visualisation (like hiding parts of them in history until requested) - this greatly

Re: [Nix-dev] builder for ‘*.drv’ failed to produce output path ‘*’

2015-12-13 Thread Tomasz Kontusz
You need to create $out in your builder. Just "cp -r ./build $out" after the "make pgloader" will be a good start - at least you'll see if it's usable :-) On 13.12.2015 23:39, Tinker wrote: > Hi > > I'm trying to write a nix package for pgloader (a db migration tool > written by someone else

Re: [Nix-dev] NixOS/Nixpkgs repository labels

2015-11-27 Thread Tomasz Kontusz
GitHub should already know about that, is a label useful? It will always be at least a bit out of date too. Dnia 27 listopada 2015 11:56:04 CET, Matthias Beyer napisał(a): >On 27-11-2015 11:37:54, Pascal Wittmann wrote: >> On 11/22/2015 11:06 PM, Nicolas Pierron wrote:

Re: [Nix-dev] How to stop all packages to stop compiling from binary

2015-11-02 Thread Tomasz Kontusz
When using a channel you should have the core packages available as binaries. What is your cache configuration in nix.conf? Do you have any overrides? Dnia 1 listopada 2015 22:22:34 CET, rohit yadav napisał(a): >Hi All- > >I upgraded my channel from 14.12 to 15.09 and

Re: [Nix-dev] No such file or directory

2015-09-09 Thread Tomasz Kontusz
It looks a bit like a filesystem corruption - make sure to run fsck on it (or scrub it, if it's btrfs) Dnia 10 września 2015 01:31:20 CEST, Arseniy Seroka napisał(a): >I don't know that happened but the solution is: >``` >cd /nix/var/nix/profiles/per-user/root >rm -rf

Re: [Nix-dev] Jar files

2015-08-28 Thread Tomasz Kontusz
Nix only scans for hashes, and there's a good chance they'll be kept intact when compressing. If that's not good enough, then you'll have to make a file with references either by hand or by unpacking the jars. I don't know how often this will actually be needed - is Java retaining paths to

Re: [Nix-dev] Ideas for systematically avoiding unwanted runtime dependencies

2015-08-27 Thread Tomasz Kontusz
On 08/27/2015 12:15 AM, Daniel Peebles wrote: Right now I'm struggling with my image pulling in gcc because it legitimately depends on icu4c, which mysteriously retains a runtime dependency on gcc. Regardless of specifics, individual packages can usually be fixed to reduce their runtime

Re: [Nix-dev] nix-shell unpackPhase does not work on my system

2015-08-20 Thread Tomasz Kontusz
After unpackPhase you have to enter the unpacked source directory, then you can run configurePhase Dnia 20 sierpnia 2015 18:13:49 CEST, Massimo Zaniboni massimo.zanib...@gmail.com napisał(a): But on my Mint system, the nix-shell does not see the configurePhase and all other *Phase commands.

Re: [Nix-dev] crosscompiling question

2015-07-14 Thread Tomasz Kontusz
I think the only way is to build in qemu on the host, or copy-closure whole system profiles (and then link and activate them by name). Lluís Batlle i Rossell vi...@viric.name napisał: On Tue, Jul 14, 2015 at 09:03:06AM +0200, Tomas Hlavaty wrote: Like this, I would like to crosscompile packages

Re: [Nix-dev] restarting a mongodb

2015-07-08 Thread Tomasz Kontusz
I think you can add `systemd.services.mongodb.requires = [mongo.mount]` to tell systemd to mount (and wait for) /mongo when starting MongoDB. On 07/08/2015 07:13 AM, stewart mackenzie wrote: Hello all, So rebuilding our database server with this bit in our config: ```

Re: [Nix-dev] funding nixos documentation

2015-06-03 Thread Tomasz Kontusz
On 06/03/2015 08:21 PM, Jeffrey David Johnson wrote: Oops, replying to the whole list now. Begin forwarded message: Date: Wed, 3 Jun 2015 11:20:10 -0700 From: Jeffrey David Johnson jef...@gmail.com To: Joachim Schiele j...@lastlog.de Subject: Re: [Nix-dev] funding nixos documentation I

Re: [Nix-dev] Git commit hashes

2015-06-02 Thread Tomasz Kontusz
Colin Putney co...@wiresong.com napisał: On Tue, Jun 2, 2015 at 9:15 AM, Colin Putney co...@wiresong.com wrote: Hi all, I'm running a small cluster with several custom-built services, and I'd like to include git commit hashes in my logs so that I can easily find the source code that's

[Nix-dev] Fwd: Re: write_file '/etc/passwd.tmp' - syswrite: Bad address

2015-05-18 Thread Tomasz Kontusz
I'm not sure, I've seen a similar problem some time in the last month. I assumed it's a broken file (laptop HDD, btrfs is a young FS, I kind of expect occasional problem :-)), but fsck showed no problems with any passwd file. Wout Mertens wout.mert...@gmail.com napisał: Well, that looks like

Re: [Nix-dev] How to test my service definition without actually installing it?

2015-05-14 Thread Tomasz Kontusz
need to specify my git clone of the repo, right? And when doing this, my whole system gets rebuild using the definitions from master, so almost everything. I guess I can fix this by rebasing onto the unstable tracker git branches, can I? On 14-05-2015 10:17:44, Tomasz Kontusz wrote: You can use

Re: [Nix-dev] i686 Builds?

2015-05-12 Thread Tomasz Kontusz
I'm on x86_64 and use some of those for running games (mostly what the steam package already pulls in, plus a few more that were needed for specific games). The idea to only build them after x86_64 sounds pretty good. Actually, are all packages build together with the tests or only after they

[Nix-dev] Fwd: Re: Possible bug in ssh key module

2015-05-12 Thread Tomasz Kontusz
Oops, replied to the wrong address. Wiadomość oryginalna Od: Tomasz Kontusz tomasz.kont...@gmail.com Wysłane: Tue May 12 10:25:21 CEST 2015 Do: Anand Patil anand.prabhakar.pa...@gmail.com Temat: Re: [Nix-dev] Possible bug in ssh key module It would still be nice if the middle

Re: [Nix-dev] i686 Builds?

2015-05-12 Thread Tomasz Kontusz
By amd32 do you mean amd64 with 32 bit pointers? Lluís Batlle i Rossell vi...@viric.name napisał: amd32 should be ready in the kernel and gcc/glibc. We just need someone to prepare nix/nixpgks/nixos for this. :) On Tue, May 12, 2015 at 12:05:29PM +0200, Christian Theune wrote: Hi, same here.

[Nix-dev] Fwd: Re: Gratuitous generations

2015-03-31 Thread Tomasz Kontusz
Argh, responded to the wrong address again :-/ Wiadomość oryginalna Od: Tomasz Kontusz tomasz.kont...@gmail.com Wysłane: Tue Mar 31 08:37:07 CEST 2015 Do: Serge Kosyrev _deepf...@feelingofgreen.ru Temat: Re: [Nix-dev] Gratuitous generations Cool idea! I'm sure you'll be happy

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

2015-02-22 Thread Tomasz Kontusz
Talking about laws: are there any guidelines about what software can go into nixpkgs/can be distributed by hydra? I know many distributions try to somehow separate the software illegal in USA (mostly DRM-related/patented stuff). Kirill Elagin kirela...@gmail.com napisał: As far as I understand,

[Nix-dev] Fwd: Re: Override nix.maxJobs without editing hardware-configuration.nix?

2015-02-18 Thread Tomasz Kontusz
Oops, wrong address Wiadomość oryginalna Od: Tomasz Kontusz tomasz.kont...@gmail.com Wysłane: Wed Feb 18 09:19:17 CET 2015 Do: James Cook james.c...@utoronto.ca Temat: Re: [Nix-dev] Override nix.maxJobs without editing hardware-configuration.nix? You can use nix.maxJobs

Re: [Nix-dev] Why does fetchgit not look at the URL to determine the cache location?

2015-01-01 Thread Tomasz Kontusz
Rico Huijbers rix0...@gmail.com napisał: Hi, (...) Shouldn’t fetchgit build the hash from URL and rev, as opposed to the provided hash? Or am I doing it wrong? I think adding the rev to output hash is a good idea, but not the URL. URL can change without changing fetchgit's output. (Well, rev

Re: [Nix-dev] nixops waits forever for SSH

2014-08-22 Thread Tomasz Kontusz
. Richard Wallace rwall...@thewallacepack.net napisał: I cannot ping it. As Eelco pointed out, vboxnet0 isn't getting assigned the right IP address. Is this the same issue you had? How did change your VBox network configuration to get it working? On Fri, Aug 22, 2014 at 12:56 AM, Tomasz Kontusz

Re: [Nix-dev] Binary packages for custom store path installs

2014-06-12 Thread Tomasz Kontusz
Mateusz Kowalczyk fuuze...@fuuzetsu.co.uk napisał: In the Nix manual it says: ## It is best not to change the Nix store from its default, since doing so makes it impossible to use pre-built binaries from the standard Nixpkgs channels — that is, all packages will need to be built from source.