emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/reformatter 5aa8c18679 59/81: Specify "from" in nix-env in


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 5aa8c18679 59/81: Specify "from" in nix-env invocation
Date: Tue, 5 Sep 2023 04:03:38 -0400 (EDT)

branch: elpa/reformatter
commit 5aa8c1867950b9b2ba6e583271f9c0d715853c5a
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Specify "from" in nix-env invocation
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 214b7b92f7..d2b13dad3d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
         version: ${{ matrix.emacs_version }}
     - uses: actions/checkout@v2
     - name: Install deps for tests
-      run: nix-env -iA nixpkgs.shfmt
+      run: nix-env -i shfmt -f '<nixpkgs>'
     - name: Run tests
       run: make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]