add deprecation notice

This commit is contained in:
Rasmus Moorats 2023-10-03 10:16:37 +03:00
parent 0378eed53f
commit 8cfa9dfa6f
Signed by: xx
GPG key ID: FE14255A6AE7241C
2 changed files with 2 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
## moved to [nutils](https://git.dog/xx/nutils/src/branch/master/src/alacritty_forker.nim)

View file

@ -8,6 +8,7 @@ bin = @["alacritty_forker"]
# Dependencies
requires "nim >= 1.6.6"
requires "https://git.dog/xx/nim-swayipc.git#head"
let outdir = "bin/"
let output = outdir & bin[0]