|
73d5518dc2
|
fix: use QEMU options that actually work
/ build (audiomenu) (push) Waiting to run
/ build (docs) (push) Waiting to run
/ build (jpassmenu) (push) Waiting to run
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Waiting to run
/ build (nvim) (push) Waiting to run
/ check (push) Has been cancelled
The previous options didn't have functional gpu acceleration
|
2024-11-21 22:31:29 +01:00 |
|
|
123fbae06b
|
fix: deprecated code after ugrade to 24.11
/ check (push) Successful in 1m9s
/ build (audiomenu) (push) Successful in 23s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 28s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 54s
/ build (nvim) (push) Successful in 13s
|
2024-11-20 18:18:57 +01:00 |
|
|
c0d70b3146
|
refactor(flake): reduce nvim duplication
Also export smaller standalone nvim configurations
|
2024-11-06 22:42:16 +01:00 |
|
|
e26eceb10c
|
fix(nvim): check all nvim options
/ check (push) Successful in 39s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
This surfaced an issue with `bundleLSPs = false`
|
2024-11-06 22:35:18 +01:00 |
|
|
84387f2597
|
fix(nvim): test dev.enable = false
/ check (push) Successful in 28s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
This caught a bug where we don't disable `conform` keymaps when
`dev.enable = false` (which disables `conform`).
|
2024-11-06 22:28:38 +01:00 |
|
|
b49f332f34
|
fix(system): properly configure jupyter
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
|
2024-10-16 18:49:22 +02:00 |
|
|
002c74ca1b
|
feat(flake): switch to treefmt-nix
/ check (push) Successful in 24s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 2s
This allows me to remove all checks and replace them with treefmt-nix
|
2024-10-15 22:21:36 +02:00 |
|
|
8b2984be90
|
fix(nvim): use unstable pkgset
/ check (push) Successful in 26s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
Instead of setting some specific unstable packages, make nixvim always
use packages from nixos-unstable.
|
2024-10-14 09:32:53 +02:00 |
|
|
f30afe506b
|
feat(nvim): setup for ipynb dev work
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
Setup:
- molten (run python code)
- otter (lsp in markdown codeblocks)
- jupytext (convert .ipynb files to .md files transparently)
- image (display images inside neovim (e.g. matplotlib graphs))
|
2024-10-12 21:16:07 +02:00 |
|
|
e03cd65e87
|
feat: use flake-parts to clean up the flake.nix
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
This is much more manageable!
|
2024-10-04 23:50:12 +02:00 |
|