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

@ -5,7 +5,8 @@
...
}: let
inherit (lib.strings) removePrefix;
lock = builtins.fromJSON (builtins.readFile ../flake.lock);
inherit (lib.trivial) importJSON;
lock = importJSON ../flake.lock;
inherit (lock.nodes) barcodebuddy;
in stdenvNoCC.mkDerivation {
pname = "barcodebuddy";