feat: remove bun2nix

this is not the route I ended up going for, so I removed the dependency again
This commit is contained in:
Chris Kruining 2025-12-06 17:41:36 +01:00
parent cb1401fe47
commit 78ed7d2a0a
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 17 additions and 944 deletions

View file

@ -88,11 +88,6 @@
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 {