mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-11 13:07:28 -05:00
update_flake_lock.py: try again
This commit is contained in:
2
.github/workflows/update_flake_lock.py
vendored
2
.github/workflows/update_flake_lock.py
vendored
@@ -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]
|
||||||
|
Reference in New Issue
Block a user