Commit graph

18 commits

Author SHA1 Message Date
山下
8f976a882d Update to nixpkgs 23.11 2024-02-19 20:05:16 +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
Drewry Pope
c241158df5
quote URLs in nix
unquoted URLs are being deprecated and their usage is discouraged
2023-08-18 22:18:31 -05:00
Mitchell Hashimoto
7166fe436b
update to nix 23.05 2023-07-11 14:40:15 -07:00
Mitchell Hashimoto
b6710eb74e
remove the python script to verify hash since shasums are back 2023-01-19 15:34:25 -08:00
Mitchell Hashimoto
fb815becf7
add minisign to nix deps 2023-01-17 10:59:39 -08:00
Mitchell Hashimoto
8499170825
Add verify_and_hash.py 2023-01-17 10:49:17 -08:00
Mitchell Hashimoto
03177b00df
Add a shell.nix 2023-01-17 09:37:23 -08:00
Mitchell Hashimoto
16cb5d1851
add "init" template for an empty dev env 2022-11-10 14:02:57 -08:00
Omar Alhammadi
7f2de61842
Update comment in flake.nix
This is a small change to a comment in flake.nix. The comment recommend using `zigpkgs.master.latest` which doesn't exist when I tried using the overlay.
2022-09-22 00:36:57 +04:00
Mitchell Hashimoto
66817dde5b
template for zig compiler dev 2022-08-23 09:36:18 -07:00
Mitchell Hashimoto
c4a460a991
nix fmt and support aarch64-darwin 2022-08-22 19:55:54 -07:00
Mitchell Hashimoto
0e4d9404dd
don't create packages for targets that are null 2022-08-22 19:41:08 -07:00
Mitchell Hashimoto
5ce840257e
add an overlay, clean up package names for nix flake check 2022-08-22 19:31:09 -07:00
Mitchell Hashimoto
f0c4a8c91b
rewritten default.nix/flake.nix 2022-08-22 19:08:03 -07:00
Mitchell Hashimoto
6eca2e65bd
aarch64-darwin not found 2022-08-22 17:53:18 -07:00
Mitchell Hashimoto
a7f900d90f
flake.nix and default.nix 2022-08-22 17:50:25 -07:00
Mitchell Hashimoto
223a4e3b2c
Initial commit based on original arqv repository 2022-08-22 15:56:44 -07:00