update TODO + upstream
This commit is contained in:
parent
c2803cd038
commit
b56c07bc4c
3 changed files with 4 additions and 3 deletions
3
TODO.md
3
TODO.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue