Skip to content

Commit 72af4a0

Browse files
committed
nixos cli PATH
1 parent 1b6808d commit 72af4a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
run: |
6060
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon
6161
export PATH=$PATH:/nix/var/nix/profiles/default/bin
62-
nix profile install nixpkgs#llama-cpp
62+
export NIX_ENABLE_EXPERIMENTAL=1
63+
nix --extra-experimental-features nix-command profile install nixpkgs#llama-cpp
6364
6465
- name: Run llama-server
6566
run: |

0 commit comments

Comments
 (0)