Merge branch 'mitchellh:main' into main

This commit is contained in:
山下 2024-04-25 14:29:26 +09:00 committed by GitHub
commit a13f8e3f83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1975 additions and 23 deletions

View file

@ -4,8 +4,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.2
- uses: cachix/install-nix-action@v25 - uses: cachix/install-nix-action@v26
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check - run: nix flake check

View file

@ -7,8 +7,8 @@ jobs:
update-sources: update-sources:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.2
- uses: cachix/install-nix-action@v25 - uses: cachix/install-nix-action@v26
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- run: ./update - run: ./update

View file

@ -59,7 +59,7 @@
zigpkgs = outputs.packages.${prev.system}; zigpkgs = outputs.packages.${prev.system};
}; };
# Templates for use with zig flake init # Templates for use with nix flake init
templates.compiler-dev = { templates.compiler-dev = {
path = ./templates/compiler-dev; path = ./templates/compiler-dev;
description = "A development environment for Zig compiler development."; description = "A development environment for Zig compiler development.";

File diff suppressed because it is too large Load diff