Re: [Nix-dev] Nginx multiple listen ip

2017-07-10 Thread Samuel Leathers via nix-dev
Looking at the virtual host config in the nixos module, I don't think that case is supported currently. You could always just set the config variable to completely override the entire file. Thanks, Sam On Mon, Jul 10, 2017 at 10:17 AM Alexandre Peyroux via nix-dev < nix-dev@lists.science.uu.nl>

Re: [Nix-dev] Sway window manager nix package

2017-07-10 Thread Samuel Leathers via nix-dev
Hi Chris, For a symlink from the nix store into /etc you would need to use writeText to write a file with the contents (I'm assuming empty string) and then use environment.etc to link that file into /etc; however this would be immutable and swaylock would not be able to modify this file if done

[Nix-commits] [NixOS/nixpkgs] fa2c22: x11idle: init at unstable-2017-07-01 (#27062)

2017-07-03 Thread Samuel W. Flint
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fa2c22ea97d604dfc9cc3dcf9115eecc6bd021d9 https://github.com/NixOS/nixpkgs/commit/fa2c22ea97d604dfc9cc3dcf9115eecc6bd021d9 Author: Samuel W. Flint <swfl...@flintfam.org> Date: 2017-07-03 (Mon, 03 Ju

Re: [Nix-dev] okteta fix build

2017-06-28 Thread Samuel Leathers
Thanks for the patch Karn. Joachim, if you want to discuss patches on the ML further, please do it on the spun off thread Re: [Nix-dev] Are mailing lists any good for managing patches? (was: okteta fix build). Thanks, Sam On Wed, Jun 28, 2017 at 7:09 AM Joachim Schiele wrote:

[Nix-commits] [NixOS/nixpkgs] 5d7fd7: mailhog: init at 1.0.0 (#26821)

2017-06-24 Thread Samuel Leathers
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5d7fd7e7fa2a488d6df92da30933c27aad7530b6 https://github.com/NixOS/nixpkgs/commit/5d7fd7e7fa2a488d6df92da30933c27aad7530b6 Author: Samuel Leathers <dis...@gmail.com> Date: 2017-06-24 (Sat, 24 Ju

Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-06 Thread Samuel Leathers
I use nix-shell --run zsh. I alias that to nshell. Thanks, Sam On Tue, Jun 6, 2017, 08:07 Roni Choudhury wrote: > Hi all! > > I’m using nix-shell to do some development. I have the environment set up > so I can build my code, but I had a question about invoking packages

[Nix-commits] [NixOS/nixpkgs] 31a5e0: gitlab service: fix preStart script

2017-05-22 Thread Samuel Leathers
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 31a5e065b06d0f65e6a5a5b2a9ac9a6e7164daef https://github.com/NixOS/nixpkgs/commit/31a5e065b06d0f65e6a5a5b2a9ac9a6e7164daef Author: Samuel Leathers <s...@appliedtrust.com> Date: 2017-05-22 (Mon, 22 Ma

Re: [Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Samuel W. Flint
>>>>> Samuel DENIS writes: SD> Unfortunately, I did nothing else particular to my SD> configuration. I'm on Gnome 3 with GDM if it can help. Sorry to SD> don't beeing able to help you more. Samuel DENIS Hey, no problem! Sam SD> Original

Re: [Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Samuel DENIS
Unfortunately, I did nothing else particular to my configuration. I'm on Gnome 3 with GDM if it can help. Sorry to don't beeing able to help you more. Samuel DENIS Original Message On 24 janv. 2017 22:27, wrote: >>>>> Samuel DENIS writes: SD> Hi! Fi

Re: [Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Samuel W. Flint
>>>>> Samuel DENIS writes: SD> Hi! First time answering (and writing) on this mailing list. SD> On a recent laptop with NixOS 16.09, I had to choose the 4.8 SD> kernel package set to make the touchpad working (with libinput), SD> as default is 4.4 LT

Re: [Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Samuel DENIS
Hi! First time answering (and writing) on this mailing list. On a recent laptop with NixOS 16.09, I had to choose the 4.8 kernel package set to make the touchpad working (with libinput), as default is 4.4 LTS. Maybe this can fix your problem? Otherwise I don't have any idea. Best, Samuel DENIS

[Nix-dev] NixOS and laptops, touchpad/touchscreen problems

2017-01-24 Thread Samuel W. Flint
services.xserver.synaptics.enable set to true, but otherwise have no idea what to do. Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s) ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] upgrading packer

2016-05-13 Thread Samuel
to dump this into a script (or a comment in the worst case) along with the derivation. -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] command_not_found_handle doesn't find programs.sqlite

2016-05-13 Thread Samuel
Nice, thanks On 13 May 2016 at 14:01, Domen Kožar <do...@dev.si> wrote: > https://github.com/NixOS/nixos-channel-scripts/issues/4 > > On Fri, May 13, 2016 at 12:59 PM, Samuel <samuelri...@gmail.com> wrote: >> >> Hi, >> >> After some update my c

[Nix-dev] command_not_found_handle doesn't find programs.sqlite

2016-05-13 Thread Samuel
ms.sqlite /nix/var/nix/profiles/per-user/root/channels-24-link/nixos/programs.sqlite > ls -ld /nix/var/nix/profiles/per-user/root/channels lrwxrwxrwx 1 root root 16 May 8 17:56 /nix/var/nix/profiles/per-user/root/channels -> channels-28-link/ -- Samuel

Re: [Nix-dev] upgrading packer

2016-05-12 Thread Samuel
<zimb...@zimbatm.com> wrote: > Did you try just upgrading packer itself? I believe those dependencies are > included during the build now > > > On Wed, 11 May 2016 08:39 Samuel, <samuelri...@gmail.com> wrote: >> >> Hi, >> >> I took a brief

[Nix-dev] upgrading packer

2016-05-11 Thread Samuel
written an expression that downloads the official binaries: https://github.com/samuelrivas/monorepo/blob/packer/nix/pkgs/development/tools/packer/default.nix But I assume that's not a change that I should pull request. Just let me know otherwise. Best -- Samuel

Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-10 Thread Samuel
the operators section or if my confusion is just a fluke :) Best -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
? bar > true > > The second operant is taken as a string literal, that's why you need to > evaluate variables there. > The following also works : > >> foo ? ${quux} > true > > -- Layus. > > Le 09/05/16 à 15:25, Samuel a écrit : >> Am I holding some false assu

[Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
nix-repl> foo ? "${quux}" true nix-repl> quux == "${quux}" true nix-repl> builtins.typeOf quux "string" -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] curl error in latest spotify

2016-03-30 Thread Samuel
t; Pushed 68fc694eb6a837cbf36eaa677397c36cc86eac18 it starts for me now. > > On Wed, Mar 30, 2016 at 9:20 AM, Vladimír Čunát <vcu...@gmail.com> wrote: >> >> On 03/30/2016 09:02 AM, Samuel wrote: >> > >> > /nix/store/k9cfg2jag970k5m6ggpbz4ipmrn435s8-curl-7.47.1/lib/libcurl.so.4: >> > und

[Nix-dev] curl error in latest spotify

2016-03-30 Thread Samuel
package from their repos) I currently don't have time to look deeper into this, but I can provide debug info if anyone is interested -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] cups executing wrong filter

2015-10-21 Thread Samuel
understood the problem correctly. Sadly, I don't have time to look at that right now. -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] cups executing wrong filter

2015-10-19 Thread Samuel
Thanks. I'll try to find time to debug this and keep you posted if I find anything On 18 October 2015 at 17:52, Brandon Dimcheff <bran...@dimcheff.com> wrote: > Quoting Samuel (2015-10-16 09:25:10) >> Hi, >> >> I am trying to print to an lpd printer, but jobs fail with

[Nix-dev] cups executing wrong filter

2015-10-16 Thread Samuel
ex -dMediaPosition=0 -dDEVICEWIDTHPOINTS=595 -dDEV ICEHEIGHTPOINTS=842 -sOutputFile=- /tmp/foomatic-cHMQxK " failed (No such file or directory). Looks as if somewhere there was a search path instead of a command. Any idea on where to start look

Re: [Nix-dev] jam passing in hydra but not locally

2015-09-09 Thread Samuel
Mmmm, it might be that this package is detecting something in my computer that changes the way it compiles, yes. I'll try with a chroot later today and see what happens On 7 September 2015 at 22:32, Vladimír Čunát <vcu...@gmail.com> wrote: > Hi. > > On 09/07/2015 11:31 AM, Sam

[Nix-dev] jam passing in hydra but not locally

2015-09-07 Thread Samuel
it just by adding yacc as a buildInput, but I suspect I miss something if this is working for everyone else ... -- Samuel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev