mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
build(tree): move to upstream
This commit is contained in:
parent
4540b14963
commit
da267214b7
4 changed files with 106 additions and 193 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue