Things
- `cura` without disallowed areas for Ender 3 printers - `udiskie` service for automounting - Emacs - removed `vimish-fold` and `evil-vimish-fold` - added `origami` - added `highlight-indent-guides` - restored and improved `dirvish`
This commit is contained in:
parent
eac14e0e49
commit
28f14cab2e
11 changed files with 164 additions and 25 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -2,7 +2,7 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 2 * * 5' # runs weekly on Friday at 02:00 AM
|
||||
- cron: '0 2 * * 6' # runs weekly on Friday at 02:00 AM
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
@ -11,6 +11,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: cachix/install-nix-action@v17
|
||||
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v9
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue