This commit is contained in:
Rik 2020-08-14 18:59:21 +02:00
parent b5de41db66
commit fade24e039

View File

@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-nix8
- name: Install Nix if not cached
if: steps.cache-nix.outputs.cache-hit != 'true'
# if: steps.cache-nix.outputs.cache-hit != 'true'
uses: cachix/install-nix-action@v10
with:
nix_path: nixpkgs=channel:nixos-unstable
@ -39,7 +39,6 @@ jobs:
else
sudo mkdir -p /nix/store
sudo mkdir -p /nix/var/nix/profiles/per-user/runner/profile/bin
ls -ahl ~/nix/bin/
sudo cp --force --recursive ~/nix/store/* /nix/store/
sudo cp --force --recursive ~/nix/bin/* /nix/var/nix/profiles/per-user/runner/profile/bin/
which xdotool