feat(nixpkgs): pin nixos-26.05 and add an unstable overlay #17
No reviewers
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!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bram.buijs/DAWO-NixOS:feat/nixpkgs-unstable-overlay"
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?
Closes #11.
Pin
nixpkgstonixos-26.05(it trackednixos-unstable, which drifted betweenbuilds) and add a separate
nixpkgs-unstableinput exposed through an overlay, soa single package can be cherry-picked from unstable when a newer version is needed:
A reproducible base, with a controlled escape for individual packages instead of
moving the whole channel. Recorded as ADR-0004.
Proof to follow.
Question: keep the existing
nixpkgs-stable(25.11) input alongside this, or foldit out now that the base is a pinned 26.05?
Just remove 25.11, end of support is close or already passed.
@ -2,3 +2,3 @@inputs = {nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";Let's remove 25.11.
7bbdeffe94to7201036b3b@rutger.putter removed 25.11. Stable on t495s
Approved