Fixed AnyURL problem

This commit is contained in:
2023-10-22 22:38:04 +02:00
parent d78a3bc684
commit e5c0bc7fd4
3 changed files with 9 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
{
packages = {
ui = base.pkg.global;
theme = base.pkg.theme;
ui-assets = pkgs.callPackage ./nix/ui-assets.nix { };
# EXAMPLE: GITEA_TOKEN=$(rbw get -f GITEA_TOKEN git.clan.lol) nix run .#update-ui-assets
update-ui-assets = pkgs.callPackage ./nix/update-ui-assets.nix { };