Skip to content

Commit

Permalink
Updates nix flake and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Jun 16, 2024
1 parent 9283a12 commit 6a32c97
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
uses: mlugg/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: Generate and validate packages
working-directory: test
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
zig-cache/
.zig-cache/
zig-out/
56 changes: 37 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
in rec {
devShells.default = pkgs.mkShell {
nativeBuildInputs = [
pkgs.zigpkgs."0.11.0"
pkgs.llvmPackages_17.clangUseLLVM
pkgs.zigpkgs."0.13.0"
pkgs.llvmPackages.clangUseLLVM
];

buildInputs = [
Expand Down

0 comments on commit 6a32c97

Please sign in to comment.