1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* `Fix' is a high-level descriptor instantiator for Nix. It replaces

nix-instantiate.
This commit is contained in:
Eelco Dolstra 2003-04-08 12:00:51 +00:00
parent 814b256da4
commit 0d2b24cdd1
8 changed files with 405 additions and 217 deletions

View file

@ -11,5 +11,4 @@ AC_PROG_CC
AC_PROG_CXX
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([src/nix-instantiate], [chmod +x src/nix-instantiate])
AC_OUTPUT