Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only use nix-daemon when systemd is supported #89

Merged
merged 2 commits into from Aug 28, 2021
Merged

Only use nix-daemon when systemd is supported #89

merged 2 commits into from Aug 28, 2021

Conversation

SuperSandro2000
Copy link
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
lib/install-nix.sh Outdated Show resolved Hide resolved
lib/install-nix.sh Outdated Show resolved Hide resolved
@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.

None yet

2 participants