1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

neovim: re-enable test

This commit is contained in:
Robert Helgesson 2025-02-10 23:32:14 +01:00
parent cf2ea71e68
commit 0f9e92302a
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -1,7 +1,4 @@
{ lib, ... }:
# Currently broken due to a change in Nixpkgs.
lib.mkIf false {
{
imports = [ ./stubs.nix ];
programs.neovim = {