From 803dbbda594c91f7db5f45ca8ca8c8258f5a2964 Mon Sep 17 00:00:00 2001 From: outremonde Date: Sat, 14 Jun 2025 19:34:53 -0400 Subject: working on custom neovim project Former-commit-id: 97e102a0b6a28911fb525fb91fa61347caba1276 --- pkgs/custom-neovim/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/flake.nix') diff --git a/pkgs/custom-neovim/flake.nix b/pkgs/custom-neovim/flake.nix index f0c1cba..e421c25 100644 --- a/pkgs/custom-neovim/flake.nix +++ b/pkgs/custom-neovim/flake.nix @@ -8,17 +8,19 @@ url = "github:numtide/flake-utils"; inputs.systems.follows = "systems"; }; + mnw.url = "github:Gerg-L/mnw"; }; outputs = { nixpkgs, flake-utils, ... - }: + } @ inputs: flake-utils.lib.eachDefaultSystem ( system: let pkgs = nixpkgs.legacyPackages.${system}; in { + packages.default = pkgs.callPackage ./default.nix {inherit inputs;}; devShells.default = pkgs.mkShell { packages = with pkgs; [ fennel -- cgit v1.2.3