Skip to content

Instantly share code, notes, and snippets.

@chisui
Last active August 30, 2018 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chisui/da629c5c626a37c87ab6a9142abdd160 to your computer and use it in GitHub Desktop.
Save chisui/da629c5c626a37c87ab6a9142abdd160 to your computer and use it in GitHub Desktop.
watch script for nix
#! /bin/sh
SRC=$(nix-instantiate --eval $@ -A src)
echo "watching $SRC"
ack -f $SRC | entr nix-build $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment