use cerulean's v0.2.4-alpha snow.flake standard
This commit is contained in:
parent
e0e7c820ea
commit
3f1132b770
3 changed files with 356 additions and 71 deletions
|
|
@ -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 ./.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue