From bb7723062635ee6a0119221ada88d4c054d35c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 12 Jan 2026 14:54:22 +0100 Subject: [PATCH] ci: use staging-next branch of nixpkgs --- .github/workflows/releases.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index aabeb991..8fd4cb08 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -2,10 +2,10 @@ name: Releases on: push: - # tags: - # - v* - # branches: - # - master + tags: + - v* + branches: + - master jobs: release: @@ -13,3 +13,4 @@ jobs: secrets: inherit with: project: himalaya + nixpkgs: staging-next