Update node nixpkg.

This commit is contained in:
2024-02-26 22:17:25 +00:00
parent 8cdc5c62e4
commit a0b1646675

View File

@@ -24,7 +24,7 @@ job "instasync" {
driver = "exec"
config {
command = "/nix/store/2y52nmyfpsq497cppgc43x9v6lkp3q25-nodejs-20.5.1/bin/node"
command = "/nix/store/knc67zp8bgg3a3p10jmkzv7br0lmg9if-nodejs-20.9.0/bin/node"
args = ["/code/instasync/sync.js"]
}