progress flake

This commit is contained in:
do butterflies cry? 2026-02-16 09:35:57 +10:00
parent ed8618c8a6
commit 4ecb9ad03a
2 changed files with 97 additions and 46 deletions

View file

@ -12,16 +12,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# nt.url = "github:cry128/nt";
nt.url = "/home/me/cry/mk/nt";
nt.url = "github:cry128/nt";
# nt.url = "/home/me/cry/mk/nt";
cerulean = {
# url = "github:cry128/Cerulean";
url = "/home/me/cry/mk/Cerulean";
url = "github:cry128/Cerulean";
# url = "/home/me/cry/mk/Cerulean";
inputs = {
systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";
nt.follows = "nt";
};
};