1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-09 02:56:03 +03:00
Commit graph

8 commits

Author SHA1 Message Date
Jacob Birkett
fb77f77e83 flake: inputs: remove flake-utils
You don't need it.

This commit supercedes
<https://github.com/mitchellh/zig-overlay/pull/60>,
which copies a function from `flake-utils`.

Instead of using this (arguably bad) abstraction,
introduce `eachSystem` and `pkgsFor`.
2025-04-23 23:06:03 -07:00
Jacob Birkett
ee9cba5c35 flake: inputs: employ nix-systems pattern 2025-04-23 22:56:47 -07:00
山下
b03592ac17 Revert back to nixpkgs 23.11 and update flake lockfile 2024-02-19 21:33:12 +09:00
Erik Arvstedt
475dda08b5 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)
2023-12-17 21:33:53 +01:00
Mitchell Hashimoto
7166fe436b
update to nix 23.05 2023-07-11 14:40:15 -07:00
Mitchell Hashimoto
03177b00df
Add a shell.nix 2023-01-17 09:37:23 -08:00
Mitchell Hashimoto
1d737fcd29
update the flake lock 2022-08-22 19:42:12 -07:00
Mitchell Hashimoto
223a4e3b2c
Initial commit based on original arqv repository 2022-08-22 15:56:44 -07:00