update_flake_lock.py: try again

This commit is contained in:
ckie
2021-12-24 14:32:14 +02:00
parent ead6a29d86
commit ded9ff6c41

View File

@@ -40,7 +40,7 @@ class FlakeLock:
def is_github(self, flake_input): def is_github(self, flake_input):
n = self._lock["nodes"][flake_input] n = self._lock["nodes"][flake_input]
return n.type == "github"; return n["locked"]["type"] == "github";
def get_input(self, flake_input): def get_input(self, flake_input):
n = self._lock["nodes"][flake_input] n = self._lock["nodes"][flake_input]