Typo
Some checks failed
ssh-test / ssh-test (push) Failing after 27s

This commit is contained in:
iFargle 2023-12-11 14:56:38 +09:00
parent f9700dd3e9
commit d5896899d7

View file

@ -1,5 +1,5 @@
let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.lockedd; let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.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/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
sha256 = lock.nodes.flake-compat.locked.narHash; sha256 = lock.flake-compat.locked.narHash;
}) })