Skip to content

Commit 16c2147

Browse files
GTrunSecdeclantsien
authored andcommitted
Nix Cleanup (#422)
* chore: nix cleanup * Bumpup nix CI * nix: update sha256
1 parent 393f1d3 commit 16c2147

File tree

4 files changed

+239
-95
lines changed

4 files changed

+239
-95
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010
steps:
11-
- uses: actions/checkout@v2.3.4
11+
- uses: actions/checkout@v2.4.0
1212
with:
1313
fetch-depth: 0
14-
- uses: cachix/install-nix-action@v14
14+
- uses: cachix/install-nix-action@v15
1515
with:
1616
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.5pre20211026_5667822/install
1717

@@ -24,7 +24,7 @@ jobs:
2424
- name: Build emacsNg Rust Dependency
2525
# remove when nix build is fixed
2626
continue-on-error: true
27-
run: nix -Lv build .#emacsNg-rust
27+
run: nix -Lv build .#emacsNG-rust
2828

2929
- uses: cachix/cachix-action@v10
3030
with:

flake.lock

Lines changed: 176 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)