feat: start implementation of package for mydia

This commit is contained in:
Chris Kruining 2025-11-26 16:02:14 +01:00
parent 2d3da197ee
commit 06cd3dd1ac
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 1134 additions and 22 deletions

View file

@ -88,6 +88,11 @@
url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
bun2nix = {
url = "github:baileyluTCD/bun2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: inputs.snowfall-lib.mkFlake {