[Nix-dev] User's configuration files

2014-04-26 Thread Arseniy Seroka
vim's state in nixos like emacs's. I mean installing plugins etc. But expanding this idea I thought it would be great to manage users configs by nixos too. -- Sincerely, Arseniy Seroka about.me/senia ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] system wide .vimrc / managing plugins the nix way - proposal and implementation

2014-10-27 Thread Arseniy Seroka
in `vimrc` the conversion of deps to strings for vam, but in nixos make checking the existence of them. There will be more magic. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo

Re: [Nix-dev] XMonad and Taffybar on nixos

2014-10-29 Thread Arseniy Seroka
Hm. I'm using xmonad and taffybar. Just check my config at https://github.com/jagajaga/my_configs I got the same error as you, and when I deleted this import, everything compiles and works fine. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix

Re: [Nix-dev] configurations repository

2014-11-04 Thread Arseniy Seroka
That's awesome idea. But I think we have to add lots of comments to this examples (that help a lot while using live code). Or maybe just provide some ideal configs with comments and other without them. On 4 November 2014 23:07:04 nix-dev-requ...@lists.science.uu.nl wrote: Send nix-dev

Re: [Nix-dev] configurations repository

2014-11-04 Thread Arseniy Seroka
It seems that configs in SVN are too much outdated. May be create from scratch? On 5 November 2014 01:13:28 Michael Raskin 7c6f4...@mail.ru wrote: That's awesome idea. But I think we have to add lots of comments to this examples (that help a lot while using live code). Or maybe just provide

Re: [Nix-dev] My new email signature

2014-11-18 Thread Arseniy Seroka
http://tinypic.com/r/ay9jrt/8 Android device. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Nix as a dotfiles manager

2014-11-30 Thread Arseniy Seroka
; contents = ''#zshrc config'' } ]` If it is possible, please give me some hints or smth and I will try to implement it (if it is a good idea). This way, IMO, we would provide a good mechanism for a dotfiles managing at several machines. -- Sincerely, Arseniy Seroka

[Nix-dev] Nix-shel and Cabal

2014-12-01 Thread Arseniy Seroka
-mod) in nix-shell, that's why I don't need --pure) -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Nix as a dotfiles manager

2014-12-01 Thread Arseniy Seroka
On Sun, Nov 30, 2014 at 9:29 PM, Arseniy Seroka ars.ser...@gmail.com wrote: Hello! I want to do smth like `if networking.name = foo then writeFile /home/user/.dorfile else if networking.name = bar then ...`. What do you mean by networking.name, are you referring to the NixOS

Re: [Nix-dev] batti not showing icons in tray

2014-12-07 Thread Arseniy Seroka
Rich, you can try taffybar with xmonad. It has it's own tray. May be there are no errors with it. Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] [***SPAM***] Re: Google Summer of Code 2015

2015-02-20 Thread Arseniy Seroka
How to become mentor? Or there is just one mentor for the whole Nixos at gsoc? 2015-02-20 22:58 GMT+03:00 Domen Kožar do...@dev.si: Not sure what you're asking for :) On Fri, Feb 20, 2015 at 8:27 PM, Arseniy Seroka ars.ser...@gmail.com wrote: What's going to be with the creators of ideas

Re: [Nix-dev] Creating offline installation image

2015-03-28 Thread Arseniy Seroka
Anyway, I still don't know how to do my task :( 2015-03-29 2:46 GMT+03:00 James Cook james.c...@utoronto.ca: If the versions are not too far apart, then it's possible for only a few store hashes to change. James On 28 March 2015 at 16:45, Arseniy Seroka ars.ser...@gmail.com wrote: I

Re: [Nix-dev] Creating offline installation image

2015-03-28 Thread Arseniy Seroka
://gist.github.com/jagajaga/b91cb0deb04042dbd40f [3] https://gist.github.com/jagajaga/2a78535bdb9bb6c53b2a 2015-03-28 7:46 GMT+03:00 James Cook james.c...@utoronto.ca: On 23 March 2015 at 06:51, Arseniy Seroka ars.ser...@gmail.com wrote: Hello! I'm trying to create an iso, that I can use to install nixos

[Nix-dev] Overriding all pkgs

2015-03-31 Thread Arseniy Seroka
Hello! How can I override all pkgs? I want to do smth like: my_pkgs = map (a: a // {doCHeck = false;}) pkgs.perlPackages -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix

[Nix-dev] Creating offline installation image

2015-03-23 Thread Arseniy Seroka
openbox fontconfig ]; nixpkgs.config.allowUnfree = true; fonts = { fontconfig.enable = true; }; } -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Getting started with cloned nixpkgs: multiple errors and other questions

2015-03-03 Thread Arseniy Seroka
-- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] HaskellNG and taffybar

2015-02-23 Thread Arseniy Seroka
taffybar pkg. So how to solve this issue? :( -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] HaskellNG and taffybar

2015-02-23 Thread Arseniy Seroka
. I guess your best bet is to patch Dyre not to use ghc-paths. On Mon Feb 23 2015 at 23:59:51 Arseniy Seroka ars.ser...@gmail.com wrote: 2015-02-23 22:55 GMT+03:00 Kirill Elagin kirela...@gmail.com: Does XMonad work in your case? Can you import `System.Taffybar` in `ghci`? Yes, xmonad

Re: [Nix-dev] HaskellNG and taffybar

2015-02-23 Thread Arseniy Seroka
If someone need a solution, it's here [1] [1] https://github.com/jagajaga/my_configs/commit/45caa1be53d2dbee3bc58052925c16e4cd2ee9fe 2015-02-23 23:26 GMT+03:00 Arseniy Seroka ars.ser...@gmail.com: Thanks. Gonna do something. 2015-02-23 23:21 GMT+03:00 Kirill Elagin kirela...@gmail.com

Re: [Nix-dev] [***SPAM***] Re: Google Summer of Code 2015

2015-02-20 Thread Arseniy Seroka
, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] nixpkgs-unstable

2015-03-24 Thread Arseniy Seroka
to move fast(er). You can't use nixpkgs channel for nixos. On Tue, Mar 24, 2015 at 9:30 PM, Arseniy Seroka ars.ser...@gmail.com wrote: Hello! Trying to use nixpkgs-unstable as main channel. jaga {0} ~ sudo nix-channel --add http://nixos.org/channels/nixpkgs-unstable nixos jaga {0} ~ sudo

[Nix-dev] nixpkgs-unstable

2015-03-24 Thread Arseniy Seroka
/var/nix/profiles/per-user/root/channels/nixos/ channel-name default.nix lib/ nixos/ README.md COPYING doc/ maintainers/ pkgs/ svn-revision So I can't do nixos-rebuild. But nix-env works fine. What I'm doing wrong? -- Sincerely, Arseniy Seroka

Re: [Nix-dev] NixOS on a machine with only one user

2015-04-24 Thread Arseniy Seroka
nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] *buildInputs

2015-05-11 Thread Arseniy Seroka
Thank you! 2015-05-11 15:02 GMT+03:00 Domen Kožar do...@dev.si: See https://github.com/NixOS/nixpkgs/issues/4855 On Mon, May 11, 2015 at 1:51 PM, Arseniy Seroka ars.ser...@gmail.com wrote: What's the difference between nativeBuildInputs, buildInputs and propagatedBuildInputs

[Nix-dev] *buildInputs

2015-05-11 Thread Arseniy Seroka
What's the difference between nativeBuildInputs, buildInputs and propagatedBuildInputs? -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Force nix

2015-05-11 Thread Arseniy Seroka
Is there a way to force nix re-download cache (or sources) of derivation and it's dependencies? -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Force nix

2015-05-12 Thread Arseniy Seroka
That's what I need. Thank you! 2015-05-12 9:28 GMT+03:00 phree...@yandex.ru: On Tuesday, May 12, 2015 05:09:17 Arseniy Seroka wrote: Is there a way to force nix re-download cache (or sources) of derivation and it's dependencies? nix-store --repair-path? it doesn't touch dependencies though

[Nix-dev] Can't repair nix-store

2015-05-16 Thread Arseniy Seroka
my nix store completely? -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

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

2015-05-15 Thread Arseniy Seroka
That can help you to answer all your questions :) https://github.com/jagajaga/nixpkgs/blob/addition/contributing/CONTRIBUTING.md On 14 May 2015 13:29:14 Matthias Beyer m...@beyermatthias.de wrote: On 14-05-2015 11:28:24, Luca Bruno wrote: On 14/05/2015 11:18, Matthias Beyer wrote:

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

2015-05-14 Thread Arseniy Seroka
Oh, there are answers about building with channel and testing. Not about your service. Sincerely, Arseniy Seroka On 14 May 2015 14:03:18 Matthias Beyer m...@beyermatthias.de wrote: On 14-05-2015 13:43:26, Arseniy Seroka wrote: That can help you to answer all your questions :) https

Re: [Nix-dev] Git branches to track nix channels

2015-05-19 Thread Arseniy Seroka
We have this. Read about it in a making patches section [1] [1] https://github.com/jagajaga/nixpkgs/blob/addition/contributing/CONTRIBUTING.md Sincerely, Arseniy Seroka On 19 May 2015 12:15:00 Florian Friesdorf f...@chaoflow.net wrote: Hi, nix channels are series of snapshots of nixpkgs

Re: [Nix-dev] error: attribute ‘xmonadContrib’ missing

2015-05-15 Thread Arseniy Seroka
= /home/amy; shell = /run/current-system/sw/bin/bash; }; } ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Sincerely, Arseniy Seroka

Re: [Nix-dev] error: attribute ‘xmonadContrib’ missing

2015-05-15 Thread Arseniy Seroka
Oh, I've missed another line. Change haskellPackages.xmonad haskellPackages.xmonadContrib haskellPackages.xmonadExtras to haskellngPackages.xmonad haskellngPackages.xmonad-contrib haskellngPackages.xmonad-extras 2015-05-16 0:33 GMT+03:00 Amy de Buitléir a...@nualeargais.ie: Arseniy Seroka

Re: [Nix-dev] Let's switch the default shell in Nixpks / NixOS to csh

2015-04-01 Thread Arseniy Seroka
, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Can't repair nix-store

2015-05-16 Thread Arseniy Seroka
That worked. Thank you. 2015-05-17 0:28 GMT+03:00 Vladimír Čunát vcu...@gmail.com: Hi. On 05/16/2015 09:47 PM, Arseniy Seroka wrote: download-from-binary-cache.pl http://download-from-binary-cache.pl: DBD::SQLite::st execute failed: database disk image is malformed at /nix/store

Re: [Nix-dev] Installing a Haskell program

2015-05-16 Thread Arseniy Seroka
mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Installing a Haskell program

2015-05-16 Thread Arseniy Seroka
Woops, mistyped. ``` { pkgs ? import nixpkgs {} }: pkgs.haskellngPackages.callPackage ./project.nix {} ``` 2015-05-17 2:38 GMT+03:00 Amy de Buitléir a...@nualeargais.ie: Arseniy Seroka ars.seroka at gmail.com writes: My usual haskell workflow is``` $ cabal2nix ./. --shell shell.nix

Re: [Nix-dev] Git branches to track nix channels

2015-05-20 Thread Arseniy Seroka
-- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Nix database error

2015-06-04 Thread Arseniy Seroka
`. It repaired one path and this error appears. Now I'm getting it immediately after any nix operation :( Rollbacks don't help. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix

Re: [Nix-dev] Idea: Add a user group in the github organization

2015-06-25 Thread Arseniy Seroka
I don't like this idea. If one contributes to nixos project that can be seen in his github profile page in the right column. On 25 June 2015 19:09:38 Matthias Beyer m...@beyermatthias.de wrote: Hi, I'd really like to have a nixos organization user group where users can be seen as

Re: [Nix-dev] Can't start kde

2015-06-16 Thread Arseniy Seroka
.kdebase_workspace kde4.kdelibs kde4.kdevelop kde4.kdevplatform kde4.ksshaskpass kde4.kdiff3 ... hope this helps you. On 14.06.2015 13:11, Arseniy Seroka wrote: Hello! I have in my configuration.nix: ``` dbus.enable = true; kdm.enable = true; kde5.enable

[Nix-dev] Can't start kde

2015-06-14 Thread Arseniy Seroka
obtained from ktimezoned ``` What's the problem and how to start kde5? (If I enable gdm and gnome3 - I can't start gnome too, but I have no logs for that now). -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

[Nix-dev] fetchFromGithub

2015-05-31 Thread Arseniy Seroka
about latest rev, date, sha256 etc.) to use `fetchFromGithub`? It's hash sum is different than `fetchGit`. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] atrr to string

2015-05-31 Thread Arseniy Seroka
Hello! How can I view attribute as a string? `toString` is not what I need. I need `getAttrAsString pkgs.firefox - firefox` Or that's impossible? :( -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] fetchFromGithub

2015-05-31 Thread Arseniy Seroka
31, 2015, at 18:44, Arseniy Seroka wrote: Hello! What is a proper way to get pkg's sha if I use `fetchFromGithub`? I do `nix-prefetch-git https://github/repo/owner` to get latest revision and hash sum. And use`fetchGit` in derivation. But now I want to switch to a right way of fetching

[Nix-dev] fetchFrom* improvement

2015-05-27 Thread Arseniy Seroka
Hi! Just wanted to mention for your information this commit [1]. Now it's not necessary to add homepage to meta, if homepage is the same as program's repository url. Thanks Oxij for that. [1] https://github.com/NixOS/nixpkgs/commit/89810619ff3cc497ad234e0c3a08048bf817f4b9 Sincerely, Arseniy

Re: [Nix-dev] /etc/nixos/configuration.nix vs ~/.nixpkgs/config.nix

2015-06-29 Thread Arseniy Seroka
mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Eclipse Mars version

2015-07-03 Thread Arseniy Seroka
editor. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] How to check which commit my channels are on?

2015-05-23 Thread Arseniy Seroka
If you use nixos, you can do `nixos-version`. Sincerely, Arseniy Seroka On 23 May 2015 20:09:11 Matthias Beyer m...@beyermatthias.de wrote: Hi, is there a way to query which commit my channels are currently pointing to? Something line `nix-channel --list --commit` or something

Re: [Nix-dev] Hydra seems to be down

2015-08-01 Thread Arseniy Seroka
I can confirm this issue. -- Sincerely, Arseniy Seroka On 1 August 2015 13:59:23 Profpatsch m...@profpatsch.de wrote: I’m not sure if this is the best place, but: hydra.nixos.org is not responding to requests. http://isitup.org/hydra.nixos.org This service confirms that it’s not just my

Re: [Nix-dev] Announcing cabal2nix version 20150807

2015-08-09 Thread Arseniy Seroka
{...} — are arguments to a function. Like `\x y z -...` in Haskell. -- Sincerely, Arseniy Seroka On 9 August 2015 19:05:59 Игорь Пашев pashev.i...@gmail.com wrote: I wonder if we could avoid copying package names from {...} to xxxDepends

Re: [Nix-dev] Launching custom xsession

2015-07-25 Thread Arseniy Seroka
Hello!  You can use something like this [1] [1]https://github.com/jagajaga/my_configs/blob/master/nixconfigs/common_configuration.nix#L115 -- Sincerely, Arseniy Seroka On 25 July 2015 16:37:44 Arseniy Seroka seni...@gmail.com wrote: Hello! You can use something like this [1] [1

[Nix-dev] NixCon thanks

2015-11-16 Thread Arseniy Seroka
Thank you all for NixCon 2015! That was super amazing and super awesome. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] TexLive wiki page

2015-11-17 Thread Arseniy Seroka
Please, can someone write about our new texlive support in a wiki page https://nixos.org/wiki/TexLive_HOWTO? -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] How to configure neovim?

2015-10-14 Thread Arseniy Seroka
ing. > > -- > Mit freundlichen Grüßen, > Kind regards, > Matthias Beyer > > Proudly sent with mutt. > Happily signed with gnupg. > > ___________ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/n

Re: [Nix-dev] attribute 'replaceStrings' missing??

2015-10-14 Thread Arseniy Seroka
r noobness and thanks for any insight. > > chris > > -- > "Context" is the mother of prevarication. > -- Ken White > > > _______ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/ma

[Nix-dev] Build .deb via nix (hydra?)

2015-07-08 Thread Arseniy Seroka
Hello! Is there a way to build project (with default.nix in it) and make a .deb as a result? Can I do this with the help of hydra? If so, can someone give me an example how to do it properly? Or even better if I can do it only with the help of nix-build. -- Sincerely, Arseniy Seroka

[Nix-dev] No such file or directory

2015-09-09 Thread Arseniy Seroka
ything is ok. My nixos.version is `16.03pre68239.bd84eba (Dingo).` What's that? And how to fix it? Yesterday I could make a rebuild successfully.. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/m

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

2015-09-09 Thread Arseniy Seroka
I don't know that happened but the solution is: ``` cd /nix/var/nix/profiles/per-user/root rm -rf channels cp -r channel--link channel # please note, that `ln` did't work nixos-rebuild switch ``` 2015-09-10 2:15 GMT+03:00 Arseniy Seroka <ars.ser...@gmail.com>: > Hello! > I've just

[Nix-dev] Pkgs with unstable links

2015-09-11 Thread Arseniy Seroka
to master asap. So 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 solve it. -- Since

Re: [Nix-dev] NixOS 15.09 released

2015-10-03 Thread Arseniy Seroka
Why don't you like systemd, guys? -- Sincerely, Arseniy Seroka On 3 October 2015 20:41:36 Michael Raskin <7c6f4...@mail.ru> wrote: >>Oh, yes, another thing: independence of systemd :D > > Oh? I currently have some weird NixPkgs-based init-less system, how do > I get N

Re: [Nix-dev] NixOS 15.09 released

2015-10-03 Thread Arseniy Seroka
Thank you for your detailed answer. -- Sincerely, Arseniy Seroka On 3 October 2015 21:55:29 Michael Raskin <7c6f4...@mail.ru> wrote: >>Why don't you like systemd, guys? > > (I guess I have said everything below some time ago, when answering the > same question) >

Re: [Nix-dev] NixOS-Wiki alternative. Was: What license does the content of the nixos wiki and the manuals have?

2015-09-25 Thread Arseniy Seroka
+1 for hakyll. -- Sincerely, Arseniy Seroka On 25 September 2015 18:07:38 Vladimír Čunát <vcu...@gmail.com> wrote: > On 09/25/2015 04:58 PM, Jookia wrote: >> On Fri, Sep 25, 2015 at 04:01:21PM +0200, Matthias Beyer wrote: >>> What do you mean by proprietary tools? Je

Re: [Nix-dev] Issue with switch --upgrade

2015-10-06 Thread Arseniy Seroka
I have the same issue today. -- Sincerely, Arseniy Seroka On 6 October 2015 16:29:13 4levels <4lev...@gmail.com> wrote: Hi Nix Devs, since today I'm always running into the following error when running nixos-rebuild switch --upgrade: error: some substitutes for the outputs of deri

[Nix-dev] Secure NixOS

2015-12-06 Thread Arseniy Seroka
Greetings, friends and colleagues. This is a joint letter by me and Jonn Mostovoy, co-founders of Serokell, regarding the state of security in NixOS and a roadmap of fixing it. Hopefully, all of us are using NixOS in our companies, however most of the times, NixOS machines are deep within the

Re: [Nix-dev] Store nixpkgs licenses as JSON instead of .nix

2015-12-12 Thread Arseniy Seroka
___ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev > > -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Perl -> C++

2015-12-30 Thread Arseniy Seroka
Also, are you considering using some different languages (too?)? AFAIK we need c++ only (because of dependences). -- Sincerely, Arseniy Seroka On 30 December 2015 19:15:54 Mateusz Czaplinski <czapko...@gmail.com> wrote: I've seen the https://github.com/NixOS/nix/issues/341 issu

Re: [Nix-dev] Perl -> C++

2015-12-30 Thread Arseniy Seroka
In **my opinion** go is not a good language. And lua is not a language that is needed in that kind of program. And in general - Eelco uses c++ in nix, and that's why we need this language. -- Sincerely, Arseniy Seroka On 30 December 2015 23:14:11 Mateusz Czaplinski <czapko...@gmail.

Re: [Nix-dev] Nix User Profile (NixUP)

2015-11-25 Thread Arseniy Seroka
ve collection > > of user modules that allow to declaratively configure and manage user > > applications and user services. > > > > > > Please let me know what you think, and please try to test NixUP! :) > > > > > > Best regards, > > Thomas > >

Re: [Nix-dev] Concatenation of values

2015-11-21 Thread Arseniy Seroka
Super! That works, thank you. -- Sincerely, Arseniy Seroka On 22 November 2015 04:20:27 Shea Levy <s...@shealevy.com> wrote: > Hi Arseniy, > > The ordering of the concatenation is by default unspecified. You can > put constraints on it with 'mkOrder', see > https://git

[Nix-dev] Concatenation of values

2015-11-21 Thread Arseniy Seroka
this mechanism works (concatenation of values) and how I can tell nix to do smth like "${old} + new lines of cfg"? -- Sincerely, Arseniy Seroka ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] e93262: serpent: init at 2016-03-05

2016-06-04 Thread Arseniy Seroka
commit/4f95f128922828219ff7a073b5a24d6815cc5297 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-04 (Sat, 04 Jun 2016) Changed paths: A pkgs/development/compilers/serpent/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #15977 from chris-ma

[Nix-commits] [NixOS/nixpkgs] 3f5186: nginxModules.lua: 0.10.0 -> 0.10.5

2016-06-05 Thread Arseniy Seroka
05 Jun 2016) Changed paths: M pkgs/servers/http/nginx/modules.nix Log Message: --- nginxModules.lua: 0.10.0 -> 0.10.5 Commit: 690b27f9e980a3a7883f4eb28bfa4a243854f817 https://github.com/NixOS/nixpkgs/commit/690b27f9e980a3a7883f4eb28bfa4a243854f817 Author: Arsen

[Nix-commits] [NixOS/nixpkgs] 440004: vimPlugins: add purescript plugins

2016-06-05 Thread Arseniy Seroka
commit/b0d0c9d04bd69dca4475f1dcf14c2dfbc2985480 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-05 (Sun, 05 Jun 2016) Changed paths: M pkgs/misc/vim-plugins/default.nix M pkgs/misc/vim-plugins/vim-plugin-names Log Message: --- Merge pull request #15990 from bkase/purescript

[Nix-commits] [NixOS/nixpkgs] 64328c: openldap: fix example for multiple-outputs and for...

2016-06-06 Thread Arseniy Seroka
commit/c9f8cc4bf44988ce537fd3f5842c4f2ef99cad1d Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M nixos/modules/services/databases/openldap.nix Log Message: --- Merge pull request #15991 from womfoo/openldap openldap: fix example for mult

[Nix-commits] [NixOS/nixpkgs] 20f0c6: canto-{curses, daemon}: 0.9.{6, 5} -> 0.9.{7, 6}

2016-06-12 Thread Arseniy Seroka
Commit: eda1d52651cbf7460b12e178dd22bd022327f51c https://github.com/NixOS/nixpkgs/commit/eda1d52651cbf7460b12e178dd22bd022327f51c Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/applications/networking/feedreade

[Nix-commits] [NixOS/nixpkgs] cb6e9e: armadillo: init at 7.200.1b

2016-06-12 Thread Arseniy Seroka
commit/852e9c309638c3e1c0e611c70a2b443d52455aca Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: A pkgs/development/libraries/armadillo/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request

Re: [Nix-dev] How to create a channel with hydra

2016-06-12 Thread Arseniy Seroka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello. No. On 13 June 2016 01:59:51 GMT+03:00, "Tomasz Czyż" <tomasz.c...@gmail.com> wrote: >Hey Arseniy, > >did you succeed by any chance? > >2016-05-21 15:47 GMT+01:00 Arseniy Seroka <ars.ser...@gmail.com>: &

[Nix-dev] Problem with installing haskell stuff

2016-06-12 Thread Arseniy Seroka
/lib/ghc-8.0.1/Cabal-1.24.0.0/Paths_Cabal.dyn_hi' and `/nix/store/0rwhbwsg9kmywgbrib2bs29p2hmi80za-Cabal-1.24.0.0/lib/ghc-8.0.1/Cabal-1.24.0.0/Paths_Cabal.dyn_hi'` What to do? How to fix that? -- Sincerely, Arseniy Seroka signature.asc Description: OpenPGP digital signature

[Nix-commits] [NixOS/nixpkgs] 2b7b60: exif: use libintl on darwin

2016-06-10 Thread Arseniy Seroka
n 2016) Changed paths: M pkgs/tools/graphics/exif/default.nix Log Message: --- exif: use libintl on darwin fixes #16034 Commit: bf71761b693032e3f700777060f0378ff97187b4 https://github.com/NixOS/nixpkgs/commit/bf71761b693032e3f700777060f0378ff97187b4 Author: Arseniy

[Nix-commits] [NixOS/nixpkgs] fd42fc: magma: init at 2.0.2

2016-05-25 Thread Arseniy Seroka
commit/c6b3aca4e277c7ab6d1cdd3f07038a22ac27b06a Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: A pkgs/development/libraries/science/math/magma/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request

[Nix-commits] [NixOS/nixpkgs] e47070: cudnn: init at 4.0

2016-05-25 Thread Arseniy Seroka
commit/844d3fcb7550f9bac799c10f4c1d2956cc3b30e9 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-05-26 (Thu, 26 May 2016) Changed paths: A pkgs/development/libraries/science/math/cudnn/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #15664 f

[Nix-commits] [NixOS/nixpkgs] 15dbdc: mednaffe: Fix segfault on shutdown

2016-05-25 Thread Arseniy Seroka
ed, 25 May 2016) Changed paths: M pkgs/misc/emulators/mednaffe/default.nix Log Message: --- mednaffe: Fix segfault on shutdown Commit: ff8799684705de670b44a818892562c1a75819f2 https://github.com/NixOS/nixpkgs/commit/ff8799684705de670b44a818892562c1a75819f2 Author: A

[Nix-commits] [NixOS/nixpkgs] 149799: bluejeans: 2.155.17.5 -> 2.160.49-8

2016-06-11 Thread Arseniy Seroka
gs/commit/263edf8897610578a113a326761c920c316bc03e Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M pkgs/applications/networking/browsers/mozilla-plugins/bluejeans/default.nix Log Message: --- Merge pull request #16147 from w

[Nix-commits] [NixOS/nixpkgs] d49e0f: vimPlugins: add localvimrc

2016-06-11 Thread Arseniy Seroka
commit/60a2d81ac43958c6b97c28dcab893c7bd226ded0 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/misc/vim-plugins/default.nix M pkgs/misc/vim-plugins/vim-plugin-names Log Message: --- Merge pull request #16134 from er

[Nix-commits] [NixOS/nixpkgs] 40b661: minecraft: use icon in jar

2016-06-11 Thread Arseniy Seroka
al XDG standard. Commit: 63dcc818e1b6cb21a4917fb17705f06b4878cd47 https://github.com/NixOS/nixpkgs/commit/63dcc818e1b6cb21a4917fb17705f06b4878cd47 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M pkgs/gam

[Nix-commits] [NixOS/nixpkgs] da0b51: vivaldi: 1.1 -> 1.2

2016-06-11 Thread Arseniy Seroka
n 2016) Changed paths: M pkgs/applications/networking/browsers/vivaldi/default.nix Log Message: --- vivaldi: 1.1 -> 1.2 Commit: d4876168e2cf2dd48645f3a0b5293096cc2c4735 https://github.com/NixOS/nixpkgs/commit/d4876168e2cf2dd48645f3a0b5293096cc2c4735 Author: Arsen

[Nix-commits] [NixOS/nixpkgs] 205ec1: catfish: 1.4.1 -> 1.4.2

2016-06-11 Thread Arseniy Seroka
gs/commit/5347a118c25f20b49150150e59fe6168c0c8ff37 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M pkgs/applications/search/catfish/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #161

[Nix-commits] [NixOS/nixpkgs] 437ea9: Fixes #16181 - using bin output for Go services

2016-06-14 Thread Arseniy Seroka
Commit: 186a6a207d4a34180569162f3bdf4ec309c9d00c https://github.com/NixOS/nixpkgs/commit/186a6a207d4a34180569162f3bdf4ec309c9d00c Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M nixos/modules/services/misc/confd.nix M nixos/modules/services/m

[Nix-commits] [NixOS/nixpkgs] 060275: vimPlugins: update 2016-06-15

2016-06-14 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 06027595fcf802f2b8a8fc5bf29111d1ffac5c48 https://github.com/NixOS/nixpkgs/commit/06027595fcf802f2b8a8fc5bf29111d1ffac5c48 Author: Arseniy Seroka <ars.ser...@gmail.com> Date: 2016-06-15 (Wed, 15 Ju

[Nix-commits] [NixOS/nixpkgs] 622b1b: slurm-llnl: multiple outputs

2016-05-28 Thread Arseniy Seroka
o slurm bin output Commit: bb0d8b55195a0c671c65a60dfacb19c9f8ba54b2 https://github.com/NixOS/nixpkgs/commit/bb0d8b55195a0c671c65a60dfacb19c9f8ba54b2 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-05-28 (Sat, 28 May 2016) Changed paths: M nixos/modules/

[Nix-commits] [NixOS/nixpkgs] ae08ab: mate-themes: 1.6.3 -> 3.18.1

2016-05-28 Thread Arseniy Seroka
28 May 2016) Changed paths: M pkgs/misc/themes/mate-themes/default.nix Log Message: --- mate-themes: 1.6.3 -> 3.18.1 Commit: 1ce4a7c9238358fdf7d8bce2cef189d887e1a742 https://github.com/NixOS/nixpkgs/commit/1ce4a7c9238358fdf7d8bce2cef189d887e1a742 Author: Arsen

[Nix-commits] [NixOS/nixpkgs] 8479e0: purple-telegram: fix hash

2016-05-26 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8479e0ad84dbb79450afea9087bda0169891c35c https://github.com/NixOS/nixpkgs/commit/8479e0ad84dbb79450afea9087bda0169891c35c Author: Arseniy Seroka <ars.ser...@gmail.com> Date: 2016-05-26 (Thu, 26 Ma

[Nix-commits] [NixOS/nixpkgs] 5c71b9: textadept: 8.2 -> 8.7

2016-06-22 Thread Arseniy Seroka
22 Jun 2016) Changed paths: M pkgs/applications/editors/textadept/default.nix Log Message: --- textadept: 8.2 -> 8.7 Commit: 79d2fc198e22c4c1f05b10c09a75ca16144cb6fc https://github.com/NixOS/nixpkgs/commit/79d2fc198e22c4c1f05b10c09a75ca16144cb6fc Author: Arsen

[Nix-commits] [NixOS/nixpkgs] e265f5: neovim: fix neovim on darwin - requires libmpack

2016-06-15 Thread Arseniy Seroka
commit/91c9410b2e156a499507cefe38093c0bdde306a5 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M pkgs/development/libraries/libmpack/default.nix Log Message: --- Merge pull request #16214 from cmpadden/neovim-darwin-fixes neovim: fix neov

[Nix-commits] [NixOS/nixpkgs] 571c13: graylog: 2.0.2 -> 2.0.3

2016-06-21 Thread Arseniy Seroka
21 Jun 2016) Changed paths: M pkgs/tools/misc/graylog/default.nix Log Message: --- graylog: 2.0.2 -> 2.0.3 Commit: 8491cdff1b9cfbec07415c4ff5f800c704af95d8 https://github.com/NixOS/nixpkgs/commit/8491cdff1b9cfbec07415c4ff5f800c704af95d8 Author: Arseniy Sero

[Nix-commits] [NixOS/nixpkgs] a20b8c: vimPlugins: added deoplete-jedi

2016-06-18 Thread Arseniy Seroka
commit/d5b28fb55476e33d0ceebb89c3fd24932c62fdf3 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M pkgs/misc/vim-plugins/default.nix M pkgs/misc/vim-plugins/vim-plugin-names Log Message: --- Merge pull request #16301 from LnL7/vimplug

[Nix-commits] [NixOS/nixpkgs] 222c43: ssh-ident: init at 2016-04-21

2016-06-20 Thread Arseniy Seroka
commit. Commit: f529432ca591139f165f046f051d3bdc5241d7c3 https://github.com/NixOS/nixpkgs/commit/f529432ca591139f165f046f051d3bdc5241d7c3 Author: Arseniy Seroka <jagaj...@users.noreply.github.com> Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: A pkgs/tools/networki

[Nix-commits] [NixOS/nixpkgs] 0efb13: owncloud: 2.1.1 -> 2.2.1

2016-06-16 Thread Arseniy Seroka
hanged paths: M pkgs/applications/networking/owncloud-client/default.nix Log Message: --- owncloud: 2.1.1 -> 2.2.1 Commit: 4b8db60e904f3d2a8d974d5be9625ca6fa66c74e https://github.com/NixOS/nixpkgs/commit/4b8db60e904f3d2a8d974d5be9625ca6fa66c74e Author: Arseniy Sero

[Nix-commits] [NixOS/nixpkgs] cfce8f: platformio: 2.8.6 -> 2.10.3

2016-06-16 Thread Arseniy Seroka
n 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- platformio: 2.8.6 -> 2.10.3 Commit: 597cc3e68b59c44972453332a5ffbb69680f9b63 https://github.com/NixOS/nixpkgs/commit/597cc3e68b59c44972453332a5ffbb69680f9b63 Author: Arseniy Sero

  1   2   3   >