Test
Some checks failed
ssh-test / ssh-test (push) Failing after 16s

This commit is contained in:
iFargle 2023-12-11 15:18:57 +09:00
parent 7568d0bc73
commit 1fba61dc5e

View file

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