Compare commits

..

1 commit

Author SHA1 Message Date
6bba09edf5
[feat] nvim: configure nvim-silicon
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 12s
Allows me to easily take screenshots of my code
2024-06-16 22:21:12 +02:00

View file

@ -5,7 +5,7 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix --version
- run: nix flake check --keep-going
- run: nix flake check --keep-going --verbose
build:
runs-on: nixos
strategy: