feat(ci): check for barcodebuddy updates

This commit is contained in:
arcnmx 2024-04-16 07:53:31 -07:00
parent e47c3fefb3
commit 0cc5b28a62
4 changed files with 100 additions and 3 deletions

View file

@ -9,6 +9,7 @@
inherit (gensokyo-zone.lib) mkAlmostDefault;
inherit (lib.modules) mkIf mkDefault;
inherit (lib.attrsets) optionalAttrs;
inherit (lib.trivial) importJSON;
hasSops = options ? sops;
in {
config = {
@ -19,7 +20,7 @@ in {
nix = {
registry = let
lock = builtins.fromJSON (builtins.readFile ../../flake.lock);
lock = importJSON ../../flake.lock;
mapFlake = name: let
node = lock.nodes.${name};
in {