Compare commits

..

3 commits

Author SHA1 Message Date
fe71c546c4
feat(nvim): add hunk.nvim plugin
Some checks failed
/ check (push) Failing after 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
This should be a better diff editor for `jj`
2025-05-13 00:15:18 +02:00
c0ea237330
chore(flake): update nixvim
All checks were successful
/ check (push) Successful in 10s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s
Nixvim added a `systems` input which we override, also this commit has
the `hunk.nvim` plugin which we want.
2025-05-13 00:15:18 +02:00
5c993d6f67
ci: reduce max-jobs in build-packages
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 2s
/ report-size (push) Successful in 5s
The server seems to run out of memory otherwise T-T
2025-05-13 00:09:52 +02:00

View file

@ -26,7 +26,7 @@ jobs:
- name: Build target - name: Build target
run: | run: |
nix --version nix --version
nix-fast-build --max-jobs 2 --no-nom --skip-cached --no-link \ nix-fast-build --max-jobs 1 --no-nom --skip-cached --no-link \
--flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)" --flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)"
build-vm: build-vm:
runs-on: nixos runs-on: nixos