mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-07 01:07:00 +00:00
neovim: re-enable test
This commit is contained in:
parent
cf2ea71e68
commit
0f9e92302a
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
{ lib, ... }:
|
{
|
||||||
|
|
||||||
# Currently broken due to a change in Nixpkgs.
|
|
||||||
lib.mkIf false {
|
|
||||||
imports = [ ./stubs.nix ];
|
imports = [ ./stubs.nix ];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue