fix(flake): use nixvim's nixpkgs instead of our own
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 5s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ 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 2s
/ build (nvim) (push) Successful in 2s
/ report-size (push) Successful in 4s

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 767e5f500a
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 28 additions and 27 deletions

View file

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