mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
9 lines
174 B
Bash
Executable file
9 lines
174 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
export ACLOCAL_PATH=/home/$(whoami)/.nix-profile/share/aclocal
|
|
|
|
export AUTOCONF=autoconf
|
|
export AUTOHEADER=autoheader
|
|
export AUTOMAKE=automake
|
|
|
|
./bootstrap.sh
|