summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/flake.nix')
-rw-r--r--pkgs/custom-neovim/flake.nix4
1 files changed, 3 insertions, 1 deletions
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