add deprecation notice
This commit is contained in:
parent
0378eed53f
commit
8cfa9dfa6f
2 changed files with 2 additions and 0 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
## moved to [nutils](https://git.dog/xx/nutils/src/branch/master/src/alacritty_forker.nim)
|
|
@ -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]
|
||||
|
|
Reference in a new issue