Re: [Nix-dev] Nixos wiki project

2017-05-10 Thread Azul
+4 On 10 May 2017 07:57, "Mic92" wrote: > As the official wiki is now finally part of the history: > https://nixos.org/nixos/wiki.html, > we have started our own community wiki: > > https://github.com/nixos-users/wiki/wiki > > It is at the moment editable by every GitHub

[Nix-commits] [NixOS/nixpkgs] c54529: mesos: 1.1.0 -> 1.1.1

2017-04-27 Thread Azul
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: c545296adc2d2e4c17090e87eeec2d0e872c10d2 https://github.com/NixOS/nixpkgs/commit/c545296adc2d2e4c17090e87eeec2d0e872c10d2 Author: Azul <m...@azulinho.com> Date: 2017-04-27 (Thu, 27 Ap

[Nix-commits] [NixOS/nixpkgs] de688d: mesos: 1.1.0 -> 1.1.1

2017-04-27 Thread Azul
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: de688d90ba981497fb5a8d208351115c5ef7adef https://github.com/NixOS/nixpkgs/commit/de688d90ba981497fb5a8d208351115c5ef7adef Author: Azul <m...@azulinho.com> Date: 2017-04-27 (Thu, 27 Apr 2017) C

Re: [Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-04-21 Thread Azul
If you have a local proxy you can save yourself a lot of bandwidth (and nixos.org too) by setting your cache URL to http:// On Apr 20, 2017 10:24 PM, "Daniel Peebles" wrote: > It's all just AWS CloudFront. Sometimes there are hiccups in their > service, but it's not

Re: [Nix-dev] how to 'just run binaries' in nixos

2017-03-22 Thread Azul
m is suitable for you. I'd love to learn if there's > ways to improve on these. > > On 22 March 2017 at 09:41, Azul <m...@azulinho.com> wrote: > >> is there a simple way to just run binaries in nixos ? >> >> stuff like go binaries or other bits and bobs ? &g

[Nix-dev] how to 'just run binaries' in nixos

2017-03-21 Thread Azul
is there a simple way to just run binaries in nixos ? stuff like go binaries or other bits and bobs ? ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26 ./my-binary bash: ./my-binary: No such file or directory

Re: [Nix-dev] where is grep?

2017-02-08 Thread Azul
I just understood where it all went wrong: azul  /safe/home-azul  130  killall ssh The program ‘killall’ is currently not installed. It is provided by several packages. You can install it by typing one of the following: nix-env -iA nixos.busybox nix-env -iA nixos.psmisc On 15 November

Re: [Nix-dev] Shutting down prs.nix.gsc.io

2017-02-02 Thread Azul
Wished gmail would default to reply-all On 2 Feb 2017 6:20 pm, "Thomas Hunger" <tehun...@gmail.com> wrote: You replied just to me :) Hit reply-all if you want to cc the list as well. On 2 February 2017 at 18:11, Azul <m...@azulinho.com> wrote: > Very happy kimsufi

[Nix-dev] systemd dependencies for a network service

2017-01-14 Thread Azul
I have a systemd vpn service that is wantedBy 'network.target', and runs after 'network-interfaces.target'. However the service fails to start properly (it does start but not in a useful way), as it requires DNS resolution to work and that doesn't seem to be the case after

[Nix-dev] environment.etc.'filename'.owner ?

2016-12-16 Thread Azul
Is there a way to set the owner and group for a file as per the subject ? couldn't grep for any example for this. thanks azul ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] nixos-rebuild using $TMPDIR

2016-12-16 Thread Azul
thanks, I ended up getting rid of tmpfs, causes more hassle than what it is worth On 14 December 2016 at 17:37, Joachim Schiele <j...@lastlog.de> wrote: > On 13.12.2016 16:14, Azul wrote: > > Hey gang, > > > > Trying to do a nixos-rebuild where I added libreoffice

Re: [Nix-dev] Nixos vps

2016-12-12 Thread Azul
thanks all, as usual lots of really good answers, nixos-infect wins best github project name of the year ! that bash code, some cloud-init or libcloud magic is probably enough and won't take too long. - azul On 12 December 2016 at 11:18, Profpatsch <m...@profpatsch.de> wrote: > On 16

Re: [Nix-dev] Nixos vps

2016-12-12 Thread Azul
Thanks I have used your steps on a kimsufi box, but really looking for something that gives me nixos out of the box. On 12 Dec 2016 9:05 am, "Augustin Borsu" wrote: > You can install nixos on ovh vps, its just a bit more work since you have > to do it yourself from the

[Nix-dev] Nixos vps

2016-12-12 Thread Azul
Hey there, I use a set of really cheap OVH vps for a number of clustered apps (consul, zookeeper and other stuff), however since OVH do not provide a nixos KVM image I have deployed those on other OSs. Now I would like to move those apps to nixos and just have one single set of code to maintain,

Re: [Nix-dev] List of companies using NixOS

2016-12-09 Thread Azul
ADP uses nix on SLES12.3 to deploy the good things that are not available on suse. On 20 November 2016 at 18:55, zimbatm wrote: > Hi all, > > I am collecting a list of companies that are using NixOS. The idea is to > encourage adoption by validation. > > The list is over

Re: [Nix-dev] where is grep?

2016-11-15 Thread Azul
"If you put busybox into your systemPackages, it will likely shadow many other utilities" <-- kaboom, zing, slash, boooOOOmmm killed, gone On 14 November 2016 at 20:55, Vladimír Čunát <vcu...@gmail.com> wrote: > On 11/14/2016 08:49 PM, Azul wrote: > > so

[Nix-dev] how to set the prefered IO scheduler for a disk on nixos ?

2016-11-10 Thread Azul
. thankz azul ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Too many open issues

2016-07-22 Thread Azul
triage exists to help manipulating a backlog, it is just another tool to make sure team members are only working valuable issues and not spend the time bikshedding, it also prevents duplication. auto-closing issues due to being no longer applicable, or simply to reduce the size of the backlog is

[Nix-commits] [NixOS/nixpkgs] 20bb54: pythonPackages.pygit2: 0.23.1 -> 0.24.0 (#15986)

2016-07-19 Thread Azul
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 20bb5402dcc000c442a0d83b4f855fac05549c1e https://github.com/NixOS/nixpkgs/commit/20bb5402dcc000c442a0d83b4f855fac05549c1e Author: Azul <azuli...@users.noreply.github.com> Date: 2016-07-19 (Tue,

[Nix-dev] nix on the corporate world (no direct internet access)

2016-07-08 Thread Azul
friendlier 'red tape' in accessing the outside world). My question, is has anyone done this ? would a silly url like http://artifactory/remote_nix/file_paths invalidate the hydra cache and force all packages to be built locally ? -azul ___ nix-dev mailing

Re: [Nix-dev] patch: eclipse version 4.6

2016-07-03 Thread Azul
so what do you guys use as a quality gate then? how do you make sure a patch won't break master? are you just testing it locally on your machines? - curious On 3 Jul 2016 16:27, "Bjørn Forsman" <bjorn.fors...@gmail.com> wrote: > On 3 July 2016 at 17:20, Azul <m...@azulinh

Re: [Nix-dev] Multiple machines with nix store shared via NFS

2016-07-01 Thread Azul
how would you rollback a broken system if the /nix store was remote and the box wouldnt boot or have no network ? On 1 July 2016 at 21:34, Layus wrote: > I never sait it was a good idea, just soemthing worth investigating. > > Now, this has been discussed on the ML already >

Re: [Nix-dev] Disabling gnome-keyring xdg autostart configuration

2016-06-21 Thread Azul
I simply commit my .config folder into git. there is so much customization to be done on the higher level window managers and apps, that I personally don't think its worth the time finding about a particular way to set a particular setting. On 21 Jun 2016 22:35, "Philip Potter"

Re: [Nix-dev] Malicious installation methods

2016-06-17 Thread Azul
simple as that, just don't do it. https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/ On 17 Jun 2016 12:38, "Kevin Cox" wrote: > On 17/06/16 07:12, Yui Hirasawa wrote: > > > > Retrieving code straight from the internet and blindly executing is > >

Re: [Nix-dev] Importing a .nix.gpg file?

2016-06-13 Thread Azul
:following I simply keep my .gnupg in git, curious about what others do. On 13 Jun 2016 11:39, "Michal Rus" wrote: > Hey, > > in my nixos-config, I’ve got wifi-passwords.nix.gpg (the rest of the > config is publicly available), and what I’d like to do is: > > import

Re: [Nix-dev] help with Travis builds

2016-06-10 Thread Azul
rball --show-trace SHELL config.vm.provision "shell", privileged: true, inline: <<-SHELL cd /home/vagrant/nixpkgs . /home/vagrant/.nix-profile/etc/profile.d/nix.sh nix-build --option build-use-chroot true $PWD -A python27Packages.pygit2 nix-build --option build-use-c

[Nix-dev] help with Travis builds

2016-06-09 Thread Azul
config --global user.email "m...@example.com" git config --global user.name "Your Name" git remote add Azulinho https://github.com/Azulinho/nixpkgs.git git fetch Azulinho git merge Azulinho/update_libgit2_to_v24 export NIXPKGS=$PWD export TRAVIS_PULL_REQUEST=15986 ./maintainers/scripts/travis-nox-review-pr.sh nix ./maintainers/scripts/travis-nox-review-pr.sh nox . $HOME/.nix-profile/etc/profile.d/nix.sh nix-build nixos/release.nix -A options --show-trace nix-build pkgs/top-level/release.nix -A tarball --show-trace nix-build $PWD -A python27Packages.pygit2 nix-build $PWD -A python35Packages.pygit2 SHELL end ``` Before I dig into reading about nox and getting into the grittier details, does anyone has a hint for what could possibly be happening here? happy to pay back with a merged PR - azul ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev