mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
archiver wip
This commit is contained in:
parent
8e1ea846da
commit
a660675932
13 changed files with 3466 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
|||
};
|
||||
outputs = { mill-scale, ... }: mill-scale ./. {
|
||||
extraFilesRegex = [ ".*\.html" ];
|
||||
withOverlays = [(import ./overlay.nix)];
|
||||
packages = {
|
||||
ugc-api-server = pkgs: pkgs.ugc-api-server;
|
||||
ugc-api-archiver = pkgs: pkgs.ugc-api-archiver;
|
||||
};
|
||||
tools = pkgs: with pkgs; [
|
||||
bacon
|
||||
cargo-insta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue