update TODO + upstream

This commit is contained in:
do butterflies cry? 2026-02-13 12:08:02 +10:00
parent c2803cd038
commit b56c07bc4c
3 changed files with 4 additions and 3 deletions

View file

@ -3,3 +3,6 @@ also rename `Cerulean` to `cerulean` in Nix to maintain the naming convention.
Using `flake-parts` ensures Cerulean is usable without restricting Using `flake-parts` ensures Cerulean is usable without restricting
yourself only to the Cerulean ecosystem. yourself only to the Cerulean ecosystem.
- [ ] extend the options.nixpkgs to allow any number of package repositories!!
- [x] auto-propagate the same specialArgs for hosts to home-manager

View file

@ -1,2 +0,0 @@
- [ ] extend the options.nixpkgs to allow any number of package repositories!!
- [ ] auto-propagate the same specialArgs for hosts to home-manager

View file

@ -20,7 +20,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nt.url = "github:emilelcb/nt"; nt.url = "github:cry128/nt";
deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.url = "github:serokell/deploy-rs";
}; };