feat: merge wrapped packages into root

This commit is contained in:
Kat Inskip 2024-10-25 13:47:50 -04:00
parent 18845f9f3f
commit 9c34345ee3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 29 additions and 4 deletions

View file

@ -27,6 +27,10 @@
flake-compat.follows = "flake-compat";
};
};
ci = {
url = "github:arcnmx/ci/v0.7";
flake = false;
};
flakelibstd = {
url = "github:flakelib/std";
inputs.nix-std.follows = "std";