Skip to content

Only use nix-daemon when systemd is supported#89

Merged
domenkozar merged 2 commits intocachix:masterfrom
SuperSandro2000:patch-1
Aug 28, 2021
Merged

Only use nix-daemon when systemd is supported#89
domenkozar merged 2 commits intocachix:masterfrom
SuperSandro2000:patch-1

Conversation

@SuperSandro2000
Copy link
Copy Markdown
Contributor

@SuperSandro2000 SuperSandro2000 commented Aug 23, 2021

Tested like with nix-update by applying the following patch

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 852dc7b..9d9dc13 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
-    - uses: cachix/install-nix-action@v13
+    - uses: supersandro2000/install-nix-action@patch-1
       with:
         install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210604_8e6ee1b/install
     - name: build

and running

sudo rm ~/.cache/act/ -rf && nix-shell -p act --command "sudo -E \$(which act)"

@SuperSandro2000 SuperSandro2000 marked this pull request as ready for review August 25, 2021 09:56
Comment thread lib/install-nix.sh Outdated
Comment thread lib/install-nix.sh Outdated
@domenkozar domenkozar merged commit 6e7c9a9 into cachix:master Aug 28, 2021
@SuperSandro2000 SuperSandro2000 deleted the patch-1 branch August 31, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants