diff --git a/TODO.md b/TODO.md index c43e8c6..25f6f1b 100755 --- a/TODO.md +++ b/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 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 diff --git a/cerulean/TODO.md b/cerulean/TODO.md deleted file mode 100644 index 2a08659..0000000 --- a/cerulean/TODO.md +++ /dev/null @@ -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 diff --git a/flake.nix b/flake.nix index 94f4b33..ff430bc 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; 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"; };