aboutsummaryrefslogtreecommitdiff
path: root/nix/.gitignore
AgeCommit message (Collapse)Author
2012-12-03build: Include a copy of Nix's libstore and daemon; build it.Ludovic Courtès
* configure.ac: Call `AC_USE_SYSTEM_EXTENSIONS', and `GUIX_SYSTEM_TYPE'. Add `--with-store-dir' option, and substitute `storedir'. Include `config-daemon.ac'. * config-daemon.ac: New file. * Makefile.am [BUILD_DAEMON]: Include `daemon.am'. * daemon.am: New file. * m4/guix.m4 (GUIX_SYSTEM_TYPE): New macro. * nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh, nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h, nix/nix-daemon/guix-daemon.cc, nix/nix-daemon/shared.hh: New files.
k H Weaver 2019-08-27gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'....Ludovic Courtès 2019-08-22Merge branch 'master' into core-updatesMark H Weaver 2019-08-14gnu: mingw: Add x86_64 support....Carl Dong 2019-07-17Merge branch 'master' into core-updatesLudovic Courtès 2019-07-15gnu: guile-bootstrap: Use the new 'derivation' calling convention....Ludovic Courtès 2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès 2019-06-14tests: Make builds less expensive....Ludovic Courtès 2019-06-14gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries....Ludovic Courtès 2019-06-13Merge branch 'master' into core-updatesLudovic Courtès 2019-05-29gnu: Add basic support for riscv64-linux-gnu targets....Carl Dong