๐Ÿš€ Update nixos with a single command tangled.org/badwatt.com/zix
zig nixos
1

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix

Alvaro (May 31, 2026, 1:02 AM +0200) 4e2dc164 587a986b

+3 -13
+3 -13
.tangled/workflows/release.yml
··· 12 12 nixpkgs: 13 13 - bash 14 14 - coreutils 15 + - nix 15 16 - gawk 16 17 - openssh 17 18 - gnused 18 - - curl 19 - - xz 20 - - tar 19 + nixpkgs/nixpkgs-unstable: 20 + - zig 21 21 22 22 environment: 23 23 CI: "true" 24 24 25 25 steps: 26 - - name: Install Zig 0.16.0 27 - command: | 28 - curl -L https://ziglang.org/download/0.16.0/zig-linux-x86_64-0.16.0.tar.xz -o zig.tar.xz 29 - tar -xf zig.tar.xz 30 - mv zig-linux-x86_64-0.16.0 /opt/zig 31 - rm zig.tar.xz 32 - export PATH=/opt/zig:$PATH 33 - zig version 34 - 35 26 - name: Build binaries 36 27 command: | 37 - export PATH=/opt/zig:$PATH 38 28 VERSION="${TANGLED_REF_NAME}" 39 29 echo "Building version: $VERSION" 40 30 mkdir -p zig-out/bin