Re: [Nix-dev] ioquake3 on nixos

2016-04-18 Thread Máté Kovács
Hi all, I made a small improvement to the derivation for playing the game: { nixpkgs ? import { } }: with nixpkgs.lib; let paks = nixpkgs.stdenv.mkDerivation { name = "quake3-arena"; sources = sourceFilesBySuffices ./baseq3 [".pk3"]; buildCommand = '' install -D -m 644

[Nix-dev] Synchronizing a the binary cache

2016-04-18 Thread Evan Rowley
Hello, I am wondering if it is possible to somehow synchronize a machine with the nix binary cache, so that on a separate network, it may service NixOS client requests to download binaries. I'm interested in any other tips / guides on using NixOS on networks with limited or no connectivity to

[Nix-dev] Upgrade from 15.09 to 16.03 with NixOps

2016-04-18 Thread 4levels
Hi Nix'ers, This is an Nix Ops related question. How can I specify which channel to use inside the nix expressions (*.nix files) for nixops? Thanks in advance! Erik ___ nix-dev mailing list nix-dev@lists.science.uu.nl