many changes, too lazy to explain

This commit is contained in:
do butterflies cry? 2026-02-20 02:18:03 +10:00
parent dbefc3ec9e
commit 5122fa1811
24 changed files with 207 additions and 103 deletions

View file

@ -12,16 +12,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nt.url = "github:cry128/nt";
# nt.url = "/home/me/cry/mk/nt";
nt.url = "git+https://tearforge.net/cry/nt";
cerulean = {
url = "github:cry128/Cerulean";
# url = "/home/me/cry/mk/Cerulean";
# url = "git+https://tearforge.net/cry/cerulean";
url = "/home/me/cry/mk/cerulean";
inputs = {
nt.follows = "nt";
systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
nt.follows = "nt";
home-manager.follows = "home-manager";
};
};
@ -37,7 +37,7 @@
};
dobutterfliescry-net = {
url = "git+https://forge.dobutterfliescry.net/cry/site";
url = "git+https://tearforge.net/cry/site";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";
@ -50,6 +50,8 @@
extra-experimental-features = "pipe-operators";
};
outputs = inputs:
import ./snow.nix inputs;
outputs = inputs: let
inherit (inputs.cerulean) snow;
in
snow.flake inputs ./.;
}