This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# D-Bus started as: | |
ROOT=/nix/var/nix/profiles/default | |
$ROOT/bin/dbus-daemon --config-file=$ROOT/etc/dbus-1/system.conf | |
# Disnix started as: | |
$ROOT/bin/disnix-service --activation-modules-dir=$ROOT/libexec/disnix/activation-scripts | |
$ groups blue | |
blue : other staff disnix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...lots of output... | |
checking for sys/time.h... (cached) yes | |
checking for time.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for struct timeval... yes | |
checking run-time libs availability... | |
find object=libssl.so.1.0.0; required by conftest | |
search path=/opt/local/gcc47/lib/amd64:/nix/store/zvjc25qwij4qnr44dxbs61dz5p00cww7-curl-7.29.0/lib (RUNPATH/RPATH from file conftest) | |
trying path=/opt/local/gcc47/lib/amd64/libssl.so.1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class VODefinition { | |
static function build() { | |
m.mixin(0, "Point", { | |
x: [0, integer, bindable], | |
y: [1, integer, bindable] | |
}); | |
var Point = "nl.onlinetouch.vo.Point"; | |
m.mixin(1, "Sized", { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.nixpkgs/config.nix | |
pkgs : { | |
packageOverrides = self : { | |
automake = self.automake.override { doCheck = false; }; | |
}; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{9:47}~/Development/Libraries/nixpkgs:master ✗ ➭ sudo nix-build pkgs/top-level/all-packages.nix -vv -K -A jzmq | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/stdenv/adapters.nix' | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/build-support/trivial-builders.nix' | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/trivial.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/lists.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/strings.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/strings-with-deps.nix' | |
| | evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/attrsets.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/sources.nix' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{9:46}~/Development/Libraries/nixpkgs:master ✗ ➭ sudo nix-build pkgs/top-level/all-packages.nix --option binary-caches '' -vv -K -A jzmq | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/stdenv/adapters.nix' | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/build-support/trivial-builders.nix' | |
evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/trivial.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/lists.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/strings.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/strings-with-deps.nix' | |
| | evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/attrsets.nix' | |
| evaluating file `/Users/blue/Development/Libraries/nixpkgs/pkgs/lib/sources.nix' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd "$TOOLDIR" | |
echo == Creating environment.sh == | |
echo " | |
export HAXEPATH=\"`echo $TOOLDIR/haxe-*`\" | |
export NEKOPATH=\"`echo $TOOLDIR/neko-*`\" | |
"' | |
export HAXE_LIBRARY_PATH="$HAXEPATH/std" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"c0": { | |
"dynamic": "strict", | |
"_source": { | |
"compress": true | |
}, | |
"properties": { | |
"c000": { | |
"type": "string", | |
"index_name": "kenteken" |