feat: Use dae flake for unstable version

This commit is contained in:
ulic-youthlic 2026-03-23 14:48:48 +08:00
parent 7af904f92f
commit db2e913daa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 144 additions and 65 deletions

View file

@ -41,6 +41,7 @@
"https://cache.nixos.org"
"https://cache.nixos-cuda.org"
"https://attic.xuyh0120.win/lantian"
"https://cache.garnix.io"
];
};
};
@ -237,5 +238,11 @@
owner = "Gerg-L";
repo = "spicetify-nix";
};
dae-flake = {
type = "github";
owner = "daeuniverse";
repo = "flake.nix";
};
};
}