Skip to content

Commit

Permalink
chore: Migrate to rice
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 21, 2024
1 parent 4f824de commit 19962ca
Show file tree
Hide file tree
Showing 13 changed files with 214 additions and 696 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copied from the template
justfile linguist-vendored

# Lock files
.rice-lock/** linguist-generated
17 changes: 17 additions & 0 deletions .github/workflows/check-emacs-lisp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Emacs Lisp
on:
pull_request:
paths-ignore:
- 'README.*'
push:
branches:
- master
paths-ignore:
- 'README.*'
workflow_dispatch:
jobs:
compile-and-test:
uses: emacs-twist/elisp-workflows/.github/workflows/compile-and-test.yml@master
with:
melpa: github:emacs-twist/melpa/nix3-all
systems: github:nix-systems/x86_64-linux
33 changes: 0 additions & 33 deletions .github/workflows/test.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Emacs Lisp
*.elc

# Optionally generated by Nix git-hooks
.pre-commit-config.yaml

# Nix
result
result-*
Empty file removed .nomake/.keep
Empty file.
1 change: 0 additions & 1 deletion .nomake/archive.lock

This file was deleted.

15 changes: 15 additions & 0 deletions .rice-lock/default/archive.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 15 additions & 49 deletions .nomake/flake.lock → .rice-lock/default/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 3 additions & 14 deletions .nomake/flake.nix → .rice-lock/default/flake.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions .rice-lock/default/metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 19962ca

Please sign in to comment.