mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(ci): check for barcodebuddy updates
This commit is contained in:
parent
e47c3fefb3
commit
0cc5b28a62
4 changed files with 100 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue