feat: use assets from an external repository

This commit is contained in:
2026-02-20 23:12:29 +01:00
parent 183e948d40
commit 9e485d2351
5 changed files with 25 additions and 3 deletions

View File

@@ -40,6 +40,11 @@
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
assets = {
url = "git+https://git.janezic.dev/janezicmatej/assets.git";
flake = false;
};
};
outputs =