forked from foxora/nix
use cerulean snowflakes standard
This commit is contained in:
parent
7ff6be7692
commit
656a359f60
3 changed files with 45 additions and 52 deletions
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
cerulean = {
|
||||
url = "git+https://tearforge.net/cry/cerulean?rev=d5211287bd3cb96078f2053488d67d557848a8f2";
|
||||
url = "github:cry128/cerulean";
|
||||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -101,5 +101,6 @@
|
|||
extra-experimental-features = "pipe-operators";
|
||||
};
|
||||
|
||||
outputs = inputs: import ./snow.nix inputs;
|
||||
outputs = {cerulean, ...} @ inputs:
|
||||
cerulean.snow.flake inputs ./.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue