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:
parent
5e4a2272bf
commit
e8411948ff
6 changed files with 118 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue