feat: Use nixpkgs dae module instead of dae/flake

This commit is contained in:
ulic-youthlic 2025-10-28 23:22:41 +08:00
parent d187a67afe
commit 1e6d5fbe02
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 9 additions and 48 deletions

View file

@ -106,16 +106,6 @@
ref = "master";
};
dae = {
type = "github";
owner = "daeuniverse";
repo = "flake.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
flake-parts = {
type = "github";
owner = "hercules-ci";