Skip to content
Snippets Groups Projects
Commit 49253bf9 authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch 'develop' into 'production'

Merge develop into production

See merge request !577
parents 5704345e f435ab2c
No related branches found
No related tags found
1 merge request!577Merge develop into production
Pipeline #6764 passed
{ {
"name": "source", "name": "source",
"url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.7376.b134951a4c9f/nixexprs.tar.xz", "url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.714533.a60651b217d2/nixexprs.tar.xz",
"sha256": "1f8j7fh0nl4qmqlxn6lis8zf7dnckm6jri4rwmj0qm1qivhr58lv" "sha256": "0kfj30l3y0bc5mw7mwdhyi0l2cb0m52qa63livrrmk29rnfzdkga"
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ from ps_tools import get_url_hash ...@@ -10,7 +10,7 @@ from ps_tools import get_url_hash
# We pass this to builtins.fetchTarball which only supports sha256 # We pass this to builtins.fetchTarball which only supports sha256
HASH_TYPE = "sha256" HASH_TYPE = "sha256"
DEFAULT_CHANNEL = "nixos-24.05" DEFAULT_CHANNEL = "nixos-24.11"
CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz" CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment