flake reorg

This commit is contained in:
Robin Appelman 2024-02-23 19:30:06 +01:00
commit 5647cdd759
7 changed files with 145 additions and 19 deletions

3
overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
ugc-api-server = final.callPackage ./package.nix {};
}