mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-08 10:36:02 +03:00
flakes: use stable release branches for nixpkgs
inputs
This is the best practice for Flakes or clients of nixpkgs in general.
The `release-<YY.MM>` branch is actually a dev branch:
Hydra continually tests the tip of this branch.
When the tests succeed, the `nixos-<YY.MM>` release branch is updated to
point to the succeeding commit.
`release-<YY.MM>` is to `nixos-<YY.MM>` what `master` is to `nixpkgs-unstable`.
See also: e88fb997e3/CONTRIBUTING.md (flow-of-merged-pull-requests)
This commit is contained in:
parent
9b32a5e39f
commit
475dda08b5
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "An empty project that uses Zig.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
zig.url = "github:mitchellh/zig-overlay";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue