build(tree): move to upstream

This commit is contained in:
Kat Inskip 2024-01-27 13:44:01 -08:00
parent 4540b14963
commit da267214b7
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 106 additions and 193 deletions

View file

@ -6,6 +6,9 @@
url = "github:arcnmx/nixexprs/master";
flake = false;
};
std = {
url = "github:chessai/nix-std";
};
ci = {
url = "github:arcnmx/ci/v0.6";
flake = false;
@ -20,6 +23,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
tree = {
url = "github:kittywitch/tree";
inputs.std.follows = "std";
inputs.nixpkgs.follows = "nixpkgs";
};
systemd2mqtt = {
url = "github:arcnmx/systemd2mqtt";
inputs = {