Pin nixpkgs to a stable release (nixos-26.05) instead of unstable? #11
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Discussion
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Help Wanted
Status
Need More Info
Prio - Hoog
Prio - Laag
Prio - Middel
styling
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MinBZK/DAWO-NixOS#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observation
flake.nixtracksnixos-unstablewith anixos-25.11stable fallback. 25.11is close to end of life, and unstable means the workstation moves with the
rolling channel.
For a government workstation a pinned stable release is usually the safer
posture (predictable, security-patched within the release). I've been running
the config on
nixos-26.05(the current stable) and it evaluates green acrossthe hosts.
Question
Is
nixos-unstablea deliberate choice (tracking latest), or would a pin tonixos-26.05be welcome? If welcome I'll open the (small) PR. Flagging it as aquestion first rather than just sending the PR, since it's a repo-wide policy
call.
Agreed an approved ✅. This might prevent some "unexplained" behavior in the unstable branch.
I would still like to have an overlay for unstable packages if we require an more updated version of a specific package.
If you have the bandwidth: go ahead and create the PR and I'll review/merge.