remove shell hook

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-24 18:52:39 +02:00
parent a9223eea7e
commit 67a8964f8c
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -36,17 +36,6 @@
nvim
bun
];
shellHook = ''
echo "$$" > ./pid
monitor() {
while true; do
inotifywait -e modify ${pname}.tsx > /dev/null 2>&1
make
pkill -HUP mupdf
done
}
monitor > /dev/null 2>&1 &
'';
};
packages.${system}.default = pkgs.mkYarnPackage {
inherit pname version src;