about summary refs log blame commit diff
path: root/dev-shell
blob: 8579939a7b540ea5eb67bbd6d9d19e23bc5a1084 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                  
#! /bin/sh
s=$(type -p nix-shell)
exec $s release.nix -A tarball --command "
    export NIX_REMOTE=daemon
    export NIX_PATH='$NIX_PATH'
    export NIX_BUILD_SHELL=$(type -p bash)
    export c=\$configureFlags
    exec $s release.nix -A build.x86_64-linux --exclude tarball --command '
        configureFlags+=\" \$c --prefix=$(pwd)/inst --sysconfdir=$(pwd)/inst/etc\"
        return
    '" \
    "$@"