1
0
Fork 0
forked from foxora/nix

use cerulean snowflakes standard

This commit is contained in:
do butterflies cry? 2026-03-07 13:45:31 +10:00
parent 7ff6be7692
commit 656a359f60
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 45 additions and 52 deletions

View file

@ -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 ./.;
}