mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
Merge branch 'mitchellh:main' into main
This commit is contained in:
commit
a13f8e3f83
4 changed files with 1975 additions and 23 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: actions/checkout@v4.1.2
|
||||
- uses: cachix/install-nix-action@v26
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix flake check
|
||||
|
|
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
|||
update-sources:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: actions/checkout@v4.1.2
|
||||
- uses: cachix/install-nix-action@v26
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: ./update
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
zigpkgs = outputs.packages.${prev.system};
|
||||
};
|
||||
|
||||
# Templates for use with zig flake init
|
||||
# Templates for use with nix flake init
|
||||
templates.compiler-dev = {
|
||||
path = ./templates/compiler-dev;
|
||||
description = "A development environment for Zig compiler development.";
|
||||
|
|
1988
sources.json
1988
sources.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue