let deploy-rs-lock = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes.deploy-rs.locked; in import (fetchTarball { url = "https://github.com/serokell/deploy-rs/archive/${deploy-rs-lock.rev}.tar.gz"; sha256 = deploy-rs-lock.narHash; })