Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nixpkgs to nixos-24.11 #944

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2024

This PR contains the following updates:

Package Update Change
nixpkgs minor nixos-24.05 -> nixos-24.11

Release Notes

NixOS/nixpkgs (nixpkgs)

vnixos-24.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nixpkgs-24.x branch from cde4680 to 7c198b5 Compare November 18, 2024 00:46
@kachick
Copy link
Owner

kachick commented Nov 18, 2024

@kachick
Copy link
Owner

kachick commented Nov 18, 2024

repl with Deno 1.44.3

const re = /"github:nixos\/nixpkgs(\/(?<ref>[a-z0-9-.]+))?"/i
> re.exec("\"github:NixOS/nixpkgs/nixos-24.05\"")
[
  '"github:NixOS/nixpkgs/nixos-24.05"',
  "/nixos-24.05",
  "nixos-24.05",
  index: 0,
  input: '"github:NixOS/nixpkgs/nixos-24.05"',
  groups: [Object: null prototype] { ref: "nixos-24.05" }
]
> re.exec("\"github:NixOS/nixpkgs/nixpkgs-24.05-darwin\"")
[
  '"github:NixOS/nixpkgs/nixpkgs-24.05-darwin"',
  "/nixpkgs-24.05-darwin",
  "nixpkgs-24.05-darwin",
  index: 0,
  input: '"github:NixOS/nixpkgs/nixpkgs-24.05-darwin"',
  groups: [Object: null prototype] { ref: "nixpkgs-24.05-darwin" }
]
> import { RE2 } from "npm:[email protected]";
undefined
> const versionRe2 = new RE2('^(?<prefix>(nixos|nixpkgs|release))-((?<major>\\d{2})\\.(?<minor>\\d{2})|unstable)(-(?<suffix>(small|aarch64|darwin)))?$', "u");
undefined
> versionRe2.exec("nixpkgs-24.05-darwin")
[
  "nixpkgs-24.05-darwin",
  "nixpkgs",
  "nixpkgs",
  "24.05",
  "24",
  "05",
  "-darwin",
  "darwin",
  "darwin",
  index: 0,
  input: "nixpkgs-24.05-darwin",
  groups: { prefix: "nixpkgs", major: "24", minor: "05", suffix: "darwin" }
]
> versionRe2.exec("nixos-24.05")
[
  "nixos-24.05",
  "nixos",
  "nixos",
  "24.05",
  "24",
  "05",
  undefined,
  undefined,
  undefined,
  index: 0,
  input: "nixos-24.05",
  groups: { prefix: "nixos", major: "24", minor: "05" }
]

@kachick
Copy link
Owner

kachick commented Nov 18, 2024

It does not return multiple. I write a patch, but I don't have confidence this is intentional or not and the depName can be duplicated or not.

kachick added a commit that referenced this pull request Nov 18, 2024
Closes GH-944. The bot works is not enough
@kachick kachick closed this in a53c4e7 Nov 19, 2024
@kachick kachick closed this in #943 Nov 19, 2024
@renovate renovate bot deleted the renovate/nixpkgs-24.x branch November 19, 2024 15:39
kachick added a commit that referenced this pull request Nov 19, 2024
---

* Resolves GH-757
* Closes GH-944
* Begins to use overlay to apply hotfix easy
* Roughly updated the commented URL, it should be checked in #947
* Go with `release-24.11` for now, because of `nixos-24.11` does not have crucial hotfix.

---

* Read and follow
  * https://github.com/NixOS/nixpkgs/blob/8e5e5a6add04c7f1e38e76f59ada6732947f1e55/nixos/doc/manual/release-notes/rl-2411.section.md
  * https://github.com/nix-community/home-manager/blob/a46e702093a5c46e192243edbd977d5749e7f294/docs/release-notes/rl-2411.md
* In NixOS, check the error log with `nixos-rebuild build`. Don't use `switch` first
* In home-manager, check the warnings in CI
* When found issues around packages, [attempt to fix and send PR to upstream](https://github.com/NixOS/nixpkgs/pulls?q=+is%3Apr+author%3Akachick+)

---

* Update NixOS and related channels to 24.11 as possible now

* Bump dprint-plugin-kdl with the new schema of dprint

* `git ls-files | xargs selfup run`

* Bump NixOS stateVersion as same as home-manager

* Update temporally copied cloudflare-warp NixOS module

* Remove depreceted sound option in NixOS

https://github.com/NixOS/nixpkgs/blob/8e5e5a6add04c7f1e38e76f59ada6732947f1e55/nixos/doc/manual/release-notes/rl-2411.section.md?plain=1#L883-L885

* Remove failing and ussing SKK dependencies

* Remove unused edge pkgs from configuration.nix

* Enable systemd.enableStrictShellChecks

* Replace edge-pkgs with pkgs as possible

* Use stable nixpkgs in xremap flake

* Bump NixOS-WSL channel

* Bump darwin channel to include kdl.vim

* Fix missing a bump for gpg-sq

* Replace edge-pkgs as possible in ssh context

* Adopt TODO comment around updating to NixOS 24.11

* Adopt xdg.stateFile since 24.11

* Add ignoring tag for 24.11 in goreleaser

* Simply bump nix related github URLs in comments # No tested

* Suppress nixf warning

* Install ox and jnv also in maOS

* Remove needless package replacement

* Update namespace of gnome packages which moved to toplevel

* Disable enableStrictShellChecks for now

* Follow NixOS/nixpkgs@bcc7eff

* Pin to correct stable NixOS 24.11 channel

Closes GH-944. The bot works is not enough

* flake.lock: Update

Flake lock file updates:

• Updated input 'edge-nixpkgs':
    'github:NixOS/nixpkgs/dc460ec76cbff0e66e269457d7b728432263166c' (2024-11-11)
  → 'github:NixOS/nixpkgs/5e4fbfb6b3de1aa2872b76d49fafc942626e2add' (2024-11-15)
• Updated input 'nixos-wsl/flake-utils':
    'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
  → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17)

* Follow GH-911 and GH-913 with nix-init 0.3.2 failing in intel macOS

* Remove needless unstable in devshell

* Fix quotation in above commit

* Use release channel in Linux again to avoid fcitx5-mozc and bazel_7 problem

* Refactor edge and homemade with overlays

* Follow home-manaher kitty module changes

* Install lima with nixpkgs in macOS since it has been updated

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4637bf5b68943c5d694fdbd20652d496997f088d' (2024-11-18)
  → 'github:NixOS/nixpkgs/3b9b50532fb7712d3714cf25f4e61e8f71a04292' (2024-11-19)
• Updated input 'nixpkgs-darwin':
    'github:NixOS/nixpkgs/f4a0fbc120cd775346111246b453f8af94afc1d1' (2024-11-14)
  → 'github:NixOS/nixpkgs/8d48200ead5adea71485965f92405575c66dab04' (2024-11-19)

* Include fcitx5-mozc quick fix patch

* Backto NixOS 24.11 beta again

* Use latest for broken calibre and zed-editor

* Revert "Use latest for broken calibre and zed-editor"

This reverts commit 2520946.

* Revert "Backto NixOS 24.11 beta again"

This reverts commit 00f14fc.

* Clarify why I need release-24.11 instead of nixos-24.11

* Add comments about why I need nixpkgs-unstable for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant