mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19: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
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue