Fix CI #2

closed
opened by sachy.dev targeting main from ci

Attempt to fix CI issues with the tangled nix stuff

Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/test.yml
··· 8 nixpkgs: 9 - rustup 10 - clang 11 - - rust-bindgen-unwrapped 12 13 steps: 14 - name: Install Nightly 15 command: rustup toolchain install nightly 16 - name: Install toolchain
··· 8 nixpkgs: 9 - rustup 10 - clang 11 12 steps: 13 + - name: Env Setup 14 + command: export LIBCLANG_PATH="${lib.getLib clang.cc}/lib" 15 - name: Install Nightly 16 command: rustup toolchain install nightly 17 - name: Install toolchain