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 user and > we use our I

[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 Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M

[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 Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M pkgs

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 really anything we have con

[Nix-dev] updating my mesos cluster to 17.03

2017-03-31 Thread Azul
minor changes related to my own setup but looking good so far. happy ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] garbage-collection of the last 'n' generations

2017-03-30 Thread Azul
Hi there, I would like to cleanup my oldest 'n' nix generations. nix-collect-garbage seems to only provide me with a older than 'n' days option. Any quick hacks to clean everything but keep my recent 'n' generations ? ___ nix-dev mailing list nix-dev

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

2017-03-22 Thread Azul
7;d love to learn if there's > ways to improve on these. > > On 22 March 2017 at 09:41, Azul wrote: > >> is there a simple way to just run binaries in nixos ? >> >> stuff like go binaries or other bits and bobs ? >> >> >> ELF 64-bit LSB executabl

[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" 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 wrote: > Very happy kimsufi user here. > > And with I saved from not u

[Nix-dev] linux-ck kernel config

2017-01-28 Thread Azul
Anyone here uses a linux-ck patched kernel ? http://users.tpg.com.au/ckolivas/kernel/ and willing to share their config ? my laptop tells me he seriously misses that kernel from it's Arch days ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://

[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 'network-interfaces.targ

[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 wrote: > On 13.12.2016 16:14, Azul wrote: > > Hey gang, > > > > Trying to do a nixos-rebuild where I added libreoffice to my list of > > p

[Nix-dev] nixos-rebuild using $TMPDIR

2016-12-13 Thread Azul
own thing. is there a way to tell nixos-rebuild to use my TMPDIR settings ? azul ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Nixos vps

2016-12-12 Thread Azul
works on a 2GB 3quid/month OVH kvm instance, only had to rename eth to ens3 uname -a Linux vps353091 4.4.36 #1-NixOS SMP Fri Dec 2 08:09:18 UTC 2016 x86_64 GNU/Linux nice one chaps On 12 December 2016 at 12:06, Azul wrote: > thanks all, > > as usual lots of really good answers,

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 wrote: > On 16-12-12 08:36am, Az

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 resuce os. > I documented

[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, f

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 here: > https://www.red

Re: [Nix-dev] Put a cow in your iPhone with nix!

2016-11-21 Thread Azul
I used to run OSX builds using vagrant on a soyoustart box. However that breaks the EULA, but we didnt care as a farm of mac minis wasnt really an option. On 21 Nov 2016 9:46 am, "Raahul Kumar" wrote: > Is there a way to get rid of the OS X box? Would Darling work, or a an OS > X image in Virtua

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 wrote: > On 11/14/2016 08:49 PM, Azul wrote: > > some large refactoring left me with

[Nix-dev] where is grep?

2016-11-14 Thread Azul
some large refactoring left me with this one, /run/current-system/sw/bin/grep grep: unrecognized option '--color=auto' BusyBox v1.24.2 () multi-call binary. grep is coming from busybox, which package provides the real thing? ___ nix-dev mailing list nix

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

2016-11-10 Thread Azul
t like rc.local. 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 an

[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 Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M pkgs/top

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

2016-07-08 Thread Azul
(which can get much 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 _

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" wrote: > On 3 July 2016 at 17:20, Azul wrote: > > n00b to the nix community

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

2016-07-03 Thread Azul
n00b to the nix community so forgive my ignorance here. is this the correct way to submit patches to nixpkgs ? I attempted a PR some time ago which I never managed to get to build properly on Travis or identify why the Travis build scripts failed the the build , so I scrapped it all together. Being

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 > > See for example >

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" wrote: > I got a s

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 > > never a good thing and

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 ./wifi-passwords.nix.gpg;

Re: [Nix-dev] help with Travis builds

2016-06-10 Thread Azul
gs/top-level/release.nix -A tarball --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-dev] help with Travis builds

2016-06-09 Thread Azul
://github.com/NixOS/nixpkgs.git cd nixpkgs git 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