fix(flake): use nixvim's nixpkgs instead of our own
All checks were successful
/ check (nvimDev) (push) Successful in 35s
/ check (nvimHeadless) (push) Successful in 6s
/ check (nvimNoBundledBins) (push) Successful in 8s
/ check (nvimNoLsp) (push) Successful in 8s
/ check (nvimNoTSGrammars) (push) Successful in 8s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 36s
/ build (nvim) (push) Successful in 14s
/ report-size (push) Successful in 1m14s

This ensures the `nixpkgs-unstable` we consume is tested against
`nixvim`.
This commit is contained in:
Jalil David Salamé Messina 2025-02-09 12:37:42 +01:00
parent 0964177420
commit a24b51310d
Signed by: jalil
GPG key ID: F016B9E770737A0B
4 changed files with 29 additions and 28 deletions

View file

@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake.overlays.nixvim = inputs.nixvim.overlays.default;
perSystem =
{ lib, system, ... }:
let