branch: elpa/package-lint
commit 59d566f5b89d4093fc53ea1e470fc1804297fab7
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    No need for cachix if we invoke nix correctly
---
 .github/workflows/stdlib-changes.yml | 4 ----
 tools/sym-dump-all                   | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/stdlib-changes.yml 
b/.github/workflows/stdlib-changes.yml
index d10b039fc1..bc3a6958f4 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -11,10 +11,6 @@ jobs:
     - uses: actions/checkout@v4
       with:
         ref: ${{ github.head_ref }}
-    - uses: cachix/install-nix-action@v25
-    - uses: cachix/cachix-action@v14
-      with:
-        name: emacs-ci
     - run: tools/sym-dump-all
     - uses: stefanzweifel/git-auto-commit-action@v5
       with:
diff --git a/tools/sym-dump-all b/tools/sym-dump-all
index fa53897798..b34e3fa7c2 100755
--- a/tools/sym-dump-all
+++ b/tools/sym-dump-all
@@ -8,7 +8,7 @@ function run_emacs () {
     local ver
     ver=$(echo "$1" | tr '.' '-')
     shift
-    nix run "github:purcell/nix-emacs-ci#emacs-$ver" -- "$@"
+    nix run --accept-flake-config "github:purcell/nix-emacs-ci#emacs-$ver" -- 
"$@"
 }
 
 symbol_dump_dir="$rootdir/.symbol-dumps"

Reply via email to