nixpkgs/pkgs/misc/nix/builder.sh

11 lines
160 B
Bash
Raw Normal View History

#! /bin/sh -e
. $stdenv/setup
tar xvfj $src
cd nix-*
./configure --prefix=$out \
--with-store-dir=/nix/store --localstatedir=/nix/var
make
make install