From c7ef0332563a0b4e0e2113730089d37427d651b8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 3 Dec 2024 21:54:36 -0600 Subject: [PATCH] output nixvim --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c84b179..281166d 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ }; }; - outputs = { self, nixpkgs, home-manager, ... } @inputs: + outputs = { self, nixpkgs, home-manager, nixvim, ... } @inputs: let inherit (self) outputs; lib = nixpkgs.lib // home-manager.lib;