use cerulean's v0.2.4-alpha snow.flake standard

This commit is contained in:
do butterflies cry? 2026-03-07 16:45:42 +10:00
parent e0e7c820ea
commit 3f1132b770
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 356 additions and 71 deletions

View file

@ -16,7 +16,7 @@
nt.url = "git+https://tearforge.net/cry/nt";
cerulean = {
url = "github:cry128/cerulean/bleeding";
url = "github:cry128/cerulean";
inputs = {
nt.follows = "nt";
systems.follows = "systems";
@ -91,8 +91,6 @@
extra-experimental-features = "pipe-operators";
};
outputs = inputs: let
inherit (inputs.cerulean) snow;
in
snow.flake inputs ./.;
outputs = {cerulean, ...} @ inputs:
cerulean.snow.flake inputs ./.;
}