[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/package-lint 59d566f5b8: No need for cachix if we invoke n
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/package-lint 59d566f5b8: No need for cachix if we invoke nix correctly |
|
Date: |
Mon, 15 Jan 2024 13:02:34 -0500 (EST) |
branch: elpa/package-lint
commit 59d566f5b89d4093fc53ea1e470fc1804297fab7
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
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"
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/package-lint 59d566f5b8: No need for cachix if we invoke nix correctly,
ELPA Syncer <=