flake: Add chaotic as flake input

This commit is contained in:
ulic-youthlic 2025-06-11 08:55:39 +08:00
parent 205e20ee1c
commit 6e72058977
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 172 additions and 8 deletions

View file

@ -170,5 +170,11 @@
owner = "numtide";
repo = "treefmt-nix";
};
chaotic = {
type = "github";
owner = "chaotic-cx";
repo = "nyx";
};
};
}