Release Ver 1.2.0

This commit is contained in:
Peritia 2025-08-13 11:40:03 +02:00
parent 7f73899c91
commit 89600ebb06
25 changed files with 1862 additions and 57 deletions

View file

@ -1,16 +1,21 @@
# Planned Features / Fixes
Request by [CommercialPug](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n85214h/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
- Rename nixDirectory -> flakeDirectory or flakeRepoDir
### Ongoing / Planned
Request by [BizNameTaken](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n8499d1/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
- add a nixosModule output
| Feature / Fix | Description | Requested By |
| ------------------------------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------- |
| **Rename** `nixDirectory``flakeDirectory` / `flakeRepoDir` | Update variable naming for clarity | [CommercialPug](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n85214h) |
| **Expand nix command awareness** | Handle full range of `nix` commands and arguments | [no\_brains101](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n86hc7b) |
| **Add** `nixOS-anywhere` / `sops` support | Integrate with these tools for deployment/secret management | [no\_brains101](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n86hc7b) |
| **Update selection** | Allow choosing which inputs to update | [no\_brains101](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n86hc7b) |
| **Opt-in commits** | Dont commit changes automatically; make it optional | [no\_brains101](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n86hc7b) |
| **Starter template initialization** | Provide a way to initialize a starter template for new users | [jellydn](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n87hewi) |
Request by [no_brains101](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n86hc7b/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
- It needs only to know about the full range of nix commands and arguments
- add nixOS-anywhere or sops support
- update should allow you to choose which inputs to update
- don't commit for User, that should be opt in
---
### Completed
| Feature / Fix | Description | Requested By |
| ---------------------------- | ------------------------------------------ | ------------------------------------------------------------------------------- |
| **Add** `nixosModule` output | Support a NixOS module output in the flake | [BizNameTaken](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n8499d1) |
Request by [jellydn](https://www.reddit.com/r/NixOS/comments/1mncfvd/comment/n87hewi/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
- Could you please have a way to initialize the starter template for new user