1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* A Nix mode for Emacs.

This commit is contained in:
Eelco Dolstra 2004-06-04 14:31:57 +00:00
parent 5e4a2272bf
commit e8411948ff
6 changed files with 118 additions and 2 deletions

View file

@ -5,7 +5,7 @@ set -e
rm -f current-load
touch current-load
storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/test.nix)
storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/all.nix)
export NIX_BUILD_HOOK="build-remote.pl"