migrate to experimental snow.flake schema
This commit is contained in:
parent
2c76f1f6ef
commit
ba8d341512
3 changed files with 28 additions and 50 deletions
|
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
cerulean = {
|
||||
url = "git+https://tearforge.net/cry/cerulean";
|
||||
url = "git+https://tearforge.net/cry/cerulean?ref=bleeding";
|
||||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -70,6 +70,8 @@
|
|||
extra-experimental-features = "pipe-operators";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
import ./snow.nix inputs;
|
||||
outputs = inputs: let
|
||||
inherit (inputs.cerulean) snow;
|
||||
in
|
||||
snow.flake inputs ./.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue