removed nixos-generators

This commit is contained in:
Danilo Reyes
2026-02-03 15:17:18 -06:00
parent 979bb915a6
commit f6b1a01438
4 changed files with 6 additions and 55 deletions

View File

@@ -22,8 +22,8 @@ description: "Task list for VPS Image Migration"
**Purpose**: Project initialization and validation setup
- [ ] T001 Review current image generation usage in `flake.nix` and `parts/packages.nix` and note all nixos-generators references
- [ ] T002 [P] Review host structure in `hosts/` to mirror patterns for the new `hosts/vps/configuration.nix`
- [X] T001 Review current image generation usage in `flake.nix` and `parts/packages.nix` and note all nixos-generators references
- [X] T002 [P] Review host structure in `hosts/` to mirror patterns for the new `hosts/vps/configuration.nix`
---
@@ -31,9 +31,9 @@ description: "Task list for VPS Image Migration"
**Purpose**: Remove deprecated generator and ensure existing outputs are preserved
- [ ] T003 Update `parts/packages.nix` to build `emacs-vm` from nixpkgs/NixOS outputs (remove nixos-generators usage)
- [ ] T004 Remove nixos-generators input from `flake.nix`
- [ ] T005 Update `flake.lock` to drop nixos-generators entries
- [X] T003 Update `parts/packages.nix` to build `emacs-vm` from nixpkgs/NixOS outputs (remove nixos-generators usage)
- [X] T004 Remove nixos-generators input from `flake.nix`
- [X] T005 Update `flake.lock` to drop nixos-generators entries
- [ ] T006 STOP: Ask user to validate `emacs-vm` build works without nixos-generators (confirm before proceeding) (reference `parts/packages.nix`)
**Checkpoint**: Foundation ready after user confirmation